Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1170 Type columnType; 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
1204 isValidColumnType(Type columnType) isValidColumnType() argument
[all...]
H A DSPIRVDialect.cpp478 Type columnType = parseAndVerifyMatrixType(dialect, parser); parseMatrixType() local