Lines Matching defs:AllocaIP
1721 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1729 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB);
1738 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1746 OMPBuilderCBHelpers::OutlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB);
1784 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
1799 *this, ParallelRegionBodyStmt, AllocaIP, CodeGenIP, "parallel");
1804 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
1807 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB,
3963 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
3966 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier,
4183 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP,
4186 *this, SubStmt, AllocaIP, CodeGenIP, "section");
4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP,
4194 *this, CapturedStmt, AllocaIP, CodeGenIP, "section");
4203 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
4214 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
4217 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(),
4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP,
4249 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section");
4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP,
4330 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master");
4373 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP,
4376 *this, MaskedRegionBodyStmt, AllocaIP, CodeGenIP, "masked");
4413 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP,
4416 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical");
5373 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
5376 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
5384 Builder.restoreIP(OMPBuilder.createTaskgroup(Builder, AllocaIP, BodyGenCB));
5904 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
5922 OMPBuilder.createOrderedDepend(CGF.Builder, AllocaIP, NumLoops,
5936 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
5939 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder);
5941 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder);
5951 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP,
5970 *this, CS->getCapturedStmt(), AllocaIP, CodeGenIP, "ordered");