Home
last modified time | relevance | path

Searched refs:outputFunc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp483 mlir::func::FuncOp outputFunc = in genOutputItemList() local
485 mlir::Type argType = outputFunc.getFunctionType().getInput(1); in genOutputItemList()
501 loc, outputFunc.getFunctionType().getInput(1), fir::getBase(exv))); in genOutputItemList()
503 loc, outputFunc.getFunctionType().getInput(2), fir::getLen(exv))); in genOutputItemList()
517 ok = builder.create<fir::CallOp>(loc, outputFunc, outputFuncArgs) in genOutputItemList()