Lines Matching refs:InsertPointTy
1698 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPInlinedRegionBody()
1699 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1715 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody()
1716 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1749 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1753 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1761 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1773 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective()
1774 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
1781 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()
5281 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef
5282 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective()
5285 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5286 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective()
5817 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPOrderedDirective() typedef
5823 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective()
5850 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPOrderedDirective()
5854 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective()
5855 InsertPointTy CodeGenIP) { in EmitOMPOrderedDirective()