Lines Matching refs:AllocaIP

609   auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {  in TEST_F()  argument
612 Builder.restoreIP(AllocaIP); in TEST_F()
625 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
641 Builder.restoreIP(AllocaIP); in TEST_F()
652 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
655 OMPBuilder.createParallel(Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, in TEST_F()
712 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
716 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
720 Builder.restoreIP(AllocaIP); in TEST_F()
731 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
740 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
747 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
750 OMPBuilder.createParallel(Loc, AllocaIP, OuterBodyGenCB, PrivCB, FiniCB, in TEST_F()
806 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
810 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
814 Builder.restoreIP(AllocaIP); in TEST_F()
825 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
837 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
844 InsertPointTy(NewBB1, NewBB1->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
851 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
854 OMPBuilder.createParallel(Loc, AllocaIP, OuterBodyGenCB, PrivCB, FiniCB, in TEST_F()
917 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
920 Builder.restoreIP(AllocaIP); in TEST_F()
933 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
949 Builder.restoreIP(AllocaIP); in TEST_F()
963 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
966 OMPBuilder.createParallel(Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, in TEST_F()
1038 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
1097 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
1100 OMPBuilder.createParallel(Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, in TEST_F()
1169 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
1177 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in TEST_F()
1184 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
1187 OMPBuilder.createParallel(Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, in TEST_F()
1933 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F() local
1935 OMPBuilder.applyWorkshareLoop(DL, CLI, AllocaIP, /*NeedsBarrier=*/true, in TEST_F()
2025 InsertPointTy AllocaIP{&F->getEntryBlock(), in TEST_P() local
2027 OMPBuilder.applyWorkshareLoop(DL, CLI, AllocaIP, /*NeedsBarrier=*/true, in TEST_P()
2121 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_P() local
2132 DL, CLI, AllocaIP, /*NeedsBarrier=*/true, getSchedKind(SchedType), in TEST_P()
2262 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F() local
2272 DL, CLI, AllocaIP, /*NeedsBarrier=*/true, OMP_SCHEDULE_Static, ChunkVal, in TEST_F()
2333 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2334 if (AllocaIP.isSet()) in TEST_F()
2335 Builder.restoreIP(AllocaIP); in TEST_F()
2410 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2411 if (AllocaIP.isSet()) in TEST_F()
2412 Builder.restoreIP(AllocaIP); in TEST_F()
2486 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2555 InsertPointTy AllocaIP(&F->getEntryBlock(), in TEST_F() local
2565 Builder.restoreIP(OMPBuilder.createOrderedDepend(Builder, AllocaIP, NumLoops, in TEST_F()
2640 InsertPointTy AllocaIP(&F->getEntryBlock(), in TEST_F() local
2650 Builder.restoreIP(OMPBuilder.createOrderedDepend(Builder, AllocaIP, NumLoops, in TEST_F()
2727 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2798 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2902 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2903 if (AllocaIP.isSet()) in TEST_F()
2904 Builder.restoreIP(AllocaIP); in TEST_F()
2992 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
2993 if (AllocaIP.isSet()) in TEST_F()
2994 Builder.restoreIP(AllocaIP); in TEST_F()
3260 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F() local
3269 Builder, AllocaIP, X, Expr, AO, RMWOp, UpdateOp, IsXLHSInRHSPart)); in TEST_F()
3327 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F() local
3336 Builder, AllocaIP, X, Expr, AO, RMWOp, UpdateOp, IsXLHSInRHSPart)); in TEST_F()
3399 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F() local
3408 Builder, AllocaIP, X, Expr, AO, RMWOp, UpdateOp, IsXLHSInRHSPart)); in TEST_F()
3473 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F() local
3480 Builder, AllocaIP, X, V, Expr, AO, RMWOp, UpdateOp, UpdateExpr, in TEST_F()
4368 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4371 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4374 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
4376 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4409 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4419 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4428 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
4430 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4509 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
4512 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4517 Builder.restoreIP(OMPBuilder.createSections(Loc, AllocaIP, SectionCBVector, in TEST_F()
4606 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
4608 OMPBuilder.createMapperAllocas(Loc, AllocaIP, TotalNbOperand, MapperAllocas); in TEST_F()
4654 IRBuilder<>::InsertPoint AllocaIP(&F->getEntryBlock(), in TEST_F() local
4656 OMPBuilder.createMapperAllocas(Loc, AllocaIP, TotalNbOperand, MapperAllocas); in TEST_F()
4716 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4717 Builder.restoreIP(AllocaIP); in TEST_F()
4826 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4876 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F() argument
4877 IRBuilderBase::InsertPoint AllocaIP = Builder.saveIP(); in TEST_F() local
4884 Builder.restoreIP(OMPBuilder.createTask(Loc, AllocaIP, BodyGenCB, in TEST_F()
4938 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
4939 Builder.restoreIP(AllocaIP); in TEST_F()
5024 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5025 Builder.restoreIP(AllocaIP); in TEST_F()
5031 auto TaskBodyGenCB1 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5039 Builder.restoreIP(OMPBuilder.createTask(Loc, AllocaIP, TaskBodyGenCB1)); in TEST_F()
5041 auto TaskBodyGenCB2 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F() argument
5049 Builder.restoreIP(OMPBuilder.createTask(Loc2, AllocaIP, TaskBodyGenCB2)); in TEST_F()