Searched refs:ArrayStride (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SPIRV/MCTargetDesc/ |
| H A D | SPIRVBaseInfo.h | 463 ArrayStride = 6, enumerator
|
| H A D | SPIRVBaseInfo.cpp | 623 CASE(Decoration, ArrayStride) in getDecorationName()
|
| /llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/ |
| H A D | types.mlir | 80 // expected-error @+1 {{ArrayStride must be greater than zero}} 155 // expected-error @+1 {{ArrayStride must be greater than zero}}
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/ |
| H A D | SPIRVCooperativeMatrixOps.td | 91 from contiguous locations starting from Pointer[col*Stride]. Any ArrayStride
|
| H A D | SPIRVMemoryOps.td | 260 the Base type is decorated with ArrayStride. For all other objects, the
|
| H A D | SPIRVBase.td | 2073 def SPV_D_ArrayStride : I32EnumAttrCase<"ArrayStride", 6> {
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/ |
| H A D | Serializer.cpp | 267 return emitDecoration(resultID, spirv::Decoration::ArrayStride, {stride}); in processTypeDecoration() 277 return emitDecoration(resultID, spirv::Decoration::ArrayStride, {stride}); in processTypeDecoration()
|
| /llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/ |
| H A D | Deserializer.cpp | 261 case spirv::Decoration::ArrayStride: in processDecoration()
|
| /llvm-project-15.0.7/mlir/docs/Dialects/ |
| H A D | SPIR-V.md | 241 decorated for memory layouting purpose (e.g., `ArrayStride`, `Offset`, etc.);
|