Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp295 if (!updateToLocation(Loc)) in createBarrier()
351 if (!updateToLocation(Loc)) in createCancel()
430 if (!updateToLocation(Loc)) in createParallel()
797 if (!updateToLocation(Loc)) in createFlush()
815 if (!updateToLocation(Loc)) in createTaskwait()
832 if (!updateToLocation(Loc)) in createTaskyield()
842 if (!updateToLocation(Loc)) in createMaster()
886 updateToLocation(Loc); in createCanonicalLoop()
950 updateToLocation(Loc); in createCanonicalLoop()
1032 if (!updateToLocation(Loc)) in createStaticWorkshareLoop()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp175 if (!updateToLocation(Loc)) in CreateBarrier()
230 if (!updateToLocation(Loc)) in CreateCancel()
308 if (!updateToLocation(Loc)) in CreateParallel()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h175 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/external/llvm-project/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h310 bool updateToLocation(const LocationDescription &Loc) { in updateToLocation() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp1182 OMPInfoCache.OMPBuilder.updateToLocation(OpenMPIRBuilder::InsertPointTy( in getCombinedIdentFromCallUsesIn()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1450 OMPBuilder.updateToLocation(CGF.Builder.saveIP()); in getThreadID()