Home
last modified time | relevance | path

Searched defs:MemRefType (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/
H A DMemRefBuilder.h23 class MemRefType; variable
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/Analysis/
H A DLoopAnalysis.h26 class MemRefType; variable
H A DAffineStructures.h32 class MemRefType; variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llvm-prettyprinters/gdb/
H A Dmlir-support.cpp17 mlir::Type MemRefType = mlir::MemRefType::get({4, 5}, FloatType); variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.h199 operator MemRefType() { in MemRefType() function
H A DBuilders.h27 class MemRefType; variable
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp902 .Case([&](MemRefType) { in makeTiledShape() argument