Searched defs:strTy (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Reduction.cpp | 28 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 44 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 61 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 77 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 93 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 110 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 126 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 142 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 159 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local 176 auto strTy = fir::ReferenceType::get(mlir::IntegerType::get(ctx, 8)); in getTypeModel() local [all …]
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 802 const Fortran::lower::SomeExpr &expr, mlir::Type strTy, in genBuffer() 836 mlir::Type strTy, mlir::Type lenTy, mlir::Type ty2 = {}) { in lowerStringLit() 857 mlir::Type strTy, mlir::Type lenTy) { in lowerSourceTextAsStringLit() 1386 mlir::Type strTy, mlir::Type lenTy, in lowerReferenceAsStringSelect() 1477 const Fortran::parser::Format &format, mlir::Type strTy, in genFormat() 1512 const A &stmt, mlir::Type strTy, mlir::Type lenTy, in getFormat() 1523 const Fortran::parser::PrintStmt &stmt, mlir::Type strTy, mlir::Type lenTy, in getFormat() 1533 const A &stmt, mlir::Type strTy, mlir::Type lenTy, in getBuffer()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 2378 } else if (auto strTy = type.dyn_cast<fir::RecordType>()) { in arraysHaveKnownShape() local 2380 } else if (auto strTy = type.dyn_cast<mlir::TupleType>()) { in arraysHaveKnownShape() local
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Dialect/ |
| H A D | FIROps.cpp | 1155 } else if (auto strTy = eleTy.dyn_cast<fir::CharacterType>()) { in verify() local
|