Searched defs:AllocaIP (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1040 const LocationDescription &Loc, InsertPointTy AllocaIP, Value *&Return, in emitTargetKernel() 1072 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP) { in emitKernelLaunch() 1780 InsertPointTy AllocaIP, BodyGenCallbackTy BodyGenCB, in createTask() 2031 InsertPointTy AllocaIP, in createTaskgroup() 2059 const LocationDescription &Loc, InsertPointTy AllocaIP, in createSections() 2240 Value *OpenMPIRBuilder::castValueToType(InsertPointTy AllocaIP, Value *From, in castValueToType() 2264 Value *OpenMPIRBuilder::createRuntimeShuffleFunction(InsertPointTy AllocaIP, in createRuntimeShuffleFunction() 2286 void OpenMPIRBuilder::shuffleAndStore(InsertPointTy AllocaIP, Value *SrcAddr, in shuffleAndStore() 2371 InsertPointTy AllocaIP, CopyAction Action, Type *ReductionArrayTy, in emitReductionListCopy() 2535 InsertPointTy AllocaIP = in emitInterWarpCopyFunction() local [all …]
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1721 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPInlinedRegionBody() 1738 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody() 1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() 1804 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective() 3963 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective() local 4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() 4203 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective() 4214 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective() 4247 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective() 4328 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective() [all …]
|
H A D | CGOpenMPRuntimeGPU.cpp | 1694 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitReduction() local
|
H A D | CGOpenMPRuntime.cpp | 8890 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitOffloadingArrays() local 9644 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in emitTargetCallKernelLaunch() local 10329 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), 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() 1087 Value &Inner, Value *&ReplacementValue) -> InsertPointTy { in mergeParallelRegions() 1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() 1237 IRBuilder<>::InsertPoint AllocaIP( in mergeParallelRegions() local
|