Lines Matching refs:inputFunc
576 mlir::func::FuncOp inputFunc, in createIoRuntimeCallForItem() argument
579 mlir::Type argType = inputFunc.getFunctionType().getInput(1); in createIoRuntimeCallForItem()
593 loc, inputFunc.getFunctionType().getInput(2), len)); in createIoRuntimeCallForItem()
600 auto call = builder.create<fir::CallOp>(loc, inputFunc, inputFuncArgs); in createIoRuntimeCallForItem()
631 mlir::func::FuncOp inputFunc = getInputFunc( in genInputItemList() local
634 inputFunc.getFunctionType().getInput(1).isa<fir::BoxType>(); in genInputItemList()
637 createIoRuntimeCallForItem(loc, builder, inputFunc, cookie, in genInputItemList()
646 loc, builder, inputFunc, cookie, in genInputItemList()
657 mlir::func::FuncOp inputFunc = in genInputItemList() local
659 auto itemExv = inputFunc.getFunctionType().getInput(1).isa<fir::BoxType>() in genInputItemList()
662 ok = createIoRuntimeCallForItem(loc, builder, inputFunc, cookie, itemExv); in genInputItemList()