| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_union_single.c | 46 PART *part = *entry; in FN() 49 part = FN(PART,copy)(part); in FN() 73 PART *part = (PART *)entry; in FN() 99 PART *part; in FN() 138 FN(PART,free)(part_entry->data); in FN() 151 __isl_keep PART *part) in FN() 163 __isl_keep PART *part2) in FN() 183 static isl_bool FN(PART,has_domain_space_tuples)(__isl_keep PART *part, 192 PART *part = (PART *)entry; in FN() 226 PART *part = *entry; in FN() [all …]
|
| H A D | isl_union_templ.c | 130 static isl_bool FN(PART,has_domain_space_tuples)(__isl_keep PART *part, in FN() argument 271 __isl_give PART *(*fn)(__isl_take PART *part, void *user); in S() 549 __isl_give UNION *FN(FN(PART,to_union),BASE)(__isl_take PART *part) in FN() argument 557 __isl_give PART *(*fn)(__isl_take PART *, __isl_take PART *); in S() 569 PART *part2; in FN() 605 __isl_give PART *(*fn)(__isl_take PART *, __isl_take PART *)) 612 __isl_give PART *(*fn)(__isl_take PART *, __isl_take PART *)) in FN() 988 PART **part_p = (PART **) entry; in FN() 989 PART *part; in FN() 1392 *list = FN(LIST(PART),add)(*list, FN(PART,copy)(pw)); in FN() [all …]
|
| H A D | isl_union_multi.c | 112 PART *part = *entry; in FN() 114 FN(PART,free)(part); in FN() local 166 PART *part = (PART *) entry; in FN() 191 PART *part = *entry; in FN() 293 PART *part; in FN() 313 FN(PART,free)(part); in FN() local 334 dom1 = FN(PART,domain)(FN(PART,copy)(part1)); in FN() 335 dom2 = FN(PART,domain)(FN(PART,copy)(part2)); in FN() 348 PART *part = user; in FN() 515 PART *part = *entry; in FN() [all …]
|
| H A D | isl_union_neg.c | 15 static __isl_give PART *FN(UNION,neg_entry)(__isl_take PART *part, void *user) in FN() 17 return FN(PART,neg)(part); in FN()
|
| H A D | isl_union_macro.h | 3 #undef PART 4 #define PART CAT(isl_,BASE) macro
|
| H A D | isl_union_eval.c | 44 static isl_stat FN(UNION,eval_entry)(__isl_take PART *part, void *user) in FN() 49 v = FN(PART,eval)(part, isl_point_copy(data->pnt)); in FN()
|
| /llvm-project-15.0.7/llvm/test/Transforms/SROA/ |
| H A D | mem-par-metadata-sroa-cast.ll | 17 %PART = alloca %CMPLX, align 8 23 %T = getelementptr %CMPLX, ptr %PART, i64 %dummy
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | product.cpp | 37 template <typename PART> class ComplexProductAccumulator { 40 void Reinitialize() { product_ = std::complex<PART>{1, 0}; } in Reinitialize() 53 std::complex<PART> product_{1, 0};
|
| H A D | sum.cpp | 66 template <typename PART> class ComplexSumAccumulator { 89 RealSumAccumulator<PART> reals_{array_}, imaginaries_{array_};
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/ |
| H A D | odr-lto.cpp | 15 #if PART == 1
|
| /llvm-project-15.0.7/mlir/test/Conversion/VectorToSPIRV/ |
| H A D | vector-to-spirv.mlir | 144 // CHECK-SAME: %[[PART:.+]]: vector<2xf32>, %[[ALL:.+]]: vector<4xf32> 145 …Shuffle [0 : i32, 4 : i32, 5 : i32, 3 : i32] %[[ALL]] : vector<4xf32>, %[[PART]] : vector<2xf32> -…
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/MIR/InstrRef/ |
| H A D | deref-spills-with-size.mir | 167 ;; PART ONE: For this first block of tests, check that information about 230 ;; PART TWO: test the twelve kinds of location expression mentioned in the
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | integer.h | 54 typename PART = HostUnsignedInt<PARTBITS>, 60 using Part = PART;
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips64InstrInfo.td | 440 // Expands to: daddiu $dst, $src, %PART($tgt - $baltgt) 441 // where %PART may be %hi or %lo, depending on the relocation kind
|