Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDialectImplementation.h79 if (parser.parseCustomTypeWithFallback(value))
H A DOpImplementation.h1045 virtual ParseResult parseCustomTypeWithFallback(
1082 parseCustomTypeWithFallback(TypeT &result) { in parseCustomTypeWithFallback() function
1087 if (parseCustomTypeWithFallback(type, [&](Type &result) -> ParseResult { in parseCustomTypeWithFallback()
1103 parseCustomTypeWithFallback(TypeT &result) { in parseCustomTypeWithFallback() function
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h384 ParseResult parseCustomTypeWithFallback( in parseCustomTypeWithFallback() function
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp380 if (parser.parseCustomTypeWithFallback(type)) in parse()
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpFormatGen.cpp545 if (parser.parseCustomTypeWithFallback(type))