| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 104 function_ref<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP, 112 std::function<void(InsertPointTy AllocaIP, InsertPointTy CodeGenIP, 145 InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &Original, 202 createParallel(const LocationDescription &Loc, InsertPointTy AllocaIP, 374 InsertPointTy AllocaIP, 399 InsertPointTy AllocaIP, 424 InsertPointTy AllocaIP, 647 InsertPointTy AllocaIP, unsigned NumOperands, 739 InsertPointTy AllocaIP,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 894 const LocationDescription &Loc, InsertPointTy AllocaIP, in createSections() argument 967 Loc, LoopBodyGenCB, LB, UB, ST, true, false, AllocaIP, "section_loop"); in createSections() 968 LoopInfo = createStaticWorkshareLoop(Loc, LoopInfo, AllocaIP, true); in createSections() 1276 InsertPointTy AllocaIP, bool NeedsBarrier, Value *Chunk) { in createStaticWorkshareLoop() argument 1292 Builder.restoreIP(AllocaIP); in createStaticWorkshareLoop() 1361 InsertPointTy AllocaIP, bool NeedsBarrier) { in createWorkshareLoop() argument 1363 return createStaticWorkshareLoop(Loc, CLI, AllocaIP, NeedsBarrier); in createWorkshareLoop() 1400 InsertPointTy AllocaIP, OMPScheduleType SchedType, bool NeedsBarrier, in createDynamicWorkshareLoop() argument 1415 Builder.restoreIP(AllocaIP); in createDynamicWorkshareLoop() 2322 InsertPointTy AllocaIP, in createMapperAllocas() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1726 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective() 1741 OMPBuilderCBHelpers::OutlinedRegionBodyRAII ORB(*this, AllocaIP, in EmitOMPParallelDirective() 1749 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective() argument 3621 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective() local 3837 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() 3840 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, in EmitOMPSectionsDirective() 3848 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() argument 3862 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective() argument 3873 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective() local 3988 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective() [all …]
|
| H A D | CodeGenFunction.h | 1787 OutlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP, 1790 assert(AllocaIP.isSet() && 1793 CGF.AllocaInsertPt = &*AllocaIP.getPoint(); 1814 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP, 1821 assert((!AllocaIP.isSet() || 1822 CGF.AllocaInsertPt->getParent() == AllocaIP.getBlock()) && 1826 if (AllocaIP.isSet()) 1827 CGF.AllocaInsertPt = &*AllocaIP.getPoint();
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 847 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions() 858 auto PrivCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, Value &, in mergeParallelRegions() argument 887 auto BodyGenCB = [&](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in mergeParallelRegions() 1008 IRBuilder<>::InsertPoint AllocaIP( in mergeParallelRegions() local 1014 Loc, AllocaIP, BodyGenCB, PrivCB, FiniCB, nullptr, nullptr, in mergeParallelRegions()
|