Home
last modified time | relevance | path

Searched defs:CodeGenIP (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Frontend/
H A DOpenMPIRBuilderTest.cpp210 llvm::Value *LC) { in buildSingleLoopFunction()
650 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
729 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
823 auto FiniCB = [&](InsertPointTy CodeGenIP) { ++NumFinalizationPoints; }; in TEST_F()
958 auto FiniCB = [&](InsertPointTy CodeGenIP) { in TEST_F()
1178 Value &Inner, Value *&ReplacementValue) { in TEST_F()
4014 auto FiniCB = [&](InsertPointTy CodeGenIP) { return CodeGenIP; }; in TEST_F()
4202 InsertPointTy CodeGenIP) { in TEST_F()
4222 InsertPointTy CodeGenIP) { in TEST_F()
4373 llvm::Value *&ReplVal) { return CodeGenIP; }; in TEST_F()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1683 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1700 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1758 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
2047 llvm::Value *IndVar) { in EmitOMPCanonicalLoop()
4081 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4089 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4144 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective()
4225 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective()
4271 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective()
5222 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp940 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
956 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
979 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions()
988 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp995 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local
1537 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections()
2002 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop()