Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h725 BodyGenCallbackTy BodyGenCB, PrivatizeCallbackTy PrivCB,
750 LoopBodyGenCallbackTy BodyGenCB, Value *TripCount,
825 const LocationDescription &Loc, LoopBodyGenCallbackTy BodyGenCB,
1323 BodyGenCallbackTy BodyGenCB, bool Tied = true,
1335 BodyGenCallbackTy BodyGenCB);
2614 createSingle(const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB,
2627 BodyGenCallbackTy BodyGenCB,
2638 BodyGenCallbackTy BodyGenCB,
2652 BodyGenCallbackTy BodyGenCB,
2682 const LocationDescription &Loc, BodyGenCallbackTy BodyGenCB,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1464 BodyGenCallbackTy BodyGenCB, PrivatizeCallbackTy PrivCB, in createParallel() argument
1601 assert(BodyGenCB && "Expected body generation callback!"); in createParallel()
1603 if (Error Err = BodyGenCB(InnerAllocaIP, CodeGenIP)) in createParallel()
1907 BodyGenCallbackTy BodyGenCB, bool Tied, Value *Final, Value *IfCondition, in createTask() argument
1941 if (Error Err = BodyGenCB(TaskAllocaIP, TaskBodyIP)) in createTask()
2172 BodyGenCallbackTy BodyGenCB) { in createTaskgroup() argument
2187 if (Error Err = BodyGenCB(AllocaIP, Builder.saveIP())) in createTaskgroup()
2310 BodyGenCallbackTy BodyGenCB, in createSection() argument
2338 return EmitOMPInlinedRegion(OMPD, nullptr, nullptr, BodyGenCB, FiniCBWrapper, in createSection()
3977 BodyGenCallbackTy BodyGenCB, in createMaster() argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1838 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() local
1850 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB, in EmitOMPParallelDirective()
4432 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective() local
4442 cantFail(OMPBuilder.createSection(Builder, BodyGenCB, FiniCB)); in EmitOMPSectionDirective()
4517 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective() local
4527 cantFail(OMPBuilder.createMaster(Builder, BodyGenCB, FiniCB)); in EmitOMPMasterDirective()
4567 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective() local
4577 OMPBuilder.createMasked(Builder, BodyGenCB, FiniCB, FilterVal)); in EmitOMPMaskedDirective()
4610 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective() local
4620 cantFail(OMPBuilder.createCritical(Builder, BodyGenCB, FiniCB, in EmitOMPCriticalDirective()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp1089 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local
1129 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP) { in mergeParallelRegions() local
1183 OMPInfoCache.OMPBuilder.createMaster(Loc, BodyGenCB, FiniCB)); in mergeParallelRegions()
1259 Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, nullptr, nullptr, in mergeParallelRegions()