Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp451 bool parseRegisterOperand(MachineOperand &Dest,
991 if (parseRegisterOperand(MO, TiedDefIdx, /*IsDef=*/true)) in parse()
1650 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand() function in MIParser
2773 return parseRegisterOperand(Dest, TiedDefIdx); in parseMachineOperand()