Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp166 OperandMatchResultTy parseOperandWithModifier(OperandVector &Operands);
1540 return parseOperandWithModifier(Operands); in parseImmediate()
1548 RISCVAsmParser::parseOperandWithModifier(OperandVector &Operands) { in parseOperandWithModifier() function in RISCVAsmParser
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td334 let ParserMethod = "parseOperandWithModifier";