Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h922 InsertPointTy AllocaIP,
944 InsertPointTy AllocaIP,
987 InsertPointTy AllocaIP,
1042 DebugLoc DL, CanonicalLoopInfo *CLI, InsertPointTy AllocaIP,
1210 InsertPointTy AllocaIP,
1332 InsertPointTy AllocaIP,
1745 Value *DeviceID, Value *RTLoc, InsertPointTy AllocaIP);
1758 void emitNonContiguousDescriptor(InsertPointTy AllocaIP,
1906 InsertPointTy AllocaIP,
2197 const LocationDescription &Loc, InsertPointTy AllocaIP,
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp988 Builder.restoreIP(AllocaIP); in emitTargetKernel()
2084 Builder.restoreIP(AllocaIP); in createReductions()
2471 Builder.restoreIP(AllocaIP); in applyStaticWorkshareLoop()
2559 Builder.restoreIP(AllocaIP); in applyStaticChunkedWorkshareLoop()
3033 Builder.restoreIP(AllocaIP); in applyDynamicWorkshareLoop()
4085 Builder.restoreIP(AllocaIP); in createOrderedDepend()
5272 Builder.restoreIP(AllocaIP); in createMapperAllocas()
5400 Builder.restoreIP(AllocaIP); in emitNonContiguousDescriptor()
5452 Builder.restoreIP(AllocaIP); in emitOffloadingArrays()
5943 Builder.restoreIP(AllocaIP); in emitAtomicUpdate()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1768 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() argument
1776 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective() argument
3918 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective() local
4141 *this, SubStmt, AllocaIP, CodeGenIP, "section"); in EmitOMPSectionsDirective()
4169 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective() local
5316 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective() local
5319 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5882 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective() local
5885 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder); in EmitOMPOrderedDirective()
5887 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder); in EmitOMPOrderedDirective()
[all …]
H A DCodeGenFunction.h1863 InsertPointTy AllocaIP,
1895 InsertPointTy AllocaIP,
1907 OutlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
1910 assert(AllocaIP.isSet() &&
1913 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
1932 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
1939 assert((!AllocaIP.isSet() ||
1940 CGF.AllocaInsertPt->getParent() == AllocaIP.getBlock()) &&
1944 if (AllocaIP.isSet())
1945 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
H A DCGOpenMPRuntime.cpp8830 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitOffloadingArrays() local
8860 OMPBuilder.emitOffloadingArrays(AllocaIP, CodeGenIP, CombinedInfo, Info, in emitOffloadingArrays()
9581 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in emitTargetCallKernelLaunch() local
9594 DeviceID, RTLoc, AllocaIP)); in emitTargetCallKernelLaunch()
10304 InsertPointTy AllocaIP(CGF.AllocaInsertPt->getParent(), in emitTargetDataCalls() local
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
1086 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions()
1115 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() argument
1236 IRBuilder<>::InsertPoint AllocaIP( in mergeParallelRegions() local
1242 Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, nullptr, nullptr, in mergeParallelRegions()