Lines Matching refs:AllocaIP

1682     CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,  in EmitOMPInlinedRegionBody()  argument
1690 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB); in EmitOMPInlinedRegionBody()
1699 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody() argument
1707 OMPBuilderCBHelpers::OutlinedRegionBodyRAII IRB(CGF, AllocaIP, *FiniBB); in EmitOMPOutlinedRegionBody()
1745 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1757 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective() argument
1760 *this, ParallelRegionBodyStmt, AllocaIP, CodeGenIP, "parallel"); in EmitOMPParallelDirective()
1765 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective() argument
1768 OMPBuilder.createParallel(Builder, AllocaIP, BodyGenCB, PrivCB, FiniCB, in EmitOMPParallelDirective()
3860 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective() local
3863 Builder.getCurrentDebugLocation(), CLI, AllocaIP, NeedsBarrier, in EmitOMPForDirective()
4080 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4083 *this, SubStmt, AllocaIP, CodeGenIP, "section"); in EmitOMPSectionsDirective()
4088 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective() argument
4091 *this, CapturedStmt, AllocaIP, CodeGenIP, "section"); in EmitOMPSectionsDirective()
4100 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective() argument
4111 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective() local
4114 Builder, AllocaIP, SectionCBVector, PrivCB, FiniCB, S.hasCancel(), in EmitOMPSectionsDirective()
4143 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
4146 *this, SectionRegionBodyStmt, AllocaIP, CodeGenIP, "section"); in EmitOMPSectionDirective()
4224 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4227 *this, MasterRegionBodyStmt, AllocaIP, CodeGenIP, "master"); in EmitOMPMasterDirective()
4270 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4273 *this, MaskedRegionBodyStmt, AllocaIP, CodeGenIP, "masked"); in EmitOMPMaskedDirective()
4310 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4313 *this, CriticalRegionBodyStmt, AllocaIP, CodeGenIP, "critical"); in EmitOMPCriticalDirective()
5218 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective() local
5221 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5229 Builder.restoreIP(OMPBuilder.createTaskgroup(Builder, AllocaIP, BodyGenCB)); in EmitOMPTaskgroupDirective()
5759 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective() local
5778 Builder, AllocaIP, NumLoops, StoreValues, ".cnt.addr", in EmitOMPOrderedDirective()
5790 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective()
5809 *this, CS->getCapturedStmt(), AllocaIP, CodeGenIP, "ordered"); in EmitOMPOrderedDirective()