Lines Matching defs:targetOp
1304 // This functions creates a block for the body of the targetOp's region. It adds
1309 mlir::omp::TargetOp &targetOp, const EntryBlockArgs &args,
1313 auto argIface = llvm::cast<mlir::omp::BlockArgOpenMPOpInterface>(*targetOp);
1315 mlir::Region ®ion = targetOp.getRegion();
1317 bindEntryBlockArgs(converter, targetOp, args);
1368 firOpBuilder.setInsertionPoint(targetOp);
1401 targetOp.getMapVarsMutable().append(mapOp);
1424 targetOp.getLoc(), firOpBuilder.getIndexType());
1457 dsp.processStep2(targetOp, /*isLoop=*/false);
2257 auto targetOp = firOpBuilder.create<mlir::omp::TargetOp>(loc, clauseOps);
2270 genBodyOfTargetOp(converter, symTable, semaCtx, eval, targetOp, args, loc,
2276 return targetOp;