| /llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
| H A D | construct_piecewise_pair.pass.cpp | 125 using PMA = ex::polymorphic_allocator<char>; in main() typedef 130 test_pmr_uses_allocator<PMA>(t1, t1); in main() 139 test_pmr_uses_allocator<PMA>(t1, t2); in main() 140 test_pmr_uses_allocator<PMA>(t2, t1); in main() 151 test_pmr_uses_allocator<PMA>( t1, std::move(t2)); in main() 152 test_pmr_uses_allocator<PMA>(std::move(t2), t1); in main() 166 test_pmr_uses_allocator<PMA>( t1, std::move(t2)); in main() 167 test_pmr_uses_allocator<PMA>(std::move(t2), t1); in main()
|
| H A D | construct_types.pass.cpp | 201 using PMA = ex::polymorphic_allocator<void>; in main() typedef 210 test_pmr_uses_alloc<PMA>(); in main() 213 test_pmr_uses_alloc<PMA>(value); in main() 216 test_pmr_uses_alloc<PMA>(cvalue); in main() 219 test_pmr_uses_alloc<PMA>(cvalue, std::move(value)); in main()
|
| H A D | construct_pair_const_lvalue_pair.pass.cpp | 132 using PMA = ex::polymorphic_allocator<char>; in main() typedef 139 test_pmr_uses_allocator<PMA>(p); in main() 147 test_pmr_uses_allocator<PMA>(p); in main()
|
| H A D | construct_pair_rvalue.pass.cpp | 128 using PMA = ex::polymorphic_allocator<char>; in main() typedef 135 test_pmr_uses_allocator<PMA>(std::move(p)); in main() 143 test_pmr_uses_allocator<PMA>(std::move(p)); in main()
|
| H A D | construct_pair_values.pass.cpp | 135 using PMA = ex::polymorphic_allocator<char>; in main() typedef 141 test_pmr_uses_allocator<PMA>(x, std::move(y)); in main() 148 test_pmr_uses_allocator<PMA>(std::move(x), y); in main()
|
| H A D | construct_piecewise_pair_evil.pass.cpp | 113 using PMA = ex::polymorphic_allocator<char>; in test_evil() typedef 114 PMA pma(ex::new_delete_resource()); in test_evil()
|
| /llvm-project-15.0.7/polly/include/polly/Support/ |
| H A D | GICHelper.h | 269 __isl_keep isl_pw_multi_aff *PMA) { 270 OS << polly::stringFromIslObj(PMA, "null");
|
| /llvm-project-15.0.7/polly/lib/Analysis/ |
| H A D | ScopBuilder.cpp | 1166 auto PMA = isl::pw_multi_aff::project_out_map(S.get_space(), isl::dim::set, in mapToDimension() local 1169 PMA = PMA.drop_dims(isl::dim::out, 0, N - 1); in mapToDimension() 1171 Result = Result.add_pw_multi_aff(PMA); in mapToDimension()
|
| H A D | ScopInfo.cpp | 375 ScopArrayInfo::getFromAccessFunction(isl::pw_multi_aff PMA) { in getFromAccessFunction() argument 376 isl::id Id = PMA.get_tuple_id(isl::dim::out); in getFromAccessFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 1801 const SmallSetVector<Value *, 8> &PMA, in LoopPromoter() argument 1808 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()
|
| /llvm-project-15.0.7/polly/include/polly/ |
| H A D | ScopInfo.h | 362 static const ScopArrayInfo *getFromAccessFunction(isl::pw_multi_aff PMA);
|
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PPCGCodeGeneration.cpp | 313 isl::pw_multi_aff PMA = isl::pw_multi_aff::from_map(AddrFunc); in pollyBuildAstExprForStmt() local 315 isl::multi_pw_aff MPA = isl::multi_pw_aff(PMA); in pollyBuildAstExprForStmt()
|