Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp205 bool parseRegisterOperand(MachineOperand &Dest,
732 if (parseRegisterOperand(MO, TiedDefIdx, /*IsDef=*/true)) in parse()
1233 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand() function in MIParser
2183 return parseRegisterOperand(Dest, TiedDefIdx); in parseMachineOperand()