Searched defs:CodeGenIP (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1426 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local 1963 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) { in createSections() 2421 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() 4784 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() 4804 auto BeginThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4858 auto BeginElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4863 auto EndThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() 4891 auto EndElseGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) {}; in createTargetData() 5372 InsertPointTy CodeGenIP, in emitNonContiguousDescriptor() 5440 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, MapInfosTy &CombinedInfo, in emitOffloadingArrays() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1694 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody() 1711 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody() 1769 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective() 2055 llvm::Value *IndVar) { in EmitOMPCanonicalLoop() 4139 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4147 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4202 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective() 4283 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective() 4329 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective() 5320 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective() [all …]
|
| H A D | CGOpenMPRuntime.cpp | 8832 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitOffloadingArrays() local 10242 [&](InsertPointTy CodeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & { in emitTargetDataCalls() 10261 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) { in emitTargetDataCalls() 10306 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitTargetDataCalls() local
|
| /freebsd-14.2/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()
|