Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIRType.h268 mlir::Type applyPathToType(mlir::Type rootTy, mlir::ValueRange path);
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp233 mlir::Type ty = fir::applyPathToType(arrTy, path);
4174 mlir::Type pathTy = fir::applyPathToType(ty, indices); in adjustedArraySubtype()
4264 mlir::Type eleTy = fir::applyPathToType(arrTy, iterSpace.iterVec()); in defaultStoreToDestination()
5940 fir::applyPathToType(seqTy.getEleTy(), components.suffixComponents); in genarr()
6040 mlir::Type eleTy = fir::applyPathToType(resTy, iters.iterVec()); in genarr()
6066 mlir::Type eleTy = fir::applyPathToType(arrTy, iters.iterVec()); in genarr()
6087 mlir::Type eleTy = fir::applyPathToType(arrTy, iters.iterVec()); in genarr()
6887 ty = fir::applyPathToType(ty, mlir::ValueRange{offset}); in lowerPath()
7038 fir::applyPathToType(innerArg.getType(), iters.iterVec()); in applyPathToArrayLoad()
7109 auto eleBoxTy = fir::applyPathToType(load.getType(), iters.iterVec()); in applyPathToArrayLoad()
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp492 fir::applyPathToType(seqTy.getEleTy(), sliceOp.getFields()); in verify()
524 return fir::applyPathToType(ty, op.getIndices()); in validArraySubobject()
3517 mlir::Type fir::applyPathToType(mlir::Type eleTy, mlir::ValueRange path) { in applyPathToType() function in fir
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DFIRBuilder.cpp1176 auto eleTy = fir::applyPathToType(seqTy, path); in genLenOfCharacter()