Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpImplementation.h816 virtual ParseResult parseCustomAttributeWithFallback(
887 parseCustomAttributeWithFallback(AttrType &result, Type type, in parseCustomAttributeWithFallback() function
893 if (parseCustomAttributeWithFallback( in parseCustomAttributeWithFallback()
914 parseCustomAttributeWithFallback(AttrType &result, Type type, in parseCustomAttributeWithFallback() function
924 parseCustomAttributeWithFallback(AttrType &result) { in parseCustomAttributeWithFallback() function
929 if (parseCustomAttributeWithFallback( in parseCustomAttributeWithFallback()
946 parseCustomAttributeWithFallback(AttrType &result) { in parseCustomAttributeWithFallback() function
H A DDialectImplementation.h67 if (parser.parseCustomAttributeWithFallback(value))
/llvm-project-15.0.7/mlir/lib/AsmParser/
H A DAsmParserImpl.h372 ParseResult parseCustomAttributeWithFallback( in parseCustomAttributeWithFallback() function
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp416 if (parser.parseCustomAttributeWithFallback(kindAttr, Type{}, "kind", in parse()