Lines Matching refs:lower

64 namespace Fortran::lower {  namespace
113 const Fortran::lower::SomeExpr *ioStatExpr{};
137 static void genIoLoop(Fortran::lower::AbstractConverter &converter,
145 return std::get<A>(Fortran::lower::newIOTable).name; in getName()
152 return std::get<A>(Fortran::lower::newIOTable).getTypeModel(); in getTypeModel()
176 static mlir::Value genEndIO(Fortran::lower::AbstractConverter &converter, in genEndIO()
179 Fortran::lower::StatementContext &stmtCtx) { in genEndIO()
241 getNamelistGroup(Fortran::lower::AbstractConverter &converter, in getNamelistGroup()
243 Fortran::lower::StatementContext &stmtCtx) { in getNamelistGroup()
276 if (!Fortran::lower::symbolIsGlobal(s)) { in getNamelistGroup()
291 Fortran::lower::genInitialDataTarget(converter, loc, boxTy, *expr); in getNamelistGroup()
394 static void genNamelistIO(Fortran::lower::AbstractConverter &converter, in genNamelistIO()
398 Fortran::lower::StatementContext &stmtCtx) { in genNamelistIO()
464 Fortran::lower::AbstractConverter &converter, mlir::Value cookie, in genOutputItemList()
477 Fortran::lower::StatementContext stmtCtx; in genOutputItemList()
609 static void genInputItemList(Fortran::lower::AbstractConverter &converter, in genInputItemList()
624 Fortran::lower::StatementContext stmtCtx; in genInputItemList()
630 Fortran::lower::genVectorSubscriptBox(loc, converter, stmtCtx, *expr); in genInputItemList()
668 static void genIoLoop(Fortran::lower::AbstractConverter &converter, in genIoLoop()
672 Fortran::lower::StatementContext stmtCtx; in genIoLoop()
686 mlir::Value lowerValue = genControlValue(control.lower); in genIoLoop()
771 static mlir::Value locToFilename(Fortran::lower::AbstractConverter &converter, in locToFilename()
778 static mlir::Value locToLineNo(Fortran::lower::AbstractConverter &converter, in locToLineNo()
801 genBuffer(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genBuffer()
802 const Fortran::lower::SomeExpr &expr, mlir::Type strTy, in genBuffer()
803 mlir::Type lenTy, Fortran::lower::StatementContext &stmtCtx) { in genBuffer()
834 lowerStringLit(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in lowerStringLit()
835 Fortran::lower::StatementContext &stmtCtx, const A &syntax, in lowerStringLit()
855 lowerSourceTextAsStringLit(Fortran::lower::AbstractConverter &converter, in lowerSourceTextAsStringLit()
875 mlir::Value genIntIOOption(Fortran::lower::AbstractConverter &converter, in genIntIOOption()
878 Fortran::lower::StatementContext localStatementCtx; in genIntIOOption()
892 mlir::Value genCharIOOption(Fortran::lower::AbstractConverter &converter, in genCharIOOption()
895 Fortran::lower::StatementContext localStatementCtx; in genCharIOOption()
908 mlir::Value genIOOption(Fortran::lower::AbstractConverter &converter, in genIOOption()
924 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
926 Fortran::lower::StatementContext localStatementCtx; in genIOOption()
941 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
990 Fortran::lower::StatementContext localStatementCtx; in genIOOption()
1003 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1010 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1017 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1044 Fortran::lower::StatementContext localStatementCtx; in genIOOption()
1057 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1066 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1073 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1080 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genIOOption()
1088 static void genIOReadSize(Fortran::lower::AbstractConverter &converter, in genIOReadSize()
1105 Fortran::lower::StatementContext localStatementCtx; in genIOReadSize()
1135 static const Fortran::lower::SomeExpr *getExpr(const A &stmt) { in getExpr()
1144 static void threadSpecs(Fortran::lower::AbstractConverter &converter, in threadSpecs()
1176 ConditionSpecInfo lowerErrorSpec(Fortran::lower::AbstractConverter &converter, in lowerErrorSpec()
1179 const Fortran::lower::SomeExpr *ioMsgExpr = nullptr; in lowerErrorSpec()
1212 Fortran::lower::StatementContext stmtCtx; in lowerErrorSpec()
1220 genConditionHandlerCall(Fortran::lower::AbstractConverter &converter, in genConditionHandlerCall()
1317 Fortran::lower::AbstractConverter &converter, in getVariableBufferRequiredDescriptor()
1319 Fortran::lower::StatementContext &stmtCtx) { in getVariableBufferRequiredDescriptor()
1334 maybeGetInternalIODescriptor(Fortran::lower::AbstractConverter &converter, in maybeGetInternalIODescriptor()
1336 Fortran::lower::StatementContext &stmtCtx) { in maybeGetInternalIODescriptor()
1348 Fortran::lower::AbstractConverter &, const Fortran::parser::PrintStmt &, in maybeGetInternalIODescriptor()
1349 Fortran::lower::StatementContext &) { in maybeGetInternalIODescriptor()
1383 lowerReferenceAsStringSelect(Fortran::lower::AbstractConverter &converter, in lowerReferenceAsStringSelect()
1385 const Fortran::lower::SomeExpr &expr, in lowerReferenceAsStringSelect()
1387 Fortran::lower::StatementContext &stmtCtx) { in lowerReferenceAsStringSelect()
1405 Fortran::lower::pft::LabelSet labels; in lowerReferenceAsStringSelect()
1476 genFormat(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genFormat()
1478 mlir::Type lenTy, Fortran::lower::StatementContext &stmtCtx) { in genFormat()
1511 getFormat(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in getFormat()
1513 Fortran ::lower::StatementContext &stmtCtx) { in getFormat()
1522 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in getFormat()
1524 Fortran::lower::StatementContext &stmtCtx) { in getFormat()
1532 getBuffer(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in getBuffer()
1534 Fortran::lower::StatementContext &stmtCtx) { in getBuffer()
1544 static mlir::Value genIOUnitNumber(Fortran::lower::AbstractConverter &converter, in genIOUnitNumber()
1546 const Fortran::lower::SomeExpr *iounit, in genIOUnitNumber()
1548 Fortran::lower::StatementContext &stmtCtx) { in genIOUnitNumber()
1600 static mlir::Value genIOUnit(Fortran::lower::AbstractConverter &converter, in genIOUnit()
1604 Fortran::lower::StatementContext &stmtCtx) { in genIOUnit()
1615 static mlir::Value getIOUnit(Fortran::lower::AbstractConverter &converter, in getIOUnit()
1618 Fortran::lower::StatementContext &stmtCtx) { in getIOUnit()
1628 static mlir::Value genBasicIOStmt(Fortran::lower::AbstractConverter &converter, in genBasicIOStmt()
1631 Fortran::lower::StatementContext stmtCtx; in genBasicIOStmt()
1654 mlir::Value Fortran::lower::genBackspaceStatement( in genBackspaceStatement()
1655 Fortran::lower::AbstractConverter &converter, in genBackspaceStatement()
1660 mlir::Value Fortran::lower::genEndfileStatement( in genEndfileStatement()
1661 Fortran::lower::AbstractConverter &converter, in genEndfileStatement()
1667 Fortran::lower::genFlushStatement(Fortran::lower::AbstractConverter &converter, in genFlushStatement()
1673 Fortran::lower::genRewindStatement(Fortran::lower::AbstractConverter &converter, in genRewindStatement()
1679 genNewunitSpec(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genNewunitSpec()
1685 Fortran::lower::StatementContext stmtCtx; in genNewunitSpec()
1703 Fortran::lower::genOpenStatement(Fortran::lower::AbstractConverter &converter, in genOpenStatement()
1706 Fortran::lower::StatementContext stmtCtx; in genOpenStatement()
1742 Fortran::lower::genCloseStatement(Fortran::lower::AbstractConverter &converter, in genCloseStatement()
1748 Fortran::lower::genWaitStatement(Fortran::lower::AbstractConverter &converter, in genWaitStatement()
1751 Fortran::lower::StatementContext stmtCtx; in genWaitStatement()
1848 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genBeginDataTransferCallArgs()
1853 Fortran::lower::StatementContext &stmtCtx) { in genBeginDataTransferCallArgs()
1906 genDataTransferStmt(Fortran::lower::AbstractConverter &converter, in genDataTransferStmt()
1909 Fortran::lower::StatementContext stmtCtx; in genDataTransferStmt()
1982 void Fortran::lower::genPrintStatement( in genPrintStatement()
1983 Fortran::lower::AbstractConverter &converter, in genPrintStatement()
1991 Fortran::lower::genWriteStatement(Fortran::lower::AbstractConverter &converter, in genWriteStatement()
1997 Fortran::lower::genReadStatement(Fortran::lower::AbstractConverter &converter, in genReadStatement()
2004 static std::pair<const Fortran::lower::SomeExpr *, bool>
2022 static mlir::Value genInquireSpec(Fortran::lower::AbstractConverter &converter, in genInquireSpec()
2025 Fortran::lower::StatementContext &stmtCtx) { in genInquireSpec()
2032 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genInquireSpec()
2035 Fortran::lower::StatementContext &stmtCtx) { in genInquireSpec()
2062 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genInquireSpec()
2065 Fortran::lower::StatementContext &stmtCtx) { in genInquireSpec()
2099 Fortran::lower::AbstractConverter &converter, mlir::Location loc, in genInquireSpec()
2102 Fortran::lower::StatementContext &stmtCtx) { in genInquireSpec()
2137 lowerIdExpr(Fortran::lower::AbstractConverter &converter, mlir::Location loc, in lowerIdExpr()
2139 Fortran::lower::StatementContext &stmtCtx) { in lowerIdExpr()
2154 static void threadInquire(Fortran::lower::AbstractConverter &converter, in threadInquire()
2158 Fortran::lower::StatementContext &stmtCtx) { in threadInquire()
2171 mlir::Value Fortran::lower::genInquireStatement( in genInquireStatement()
2172 Fortran::lower::AbstractConverter &converter, in genInquireStatement()
2175 Fortran::lower::StatementContext stmtCtx; in genInquireStatement()