Home
last modified time | relevance | path

Searched refs:PMA (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_piecewise_pair.pass.cpp125 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 Dconstruct_types.pass.cpp201 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 Dconstruct_pair_const_lvalue_pair.pass.cpp132 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 Dconstruct_pair_rvalue.pass.cpp128 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 Dconstruct_pair_values.pass.cpp135 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 Dconstruct_piecewise_pair_evil.pass.cpp113 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 DGICHelper.h269 __isl_keep isl_pw_multi_aff *PMA) {
270 OS << polly::stringFromIslObj(PMA, "null");
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopBuilder.cpp1166 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 DScopInfo.cpp375 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 DLICM.cpp1801 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 DScopInfo.h362 static const ScopArrayInfo *getFromAccessFunction(isl::pw_multi_aff PMA);
/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPPCGCodeGeneration.cpp313 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()