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.cpp938 if (!updateToLocation(Loc)) in createBarrier()
991 if (!updateToLocation(Loc)) in createCancel()
1043 if (!updateToLocation(Loc)) in emitTargetKernel()
1074 if (!updateToLocation(Loc)) in emitKernelLaunch()
1352 if (!updateToLocation(Loc)) in createParallel()
1668 if (!updateToLocation(Loc)) in createFlush()
1687 if (!updateToLocation(Loc)) in createTaskwait()
1705 if (!updateToLocation(Loc)) in createTaskyield()
1784 if (!updateToLocation(Loc)) in createTask()
2033 if (!updateToLocation(Loc)) in createTaskgroup()
[all …]
/freebsd/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()
4496 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1928 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1400 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()