Home
last modified time | relevance | path

Searched defs:ShapedTypeStorage (Results 1 – 5 of 5) sorted by relevance

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypeDetail.h100 struct ShapedTypeStorage : public TypeStorage { struct
101 ShapedTypeStorage(Type elementTy) : elementType(elementTy) {} in ShapedTypeStorage() argument
111 struct VectorTypeStorage : public ShapedTypeStorage { argument
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DTypeDetail.h100 struct ShapedTypeStorage : public TypeStorage { struct
101 ShapedTypeStorage(Type elementTy) : elementType(elementTy) {} in ShapedTypeStorage() function
111 struct VectorTypeStorage : public ShapedTypeStorage { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DTypeDetail.h125 struct ShapedTypeStorage : public TypeStorage { struct
126 ShapedTypeStorage(Type elementTy) : elementType(elementTy) {} in ShapedTypeStorage() function
136 struct VectorTypeStorage : public ShapedTypeStorage { argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DTypeDetail.h112 struct ShapedTypeStorage : public TypeStorage { struct
124 struct VectorTypeStorage : public ShapedTypeStorage { argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DTypeDetail.h142 struct ShapedTypeStorage : public TypeStorage { struct
154 struct VectorTypeStorage : public ShapedTypeStorage { argument