Lines Matching refs:isFormatted

139                       bool isFormatted, bool checkResult, mlir::Value &ok,
412 mlir::Type type, bool isFormatted) { in getOutputFunc() argument
413 if (!isFormatted) in getOutputFunc()
465 const std::list<Fortran::parser::OutputItem> &items, bool isFormatted, in genOutputItemList() argument
470 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult, in genOutputItemList()
484 getOutputFunc(loc, builder, itemTy, isFormatted); in genOutputItemList()
486 assert((isFormatted || argType.isa<fir::BoxType>()) && in genOutputItemList()
525 mlir::Type type, bool isFormatted) { in getInputFunc() argument
526 if (!isFormatted) in getInputFunc()
612 bool isFormatted, bool checkResult, in genInputItemList() argument
617 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult, in genInputItemList()
632 loc, builder, vectorSubscriptBox.getElementType(), isFormatted); in genInputItemList()
658 getInputFunc(loc, builder, itemTy, isFormatted); in genInputItemList()
670 bool isFormatted, bool checkResult, mlir::Value &ok, in genIoLoop() argument
694 genInputItemList(converter, cookie, itemList, isFormatted, checkResult, in genIoLoop()
697 genOutputItemList(converter, cookie, itemList, isFormatted, checkResult, in genIoLoop()
1795 bool isFormatted, bool isListOrNml, bool isInternal, in getBeginDataTransferFunc() argument
1798 if (isFormatted || isListOrNml) { in getBeginDataTransferFunc()
1820 if (isFormatted || isListOrNml) { in getBeginDataTransferFunc()
1849 const A &stmt, mlir::FunctionType ioFuncTy, bool isFormatted, in genBeginDataTransferCallArgs() argument
1856 if (!isFormatted || isListOrNml) in genBeginDataTransferCallArgs()
1911 const bool isFormatted = isDataTransferFormatted(stmt); in genDataTransferStmt() local
1912 const bool isList = isFormatted ? isDataTransferList(stmt) : false; in genDataTransferStmt()
1929 loc, builder, isFormatted, isList || isNml, isInternal, in genDataTransferStmt()
1933 ioArgs, converter, loc, stmt, ioFunc.getFunctionType(), isFormatted, in genDataTransferStmt()
1954 genInputItemList(converter, cookie, stmt.items, isFormatted, in genDataTransferStmt()
1963 genOutputItemList(converter, cookie, stmt.items, isFormatted, in genDataTransferStmt()
1967 genOutputItemList(converter, cookie, std::get<1>(stmt.t), isFormatted, in genDataTransferStmt()