Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVDialect.cpp155 static Type parseAndVerifyType(SPIRVDialect const &dialect, in parseAndVerifyType() function
308 Type elementType = parseAndVerifyType(dialect, parser); in parseArrayType()
338 auto elementTy = parseAndVerifyType(dialect, parser); in parseCooperativeMatrixType()
365 auto pointeeType = parseAndVerifyType(dialect, parser); in parsePointerType()
392 Type elementType = parseAndVerifyType(dialect, parser); in parseRuntimeArrayType()
460 auto ty = parseAndVerifyType(dialect, parser); in parseAndVerify()