Lines Matching defs:ioFunc

1148   mlir::func::FuncOp ioFunc = getIORuntimeFunc<A>(loc, builder);
1149 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1154 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
1165 mlir::func::FuncOp ioFunc = getIORuntimeFunc<A>(loc, builder);
1166 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1172 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
1197 mlir::func::FuncOp ioFunc = getIORuntimeFunc<mkIOKey(SetFile)>(loc, builder);
1198 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1204 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
1212 mlir::func::FuncOp ioFunc;
1215 ioFunc = getIORuntimeFunc<mkIOKey(SetAccess)>(loc, builder);
1218 ioFunc = getIORuntimeFunc<mkIOKey(SetAction)>(loc, builder);
1221 ioFunc = getIORuntimeFunc<mkIOKey(SetAsynchronous)>(loc, builder);
1224 ioFunc = getIORuntimeFunc<mkIOKey(SetBlank)>(loc, builder);
1227 ioFunc = getIORuntimeFunc<mkIOKey(SetDecimal)>(loc, builder);
1230 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder);
1233 ioFunc = getIORuntimeFunc<mkIOKey(SetEncoding)>(loc, builder);
1236 ioFunc = getIORuntimeFunc<mkIOKey(SetForm)>(loc, builder);
1239 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder);
1242 ioFunc = getIORuntimeFunc<mkIOKey(SetPosition)>(loc, builder);
1245 ioFunc = getIORuntimeFunc<mkIOKey(SetRound)>(loc, builder);
1248 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder);
1251 ioFunc = getIORuntimeFunc<mkIOKey(SetCarriagecontrol)>(loc, builder);
1254 ioFunc = getIORuntimeFunc<mkIOKey(SetConvert)>(loc, builder);
1260 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1267 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
1289 mlir::func::FuncOp ioFunc;
1292 ioFunc = getIORuntimeFunc<mkIOKey(SetAdvance)>(loc, builder);
1295 ioFunc = getIORuntimeFunc<mkIOKey(SetBlank)>(loc, builder);
1298 ioFunc = getIORuntimeFunc<mkIOKey(SetDecimal)>(loc, builder);
1301 ioFunc = getIORuntimeFunc<mkIOKey(SetDelim)>(loc, builder);
1304 ioFunc = getIORuntimeFunc<mkIOKey(SetPad)>(loc, builder);
1307 ioFunc = getIORuntimeFunc<mkIOKey(SetRound)>(loc, builder);
1310 ioFunc = getIORuntimeFunc<mkIOKey(SetSign)>(loc, builder);
1314 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1321 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
1354 mlir::func::FuncOp ioFunc = getIORuntimeFunc<IoRuntimeKey>(loc, builder);
1356 builder.create<fir::CallOp>(loc, ioFunc, mlir::ValueRange{cookie})
1924 mlir::func::FuncOp ioFunc =
1926 mlir::FunctionType ioFuncTy = ioFunc.getFunctionType();
1934 return builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);
2181 mlir::func::FuncOp ioFunc = getBeginDataTransferFunc<isInput>(
2188 ioArgs, converter, loc, stmt, ioFunc.getFunctionType(), isFormatted,
2191 builder.create<fir::CallOp>(loc, ioFunc, ioArgs).getResult(0);