Searched refs:LocationDescription (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 150 struct LocationDescription { struct 152 LocationDescription(const IRBuilder<T, U> &IRB) in LocationDescription() argument 154 LocationDescription(const InsertPointTy &IP) : IP(IP) {} in LocationDescription() function 155 LocationDescription(const InsertPointTy &IP, const DebugLoc &DL) in LocationDescription() argument 174 InsertPointTy createBarrier(const LocationDescription &Loc, omp::Directive DK, argument 185 InsertPointTy createCancel(const LocationDescription &Loc, Value *IfCondition, 202 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP, 227 CanonicalLoopInfo *createCanonicalLoop(const LocationDescription &Loc, 281 CanonicalLoopInfo *createCanonicalLoop(const LocationDescription &Loc, 372 CanonicalLoopInfo *createStaticWorkshareLoop(const LocationDescription &Loc, [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 313 OpenMPIRBuilder::getOrCreateSrcLocStr(const LocationDescription &Loc) { in getOrCreateSrcLocStr() 335 OpenMPIRBuilder::createBarrier(const LocationDescription &Loc, Directive DK, in createBarrier() 343 OpenMPIRBuilder::emitBarrierImpl(const LocationDescription &Loc, Directive Kind, in emitBarrierImpl() 390 OpenMPIRBuilder::createCancel(const LocationDescription &Loc, in createCancel() 468 const LocationDescription &Loc, InsertPointTy OuterAllocaIP, in createParallel() 831 void OpenMPIRBuilder::emitFlush(const LocationDescription &Loc) { in emitFlush() 839 void OpenMPIRBuilder::createFlush(const LocationDescription &Loc) { in createFlush() 845 void OpenMPIRBuilder::emitTaskwaitImpl(const LocationDescription &Loc) { in emitTaskwaitImpl() 857 void OpenMPIRBuilder::createTaskwait(const LocationDescription &Loc) { in createTaskwait() 863 void OpenMPIRBuilder::emitTaskyieldImpl(const LocationDescription &Loc) { in emitTaskyieldImpl() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | OpenMPOpt.cpp | 751 OpenMPIRBuilder::LocationDescription Loc( in mergeParallelRegions() 823 OpenMPIRBuilder::LocationDescription Loc(InsertPointTy(BB, BB->end()), in mergeParallelRegions()
|