Home
last modified time | relevance | path

Searched refs:updateToLocation (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp997 if (!updateToLocation(Loc)) in createBarrier()
1051 if (!updateToLocation(Loc)) in createCancel()
1106 if (!updateToLocation(Loc)) in createCancellationPoint()
1158 if (!updateToLocation(Loc)) in emitTargetKernel()
1189 if (!updateToLocation(Loc)) in emitKernelLaunch()
1469 if (!updateToLocation(Loc)) in createParallel()
1794 if (!updateToLocation(Loc)) in createFlush()
1813 if (!updateToLocation(Loc)) in createTaskwait()
1831 if (!updateToLocation(Loc)) in createTaskyield()
1911 if (!updateToLocation(Loc)) in createTask()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1805 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
4055 OMPInfoCache.OMPBuilder.updateToLocation(Loc); in insertInstructionGuardsHelper()
4067 OMPInfoCache.OMPBuilder.updateToLocation(LocRegionCheckTid); in insertInstructionGuardsHelper()
4085 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in insertInstructionGuardsHelper()
4498 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2022 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1403 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()