Lines Matching refs:InsertPointTy

1693     CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,  in EmitOMPInlinedRegionBody()
1694 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1710 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody()
1711 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1744 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1748 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1756 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1768 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective()
1769 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
1776 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
2054 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop()
3918 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective()
4125 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
4128 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
4138 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4139 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4146 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4147 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4158 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
4169 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective()
4194 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
4197 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective()
4201 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
4202 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective()
4274 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
4278 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective()
4282 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4283 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective()
4314 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4324 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective()
4328 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4329 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective()
4349 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
4364 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective()
4368 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4369 InsertPointTy CodeGenIP) { in EmitOMPCriticalDirective()
5315 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef
5316 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective()
5319 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5320 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective()
5850 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP, in emitRestoreIP()
5875 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPOrderedDirective() typedef
5882 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective()
5893 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPOrderedDirective()
5897 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective()
5898 InsertPointTy CodeGenIP) { in EmitOMPOrderedDirective()