Lines Matching defs:AllocaIP

1755     CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1763 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB);
1772 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1780 OMPBuilderCBHelpers::OutlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB);
1819 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1831 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
1834 *this, ParallelRegionBodyStmt, AllocaIP, CodeGenIP, "parallel");
1840 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
1843 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB,
4022 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
4025 CGF.Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier,
4274 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP,
4277 *this, SubStmt, AllocaIP, CodeGenIP, "section");
4283 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP,
4286 *this, CapturedStmt, AllocaIP, CodeGenIP, "section");
4296 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
4307 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
4311 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(),
4342 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP,
4345 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section");
4427 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP,
4430 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master");
4477 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP,
4480 *this, MaskedRegionBodyStmt, AllocaIP, CodeGenIP, "masked");
4520 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP,
4523 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical");
5485 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
5488 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
5498 cantFail(OMPBuilder.createTaskgroup(Builder, AllocaIP, BodyGenCB));
6029 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
6047 OMPBuilder.createOrderedDepend(CGF.Builder, AllocaIP, NumLoops,
6061 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
6064 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder);
6066 emitRestoreIP(*this, DC, AllocaIP, OMPBuilder);
6077 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP,
6096 *this, CS->getCapturedStmt(), AllocaIP, CodeGenIP, "ordered");