Lines Matching refs:InsertPointTy
1721 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPInlinedRegionBody()
1722 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1738 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody()
1739 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1772 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1776 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1784 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective()
1797 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
1804 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
2082 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop()
3963 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective()
4170 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
4173 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
4183 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4184 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4192 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4203 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
4214 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective()
4239 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
4242 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective()
4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
4247 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective()
4319 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
4323 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective()
4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4328 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective()
4359 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4369 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective()
4373 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4374 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective()
4394 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
4409 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective()
4413 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4414 InsertPointTy CodeGenIP) { in EmitOMPCriticalDirective()
5372 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef
5373 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective()
5376 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5377 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective()
5904 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP, in emitRestoreIP()
5929 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPOrderedDirective() typedef
5936 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective()
5947 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPOrderedDirective()
5951 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective()
5952 InsertPointTy CodeGenIP) { in EmitOMPOrderedDirective()