Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp650 if (!updateToLocation(Loc)) in createBarrier()
708 if (!updateToLocation(Loc)) in createCancel()
798 if (!updateToLocation(Loc)) in emitTargetKernel()
872 if (!updateToLocation(Loc)) in createParallel()
1246 if (!updateToLocation(Loc)) in createFlush()
1265 if (!updateToLocation(Loc)) in createTaskwait()
1283 if (!updateToLocation(Loc)) in createTaskyield()
1292 if (!updateToLocation(Loc)) in createTask()
1465 if (!updateToLocation(Loc)) in createTaskgroup()
1496 if (!updateToLocation(Loc)) in createSections()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h760 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1835 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
3506 OMPInfoCache.OMPBuilder.updateToLocation(Loc); in changeToSPMDMode()
3518 OMPInfoCache.OMPBuilder.updateToLocation(LocRegionCheckTid); in changeToSPMDMode()
3536 OMPInfoCache.OMPBuilder.updateToLocation(InsertPointTy( in changeToSPMDMode()
3852 OMPInfoCache.OMPBuilder.updateToLocation( in buildCustomStateMachine()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1401 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()