/llvm-project/clang/test/Headers/ |
H A D | sgxintrin.c | 8 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 D | pconfigintin.c | 8 uint32_t test_pconfig(uint32_t leaf, size_t data[3]) { in test_pconfig()
|
/llvm-project/clang/test/CodeGen/X86/ |
H A D | x86_64-instrument-functions.c | 6 __attribute__((always_inline)) int leaf(int x) { in leaf() function
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_schedule_private.h | 22 struct isl_schedule_tree *leaf; member
|
H A D | isl_schedule_tree.c | 1645 __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 D | isl_schedule_node.c | 938 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 D | arm-branch-protection-attr-1.c | 26 __attribute__((target("branch-protection=pac-ret+leaf"))) void leaf() {} leaf() function
|
H A D | aarch64-branch-protection-attr.c |
|
H A D | ubsan-pointer-overflow.c | 75 char leaf; member
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | RewriterGen.cpp | 487 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 D | SparseSpaceCollapse.cpp | 120 ExtractIterSpaceOp leaf = toCollapse.back().space; in collapseSparseSpace() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mutex.cpp | 74 bool leaf[kMutexTypeMax]; in DebugMutexInit() local
|
/llvm-project/mlir/lib/TableGen/ |
H A D | CodeGenHelpers.cpp | 302 for (auto &leaf : constraints) { in collectPatternConstraints() local
|
H A D | Pattern.cpp | 768 DagLeaf leaf = tree.getArgAsLeaf(i); collectBoundSymbols() local [all...] |
/llvm-project/mlir/lib/Interfaces/ |
H A D | DataLayoutInterfaces.cpp | 348 collectParentLayouts(Operation *leaf, in collectParentLayouts() argument 379 static DataLayoutSpecInterface getCombinedDataLayout(Operation *leaf) { in getCombinedDataLayout() argument [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 805 template <typename NodeT> NodeT &leaf() const { in leaf() function 970 RootLeaf leaf; member [all...] |
/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | ConstructDecompositionT.h | 1107 for (llvm::omp::Directive leaf : split() local [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.cpp | 2573 __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 D | kmp.h | 1415 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 D | CommandObjectCommands.cpp | 2695 const char *leaf = command.GetArgumentAtIndex(num_args - 1); DoExecute() local
|