Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp671 if (!updateToLocation(Loc)) in createBarrier()
729 if (!updateToLocation(Loc)) in createCancel()
819 if (!updateToLocation(Loc)) in emitTargetKernel()
888 if (!updateToLocation(Loc)) in createParallel()
1240 if (!updateToLocation(Loc)) in createFlush()
1259 if (!updateToLocation(Loc)) in createTaskwait()
1277 if (!updateToLocation(Loc)) in createTaskyield()
1287 if (!updateToLocation(Loc)) in createTask()
1554 if (!updateToLocation(Loc)) in createTaskgroup()
1585 if (!updateToLocation(Loc)) in createSections()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1665 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
3782 OMPInfoCache.OMPBuilder.updateToLocation(Loc); in insertInstructionGuardsHelper()
3794 OMPInfoCache.OMPBuilder.updateToLocation(LocRegionCheckTid); in insertInstructionGuardsHelper()
3812 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in insertInstructionGuardsHelper()
4251 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h908 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1398 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()