Searched refs:inputFunc (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 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() [all …]
|