Lines Matching defs:InsertPointTy
1721 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1722 InsertPointTy CodeGenIP, Twine RegionName) {
1738 CodeGenFunction &CGF, const Stmt *RegionBodyStmt, InsertPointTy AllocaIP,
1739 InsertPointTy CodeGenIP, Twine RegionName) {
1772 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
1776 auto FiniCB = [this](InsertPointTy IP) {
1784 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
1796 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
1797 InsertPointTy CodeGenIP) {
1804 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
2082 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP,
3963 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
4170 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4173 auto FiniCB = [this](InsertPointTy IP) {
4183 auto SectionCB = [this, SubStmt](InsertPointTy AllocaIP,
4184 InsertPointTy CodeGenIP) {
4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP,
4192 InsertPointTy CodeGenIP) {
4203 auto PrivCB = [](InsertPointTy AllocaIP, InsertPointTy CodeGenIP,
4214 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP(
4239 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4242 auto FiniCB = [this](InsertPointTy IP) {
4246 auto BodyGenCB = [SectionRegionBodyStmt, this](InsertPointTy AllocaIP,
4247 InsertPointTy CodeGenIP) {
4319 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4323 auto FiniCB = [this](InsertPointTy IP) {
4327 auto BodyGenCB = [MasterRegionBodyStmt, this](InsertPointTy AllocaIP,
4328 InsertPointTy CodeGenIP) {
4359 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4369 auto FiniCB = [this](InsertPointTy IP) {
4373 auto BodyGenCB = [MaskedRegionBodyStmt, this](InsertPointTy AllocaIP,
4374 InsertPointTy CodeGenIP) {
4394 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
4409 auto FiniCB = [this](InsertPointTy IP) {
4413 auto BodyGenCB = [CriticalRegionBodyStmt, this](InsertPointTy AllocaIP,
4414 InsertPointTy CodeGenIP) {
5372 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
5373 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
5376 auto BodyGenCB = [&, this](InsertPointTy AllocaIP,
5377 InsertPointTy CodeGenIP) {
5904 llvm::OpenMPIRBuilder::InsertPointTy AllocaIP,
5929 using InsertPointTy = llvm::OpenMPIRBuilder::InsertPointTy;
5936 InsertPointTy AllocaIP(AllocaInsertPt->getParent(),
5947 auto FiniCB = [this](InsertPointTy IP) {
5951 auto BodyGenCB = [&S, C, this](InsertPointTy AllocaIP,
5952 InsertPointTy CodeGenIP) {