Home
last modified time | relevance | path

Searched defs:columnCount (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1171 const uint32_t columnCount; global() member
1174 get(Type columnType,uint32_t columnCount) get() argument
1179 getChecked(function_ref<InFlightDiagnostic ()> emitError,Type columnType,uint32_t columnCount) getChecked() argument
1185 verify(function_ref<InFlightDiagnostic ()> emitError,Type columnType,uint32_t columnCount) verify() argument
[all...]
H A DSPIRVDialect.cpp470 int64_t columnCount = countDims[0]; parseMatrixType() local