Lines Matching refs:InsertPointTy

1682     CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,  in EmitOMPInlinedRegionBody()
1683 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPInlinedRegionBody()
1699 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP, in EmitOMPOutlinedRegionBody()
1700 InsertPointTy CodeGenIP, Twine RegionName) { in EmitOMPOutlinedRegionBody()
1733 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1737 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1745 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1757 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPParallelDirective()
1758 InsertPointTy CodeGenIP) { in EmitOMPParallelDirective()
1765 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
2046 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop()
3860 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective()
4067 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
4070 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
4080 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4081 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4088 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
4089 InsertPointTy CodeGenIP) { in EmitOMPSectionsDirective()
4100 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
4111 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective()
4136 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
4139 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective()
4143 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
4144 InsertPointTy CodeGenIP) { in EmitOMPSectionDirective()
4216 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
4220 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective()
4224 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
4225 InsertPointTy CodeGenIP) { in EmitOMPMasterDirective()
4256 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4266 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective()
4270 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4271 InsertPointTy CodeGenIP) { in EmitOMPMaskedDirective()
4291 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
4306 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective()
4310 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4311 InsertPointTy CodeGenIP) { in EmitOMPCriticalDirective()
5217 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPTaskgroupDirective() typedef
5218 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPTaskgroupDirective()
5221 auto BodyGenCB = [&, this](InsertPointTy AllocaIP, in EmitOMPTaskgroupDirective()
5222 InsertPointTy CodeGenIP) { in EmitOMPTaskgroupDirective()
5753 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPOrderedDirective() typedef
5759 InsertPointTy AllocaIP(AllocaInsertPt->getParent(), in EmitOMPOrderedDirective()
5786 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPOrderedDirective()
5790 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP, in EmitOMPOrderedDirective()
5791 InsertPointTy CodeGenIP) { in EmitOMPOrderedDirective()