Searched defs:CodeGenIP (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1602 InsertPointTy CodeGenIP(PRegBodyBB, PRegBodyBB->begin()); in createParallel() local 2242 auto LoopBodyGenCB = [&](InsertPointTy CodeGenIP, Value *IndVar) -> Error { in createSections() 2688 InsertPointTy CodeGenIP = in emitInterWarpCopyFunction() local 3535 InsertPointTy CodeGenIP, ArrayRef<ReductionInfo> ReductionInfos, in createReductionsGPU() 4191 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() 6660 InsertPointTy CodeGenIP, Value *DeviceID, Value *IfCond, in createTargetData() 6663 function_ref<InsertPointOrErrorTy(InsertPointTy CodeGenIP, in createTargetData() 6689 InsertPointTy CodeGenIP) -> Error { in createTargetData() 6778 InsertPointTy CodeGenIP) -> Error { in createTargetData() 6788 auto EndThenGen = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in createTargetData() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1763 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody() 1780 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody() 1839 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective() 2128 llvm::Value *IndVar) { in EmitOMPCanonicalLoop() 4365 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4374 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective() 4387 llvm::Value &, llvm::Value &Val, llvm::Value *&ReplVal) { in EmitOMPSectionsDirective() 4433 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective() 4518 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective() 4568 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective() [all …]
|
| H A D | CGOpenMPRuntimeGPU.cpp | 1694 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitReduction() local 1728 llvm::Function *NewFunc) { in emitReduction()
|
| H A D | CGOpenMPRuntime.cpp | 9190 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitOffloadingArraysAndArgs() local 9372 llvm::Value *BeginArg) -> llvm::OpenMPIRBuilder::MapInfosTy & { in emitUserDefinedMapper() 10339 [&](InsertPointTy CodeGenIP) -> llvm::OpenMPIRBuilder::MapInfosTy & { in emitTargetDataCalls() 10358 auto BodyCB = [&](InsertPointTy CodeGenIP, BodyGenTy BodyGenType) { in emitTargetDataCalls() 10403 InsertPointTy CodeGenIP(CGF.Builder.GetInsertBlock(), in emitTargetDataCalls() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 1089 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1106 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); }; in mergeParallelRegions() 1129 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1139 auto FiniCB = [&](InsertPointTy CodeGenIP) { return Error::success(); }; in mergeParallelRegions()
|