Lines Matching defs:operandLocation

351     mlir::Location operandLocation = genOperandLocation(converter, accObject);
359 operandLocation, asFortran, bounds,
371 builder, operandLocation, baseAddr, asFortran, bounds, structured,
391 mlir::Location operandLocation = genOperandLocation(converter, accObject);
399 operandLocation, asFortran, bounds);
402 builder, operandLocation, info.addr, asFortran, bounds, structured,
412 modBuilder, builder, operandLocation, info.addr.getType(), prefix,
416 modBuilder, builder, operandLocation, info.addr.getType(), prefix,
854 mlir::Location operandLocation = genOperandLocation(converter, accObject);
862 operandLocation, asFortran, bounds);
872 operandLocation, retTy);
874 builder, operandLocation, info.addr, asFortran, bounds, true,
884 builder, recipeName, operandLocation, retTy, bounds);
886 builder, operandLocation, info.addr, asFortran, bounds, true,
1435 mlir::Location operandLocation = genOperandLocation(converter, accObject);
1443 operandLocation, asFortran, bounds);
1451 TODO(operandLocation, "reduction with unsupported type");
1454 builder, operandLocation, info.addr, asFortran, bounds,
1471 builder, recipeName, operandLocation, ty, mlirOp, bounds);
3597 mlir::Location operandLocation = genOperandLocation(converter, accObject);
3646 modBuilder, builder, operandLocation, globalOp, clause,
3650 modBuilder, builder, operandLocation, globalOp, clause);
3653 modBuilder, builder, operandLocation, globalOp, clause);
3657 modBuilder, builder, operandLocation, globalOp, clause,
3665 modBuilder, builder, operandLocation, globalOp, clause,
3673 TODO(operandLocation, "OpenACC Global Ctor from parser::Name");