Lines Matching defs:inputFunc
835 mlir::Location loc, mlir::func::FuncOp inputFunc,
838 mlir::Type argType = inputFunc.getFunctionType().getInput(1);
855 loc, inputFunc.getFunctionType().getInput(2), len));
862 auto call = builder.create<fir::CallOp>(loc, inputFunc, inputFuncArgs);
893 mlir::func::FuncOp inputFunc = getInputFunc(
896 mlir::isa<fir::BoxType>(inputFunc.getFunctionType().getInput(1));
899 createIoRuntimeCallForItem(converter, loc, inputFunc, cookie,
908 converter, loc, inputFunc, cookie,
919 mlir::func::FuncOp inputFunc =
922 mlir::isa<fir::BoxType>(inputFunc.getFunctionType().getInput(1))
925 ok = createIoRuntimeCallForItem(converter, loc, inputFunc, cookie, itemExv);