Lines Matching refs:InsertPointTy
1706 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPParallelDirective() typedef
1710 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPParallelDirective()
1718 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1731 this](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPParallelDirective()
1741 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPParallelDirective()
2004 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop()
3595 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPForDirective()
3798 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionsDirective() typedef
3801 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionsDirective()
3811 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
3812 InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3822 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP, in EmitOMPSectionsDirective()
3823 InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3836 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP, in EmitOMPSectionsDirective()
3847 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP( in EmitOMPSectionsDirective()
3872 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPSectionDirective() typedef
3875 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPSectionDirective()
3879 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPSectionDirective()
3880 InsertPointTy CodeGenIP, in EmitOMPSectionDirective()
3954 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMasterDirective() typedef
3958 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMasterDirective()
3962 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMasterDirective()
3963 InsertPointTy CodeGenIP, in EmitOMPMasterDirective()
3996 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPMaskedDirective() typedef
4006 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPMaskedDirective()
4010 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPMaskedDirective()
4011 InsertPointTy CodeGenIP, in EmitOMPMaskedDirective()
4033 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy; in EmitOMPCriticalDirective() typedef
4048 auto FiniCB = [this](InsertPointTy IP) { in EmitOMPCriticalDirective()
4052 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP, in EmitOMPCriticalDirective()
4053 InsertPointTy CodeGenIP, in EmitOMPCriticalDirective()