Home
last modified time | relevance | path

Searched defs:roots (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/libcxx/utils/
H A Dgraph_header_deps.py104 def build_graph(roots, options): argument
186 roots = list_all_roots_under(options.root) variable
188 roots = [options.root] variable
/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.h108 iterator_range<std::vector<GIMatchDagInstr *>::iterator> roots() { in roots() function
111 iterator_range<std::vector<GIMatchDagInstr *>::const_iterator> roots() const { in roots() function
/llvm-project-15.0.7/openmp/runtime/test/affinity/
H A Droot-threads-affinity.c170 pthread_t *roots = (pthread_t*)malloc(sizeof(pthread_t) * num_roots); in main() local
/llvm-project-15.0.7/llvm/docs/
H A DLexicon.rst263 .. _roots: target in R
/llvm-project-15.0.7/lld/MachO/
H A DDriver.cpp156 const std::vector<StringRef> &roots, in getSearchPaths()
194 std::vector<StringRef> roots; in getSystemLibraryRoots() local
208 getLibrarySearchPaths(InputArgList &args, const std::vector<StringRef> &roots) { in getLibrarySearchPaths()
214 const std::vector<StringRef> &roots) { in getFrameworkSearchPaths()
H A DDriverUtils.cpp258 const std::vector<StringRef> &roots, in findPathCombination()
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DPredicateTree.cpp385 SmallVector<Value> roots; in detectRoots() local
400 static void buildCostGraph(ArrayRef<Value> roots, RootOrderingGraph &graph, in buildCostGraph()
594 SmallVector<Value> roots = detectRoots(pattern); in buildPredicateList() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp212 iterator_range<const_root_iterator> roots() const { in roots() function in __anoncdaa66640111::CombineRule
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_omp.h74 addr_and_size_t roots; // Pointer to __kmp_root. member