Home
last modified time | relevance | path

Searched defs:lenTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/lib/Lower/
H A DIO.cpp1064 genBuffer(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::lower::SomeExpr & expr,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) genBuffer() argument
1097 lowerStringLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,Fortran::lower::StatementContext & stmtCtx,const A & syntax,mlir::Type strTy,mlir::Type lenTy,mlir::Type ty2={}) lowerStringLit() argument
1118 lowerSourceTextAsStringLit(Fortran::lower::AbstractConverter & converter,mlir::Location loc,llvm::StringRef text,mlir::Type strTy,mlir::Type lenTy) lowerSourceTextAsStringLit() argument
1618 lowerReferenceAsStringSelect(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::lower::SomeExpr & expr,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) lowerReferenceAsStringSelect() argument
1701 genFormat(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::parser::Format & format,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) genFormat() argument
1741 getFormat(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const A & stmt,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) getFormat() argument
1752 getFormat(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const Fortran::parser::PrintStmt & stmt,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) getFormat() argument
1762 getBuffer(Fortran::lower::AbstractConverter & converter,mlir::Location loc,const A & stmt,mlir::Type strTy,mlir::Type lenTy,Fortran::lower::StatementContext & stmtCtx) getBuffer() argument
[all...]
H A DCallInterface.cpp999 mlir::Type lenTy = mlir::IndexType::get(&mlirContext); handleImplicitCharacterResult() local
H A DConvertVariable.cpp1566 mlir::Type lenTy = builder.getCharacterLengthType(); lowerExplicitCharLen() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp714 auto lenTy = builder.getCharacterLengthType(); in readLengthFromBox() local
H A DFIRBuilder.cpp1135 auto lenTy = builder.getCharacterLengthType(); componentToExtendedValue() local
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp882 mlir::Type lenTy = matchAndRewrite() local
3187 mlir::Type lenTy = convertType(unboxchar.getType(1)); matchAndRewrite() local