Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DDialectImplementation.h265 virtual ParseResult parseOptionalRSquare() = 0;
DOpImplementation.h407 virtual ParseResult parseOptionalRSquare() = 0;
/external/llvm-project/mlir/lib/Interfaces/
DViewLikeInterface.cpp113 if (succeeded(parser.parseOptionalRSquare())) { in parseListOfOperandsOrIntegers()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVDialect.cpp563 if (succeeded(parser.parseOptionalRSquare())) in parseStructMemberDecorations()
852 if (succeeded(parser.parseOptionalRSquare())) in parseKeywordList()
/external/llvm-project/mlir/lib/Parser/
DDialectSymbolParser.cpp226 ParseResult parseOptionalRSquare() override { in parseOptionalRSquare() function in __anon8dbb0c750111::CustomDialectAsmParser
DParser.cpp1078 ParseResult parseOptionalRSquare() override { in parseOptionalRSquare() function in __anond23dd3090611::CustomOpAsmParser
/external/llvm-project/flang/lib/Optimizer/Dialect/
DFIROps.cpp1127 if (!parser.parseOptionalRSquare()) in parseSelectCase()
1326 if (!parser.parseOptionalRSquare()) in parseSelectType()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td664 if (!parser.parseOptionalRSquare())