Searched refs:CodeGenIP (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Frontend/ |
| H A D | OpenMPIRBuilderTest.cpp | 633 return CodeGenIP; in TEST_F() 647 return CodeGenIP; in TEST_F() 726 return CodeGenIP; in TEST_F() 820 return CodeGenIP; in TEST_F() 941 return CodeGenIP; in TEST_F() 955 return CodeGenIP; in TEST_F() 1180 return CodeGenIP; in TEST_F() 4000 return CodeGenIP; in TEST_F() 4014 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F() argument 4270 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F() argument [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 106 using FinalizeCallbackTy = std::function<void(InsertPointTy CodeGenIP)>; 158 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>; 165 std::function<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>; 176 function_ref<void(InsertPointTy CodeGenIP, Value *IndVar)>; 197 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original,
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1683 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody() argument 1685 Builder.restoreIP(CodeGenIP); in EmitOMPInlinedRegionBody() 1700 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody() argument 1702 Builder.restoreIP(CodeGenIP); in EmitOMPOutlinedRegionBody() 1751 return CodeGenIP; in EmitOMPParallelDirective() 1758 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective() argument 2048 Builder.restoreIP(CodeGenIP); in EmitOMPCanonicalLoop() 4106 return CodeGenIP; in EmitOMPSectionsDirective() 5222 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective() argument 5223 Builder.restoreIP(CodeGenIP); in EmitOMPTaskgroupDirective() [all …]
|
| H A D | CodeGenFunction.h | 1805 InsertPointTy CodeGenIP, 1808 static void EmitCaptureStmt(CodeGenFunction &CGF, InsertPointTy CodeGenIP, 1811 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock(); 1837 InsertPointTy CodeGenIP,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 940 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument 941 BasicBlock *CGStartBB = CodeGenIP.getBlock(); in mergeParallelRegions() 943 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions() 950 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions() 953 return CodeGenIP; in mergeParallelRegions() 956 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument 979 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument 980 BasicBlock *CGStartBB = CodeGenIP.getBlock(); in mergeParallelRegions() 982 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions() 988 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 995 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local 996 BodyGenCB(InnerAllocaIP, CodeGenIP); in createParallel() 1537 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections() argument 1538 Builder.restoreIP(CodeGenIP); in createSections() 2002 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() argument 2003 Builder.restoreIP(CodeGenIP); in createCanonicalLoop()
|