Home
last modified time | relevance | path

Searched refs:CodeGenIP (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h486 using FinalizeCallbackTy = std::function<void(InsertPointTy CodeGenIP)>;
538 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>;
556 function_ref<void(InsertPointTy CodeGenIP, Value *IndVar)>;
577 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original,
1759 InsertPointTy CodeGenIP,
2177 function_ref<MapInfosTy &(InsertPointTy CodeGenIP)>;
2198 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond,
2201 function_ref<InsertPointTy(InsertPointTy CodeGenIP,
2209 InsertPointTy AllocaIP, InsertPointTy CodeGenIP)>;
2213 InsertPointTy CodeGenIP)>;
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1427 BodyGenCB(InnerAllocaIP, CodeGenIP); in createParallel()
1964 Builder.restoreIP(CodeGenIP); in createSections()
2422 Builder.restoreIP(CodeGenIP); in createCanonicalLoop()
4798 Builder.restoreIP(CodeGenIP); in createTargetData()
5173 Builder.restoreIP(CodeGenIP); in createTarget()
5404 Builder.restoreIP(CodeGenIP); in emitNonContiguousDescriptor()
5427 Builder.restoreIP(CodeGenIP); in emitNonContiguousDescriptor()
5495 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
5514 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
5524 Builder.restoreIP(CodeGenIP); in emitOffloadingArrays()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1694 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody() argument
1696 Builder.restoreIP(CodeGenIP); in EmitOMPInlinedRegionBody()
1711 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody() argument
1713 Builder.restoreIP(CodeGenIP); in EmitOMPOutlinedRegionBody()
1762 return CodeGenIP; in EmitOMPParallelDirective()
1769 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective() argument
2056 Builder.restoreIP(CodeGenIP); in EmitOMPCanonicalLoop()
4164 return CodeGenIP; in EmitOMPSectionsDirective()
5320 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective() argument
5321 Builder.restoreIP(CodeGenIP); in EmitOMPTaskgroupDirective()
[all …]
H A DCodeGenFunction.h1864 InsertPointTy CodeGenIP,
1867 static void EmitCaptureStmt(CodeGenFunction &CGF, InsertPointTy CodeGenIP,
1870 llvm::BasicBlock *CodeGenIPBB = CodeGenIP.getBlock();
1896 InsertPointTy CodeGenIP,
H A DCGOpenMPRuntime.cpp8832 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitOffloadingArrays() local
8860 OMPBuilder.emitOffloadingArrays(AllocaIP, CodeGenIP, CombinedInfo, Info, in emitOffloadingArrays()
10242 [&](InsertPointTy CodeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & { in emitTargetDataCalls() argument
10243 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10261 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) { in emitTargetDataCalls() argument
10262 CGF.Builder.restoreIP(CodeGenIP); in emitTargetDataCalls()
10306 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitTargetDataCalls() local
10308 llvm::OpenMPIRBuilder::LocationDescription OmpLoc(CodeGenIP); in emitTargetDataCalls()
10310 OmpLoc, AllocaIP, CodeGenIP, DeviceID, IfCondVal, Info, GenMapInfoCB, in emitTargetDataCalls()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument
1077 BasicBlock *CGStartBB = CodeGenIP.getBlock(); in mergeParallelRegions()
1079 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
1086 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
1089 return CodeGenIP; in mergeParallelRegions()
1092 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument
1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument
1116 BasicBlock *CGStartBB = CodeGenIP.getBlock(); in mergeParallelRegions()
1118 SplitBlock(CGStartBB, &*CodeGenIP.getPoint(), DT, LI); in mergeParallelRegions()
1124 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() argument