Lines Matching refs:InsertPointTy
209 auto LoopBodyGenCB = [&](OpenMPIRBuilder::InsertPointTy CodeGenIP, in buildSingleLoopFunction()
362 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
368 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
429 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
435 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
502 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
508 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
592 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
609 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
625 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
627 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
650 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
697 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
712 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
716 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
718 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
729 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
731 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
740 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
791 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
806 auto InnerBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
810 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
812 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
823 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
825 auto OuterBodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
837 InsertPointTy(CGBB, CGBB->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
844 InsertPointTy(NewBB1, NewBB1->end()), AllocaIP, InnerBodyGenCB, PrivCB, in TEST_F()
900 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
917 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
933 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
935 Value *&ReplacementValue) -> InsertPointTy { in TEST_F()
958 auto FiniCB = [&](InsertPointTy CodeGenIP) { in TEST_F()
1022 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1038 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
1078 auto PrivCB = [&](InsertPointTy, InsertPointTy, Value &V, Value &, in TEST_F()
1079 Value *&) -> InsertPointTy { in TEST_F() argument
1090 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
1141 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1169 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
1177 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in TEST_F()
1182 auto FiniCB = [](InsertPointTy) {}; in TEST_F() argument
1204 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1212 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) { in TEST_F()
1260 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1276 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {}; in TEST_F()
1334 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1354 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()}; in TEST_F()
1363 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP, Value *OuterLC) { in TEST_F()
1368 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP, in TEST_F()
1470 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1482 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP, in TEST_F()
1484 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP, in TEST_F()
1553 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1574 InsertPointTy ComputeIP{EnterBr->getParent(), EnterBr->getIterator()}; in TEST_F()
1576 InsertPointTy LoopIP{LoopNextEnter, LoopNextEnter->begin()}; in TEST_F()
1582 auto OuterLoopBodyGenCB = [&](InsertPointTy OuterCodeGenIP, in TEST_F()
1584 auto InnerLoopBodyGenCB = [&](InsertPointTy InnerCodeGenIP, in TEST_F()
1683 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1702 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, llvm::Value *LC) {}; in TEST_F()
1706 InsertPointTy AfterIP = Loop->getAfterIP(); in TEST_F()
1912 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
1922 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {}; in TEST_F() argument
1933 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F()
2012 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_P() typedef
2025 InsertPointTy AllocaIP{&F->getEntryBlock(), in TEST_P()
2086 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_P() typedef
2114 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {}; in TEST_P() argument
2121 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_P()
2125 InsertPointTy AfterIP = CLI->getAfterIP(); in TEST_P()
2131 InsertPointTy EndIP = OMPBuilder.applyWorkshareLoop( in TEST_P()
2243 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2255 auto LoopBodyGen = [&](InsertPointTy, llvm::Value *) {}; in TEST_F() argument
2262 InsertPointTy AllocaIP = Builder.saveIP(); in TEST_F()
2271 InsertPointTy EndIP = OMPBuilder.applyWorkshareLoop( in TEST_F()
2320 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2333 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2357 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2397 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2410 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2434 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2476 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2486 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2500 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2546 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2555 InsertPointTy AllocaIP(&F->getEntryBlock(), in TEST_F()
2631 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2640 InsertPointTy AllocaIP(&F->getEntryBlock(), in TEST_F()
2716 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2727 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2739 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2787 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2798 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2810 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2889 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2902 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
2926 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
2979 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
2992 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
3016 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
3260 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F()
3327 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F()
3399 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F()
3473 OpenMPIRBuilder::InsertPointTy AllocaIP(EntryBB, in TEST_F()
3892 static OpenMPIRBuilder::InsertPointTy
3893 sumReduction(OpenMPIRBuilder::InsertPointTy IP, Value *LHS, Value *RHS, in sumReduction()
3900 static OpenMPIRBuilder::InsertPointTy
3901 sumAtomicReduction(OpenMPIRBuilder::InsertPointTy IP, Type *Ty, Value *LHS, in sumAtomicReduction()
3910 static OpenMPIRBuilder::InsertPointTy
3911 xorReduction(OpenMPIRBuilder::InsertPointTy IP, Value *LHS, Value *RHS, in xorReduction()
3918 static OpenMPIRBuilder::InsertPointTy
3919 xorAtomicReduction(OpenMPIRBuilder::InsertPointTy IP, Type *Ty, Value *LHS, in xorAtomicReduction()
3929 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
3941 InsertPointTy OuterAllocaIP(&F->getEntryBlock(), in TEST_F()
3962 InsertPointTy BodyIP, BodyAllocaIP; in TEST_F()
3963 auto BodyGenCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
3988 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4014 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F()
4016 InsertPointTy AfterIP = in TEST_F()
4171 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4183 InsertPointTy OuterAllocaIP(&F->getEntryBlock(), in TEST_F()
4200 InsertPointTy FirstBodyIP, FirstBodyAllocaIP; in TEST_F()
4201 auto FirstBodyGenCB = [&](InsertPointTy InnerAllocaIP, in TEST_F()
4202 InsertPointTy CodeGenIP) { in TEST_F()
4220 InsertPointTy SecondBodyIP, SecondBodyAllocaIP; in TEST_F()
4221 auto SecondBodyGenCB = [&](InsertPointTy InnerAllocaIP, in TEST_F()
4222 InsertPointTy CodeGenIP) { in TEST_F()
4244 auto PrivCB = [&](InsertPointTy InnerAllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4270 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F()
4277 InsertPointTy AfterIP = OMPBuilder.createParallel( in TEST_F()
4352 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4367 auto FiniCB = [&](InsertPointTy IP) {}; in TEST_F()
4368 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F()
4371 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4384 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4403 auto FiniCB = [&](InsertPointTy IP) { in TEST_F()
4409 auto SectionCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
4419 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4497 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4512 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in TEST_F()
4515 auto FiniCB = [&](InsertPointTy IP) {}; in TEST_F()
4705 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4716 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
4739 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL); in TEST_F()
4741 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()), in TEST_F()
4820 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4826 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F()
4831 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL); in TEST_F()
4833 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()), in TEST_F()
4842 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F()
4851 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL); in TEST_F()
4853 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()), BodyGenCB, in TEST_F()
4871 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4876 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in TEST_F()
4924 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
4938 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
4962 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL); in TEST_F()
4964 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()), in TEST_F()
5018 using InsertPointTy = OpenMPIRBuilder::InsertPointTy; in TEST_F() typedef
5024 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
5031 auto TaskBodyGenCB1 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
5041 auto TaskBodyGenCB2 = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in TEST_F()
5055 InsertPointTy(BodyBB, BodyBB->getFirstInsertionPt()), DL); in TEST_F()
5057 Loc, InsertPointTy(AllocaBB, AllocaBB->getFirstInsertionPt()), in TEST_F()