Home
last modified time | relevance | path

Searched refs:getExtendCoorRef (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DComponentPath.cpp59 Fortran::lower::ComponentPath::getExtendCoorRef() const { in getExtendCoorRef() function in Fortran::lower::ComponentPath
H A DConvertExpr.cpp6825 auto currentFunc = component.getExtendCoorRef(); in extendComponent()
6955 auto currentFunc = components.getExtendCoorRef(); in lowerPath()
7043 mlir::Value addr = components.getExtendCoorRef()(arrayOp); in applyPathToArrayLoad()
7114 mlir::Value addr = components.getExtendCoorRef()(access); in applyPathToArrayLoad()
7127 auto addr = components.getExtendCoorRef()(access); in applyPathToArrayLoad()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DComponentPath.h53 ExtendRefFunc getExtendCoorRef() const;