Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h506 bool isStaticShapeAndContiguousRowMajor(MemRefType memrefType);
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuiltinTypes.cpp1084 bool mlir::isStaticShapeAndContiguousRowMajor(MemRefType memrefType) { in isStaticShapeAndContiguousRowMajor() function in mlir
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp983 isStaticShapeAndContiguousRowMajor(memrefType))); in matchAndRewrite()