Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp875 if (!updateToLocation(Loc)) in createBarrier()
933 if (!updateToLocation(Loc)) in createCancel()
985 if (!updateToLocation(Loc)) in emitTargetKernel()
1016 if (!updateToLocation(Loc)) in emitKernelLaunch()
1294 if (!updateToLocation(Loc)) in createParallel()
1605 if (!updateToLocation(Loc)) in createFlush()
1624 if (!updateToLocation(Loc)) in createTaskwait()
1642 if (!updateToLocation(Loc)) in createTaskyield()
1653 if (!updateToLocation(Loc)) in createTask()
1891 if (!updateToLocation(Loc)) in createTaskgroup()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1803 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
4047 OMPInfoCache.OMPBuilder.updateToLocation(Loc); in insertInstructionGuardsHelper()
4059 OMPInfoCache.OMPBuilder.updateToLocation(LocRegionCheckTid); in insertInstructionGuardsHelper()
4077 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in insertInstructionGuardsHelper()
4495 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1342 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1398 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()