Home
last modified time | relevance | path

Searched defs:leaf (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/Headers/
H A Dsgxintrin.c8 uint32_t test_encls(uint32_t leaf, size_t data[3]) { in test_encls()
15 uint32_t test_enclu(uint32_t leaf, size_t data[3]) { in test_enclu()
22 uint32_t test_enclv(uint32_t leaf, size_t data[3]) { in test_enclv()
H A Dpconfigintin.c8 uint32_t test_pconfig(uint32_t leaf, size_t data[3]) { in test_pconfig()
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_64-instrument-functions.c6 __attribute__((always_inline)) int leaf(int x) { in leaf() function
/llvm-project/polly/lib/External/isl/
H A Disl_schedule_private.h22 struct isl_schedule_tree *leaf; member
H A Disl_schedule_tree.c1645 __isl_take isl_schedule_tree *tree, __isl_keep isl_schedule_tree *leaf) in isl_schedule_tree_first_schedule_descendant()
2842 isl_schedule_tree *leaf; in isl_printer_print_schedule_tree_mark() local
H A Disl_schedule_node.c938 isl_schedule_tree *tree, *leaf; in isl_schedule_node_get_subtree_schedule_union_map() local
2780 isl_schedule_tree *leaf; in isl_schedule_node_cut() local
4770 isl_schedule_tree *tree, *leaf; in expand() local
/llvm-project/clang/test/CodeGen/
H A Darm-branch-protection-attr-1.c26 __attribute__((target("branch-protection=pac-ret+leaf"))) void leaf() {} leaf() function
H A Daarch64-branch-protection-attr.c
H A Dubsan-pointer-overflow.c75 char leaf; member
/llvm-project/mlir/tools/mlir-tblgen/
H A DRewriterGen.cpp487 auto leaf = tree.getArgAsLeaf(i); in emitNativeCodeMatch() local
533 DagLeaf leaf = tree.getArgAsLeaf(i); in emitNativeCodeMatch() local
1314 DagLeaf leaf = tree.getArgAsLeaf(0); handleLocationDirective() local
1328 DagLeaf leaf = tree.getArgAsLeaf(i); handleLocationDirective() local
1365 handleOpArgument(DagLeaf leaf,StringRef patArgName) handleOpArgument() argument
1730 DagLeaf leaf = node.getArgAsLeaf(argIndex); createSeparateLocalVarsForOpArgs() local
1773 auto leaf = node.getArgAsLeaf(argIndex); supplyValuesForOpArgs() local
1819 auto leaf = node.getArgAsLeaf(argIndex); createAggregateLocalVarsForOpArgs() local
1852 DagLeaf leaf = node.getArgAsLeaf(argIndex); createAggregateLocalVarsForOpArgs() local
1932 DagLeaf leaf = node.getArgAsLeaf(i); addPattern() local
1943 getVerifierName(DagLeaf leaf) getVerifierName() argument
[all...]
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseSpaceCollapse.cpp120 ExtractIterSpaceOp leaf = toCollapse.back().space; in collapseSparseSpace() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp74 bool leaf[kMutexTypeMax]; in DebugMutexInit() local
/llvm-project/mlir/lib/TableGen/
H A DCodeGenHelpers.cpp302 for (auto &leaf : constraints) { in collectPatternConstraints() local
H A DPattern.cpp768 DagLeaf leaf = tree.getArgAsLeaf(i); collectBoundSymbols() local
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DDataLayoutInterfaces.cpp348 collectParentLayouts(Operation *leaf, in collectParentLayouts() argument
379 static DataLayoutSpecInterface getCombinedDataLayout(Operation *leaf) { in getCombinedDataLayout() argument
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h805 template <typename NodeT> NodeT &leaf() const { in leaf() function
970 RootLeaf leaf; member
[all...]
/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DConstructDecompositionT.h1107 for (llvm::omp::Directive leaf : split() local
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2573 __kmp_x2apicid_get_levels(int leaf,cpuid_level_info_t levels[INTEL_LEVEL_TYPE_LAST],kmp_uint64 known_levels) __kmp_x2apicid_get_levels() argument
2687 int leaf = leaves[i]; __kmp_affinity_create_x2apicid_map() local
[all...]
H A Dkmp.h1415 static inline void __kmp_x86_cpuid(int leaf, int subleaf, struct kmp_cpuid *p) { in __kmp_x86_cpuid() argument
/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2695 const char *leaf = command.GetArgumentAtIndex(num_args - 1); DoExecute() local