Home
last modified time | relevance | path

Searched refs:countLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp291 SMLoc countLoc = parser.getCurrentLocation(); in parseArrayType() local
295 parser.emitError(countLoc, in parseArrayType()
304 parser.emitError(countLoc, "expected array length greater than 0"); in parseArrayType()
329 SMLoc countLoc = parser.getCurrentLocation(); in parseCooperativeMatrixType() local
334 parser.emitError(countLoc, "expected rows and columns size"); in parseCooperativeMatrixType()
412 SMLoc countLoc = parser.getCurrentLocation(); in parseMatrixType() local
416 parser.emitError(countLoc, "expected single unsigned " in parseMatrixType()
424 parser.emitError(countLoc, "matrix is expected to have 2, 3, or 4 " in parseMatrixType()