Searched defs:CodeGenIP (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1485 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local 2105 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections() 2553 InsertPointTy CodeGenIP = in emitInterWarpCopyFunction() local 3388 InsertPointTy CodeGenIP, ArrayRef<ReductionInfo> ReductionInfos, in createReductionsGPU() 3960 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() 6341 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() 6344 function_ref<InsertPointTy(InsertPointTy CodeGenIP, BodyGenTy BodyGenType)> in createTargetData() 6364 auto BeginThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 6418 auto BeginElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 6423 auto EndThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1722 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody() 1739 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody() 1797 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective() 2083 llvm::Value *IndVar) { in EmitOMPCanonicalLoop() 4184 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4192 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4204 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() 4247 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective() 4328 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective() 4374 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 1696 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitReduction() local 1730 llvm::Function *NewFunc) { in emitReduction()
|
H A D | CGOpenMPRuntime.cpp | 8892 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitOffloadingArrays() local 10267 [&](InsertPointTy CodeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & { in emitTargetDataCalls() 10286 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) { in emitTargetDataCalls() 10331 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitTargetDataCalls() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 1076 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1092 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions() 1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1124 auto FiniCB = [&](InsertPointTy CodeGenIP) {}; in mergeParallelRegions()
|