Lines Matching refs:InsertPointTy

1714     using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;  in EmitOMPParallelDirective()  typedef
1718 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1726 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1739 this](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1749 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
2012 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop()
3621 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective()
3824 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
3827 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
3837 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
3838 InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3848 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
3849 InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3862 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3873 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective()
3898 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
3901 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective()
3905 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
3906 InsertPointTy CodeGenIP, in EmitOMPSectionDirective()
3980 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
3984 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective()
3988 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
3989 InsertPointTy CodeGenIP, in EmitOMPMasterDirective()
4022 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4032 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective()
4036 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4037 InsertPointTy CodeGenIP, in EmitOMPMaskedDirective()
4059 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
4074 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective()
4078 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4079 InsertPointTy CodeGenIP, in EmitOMPCriticalDirective()