Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp450 bool parseRegisterOperand(MachineOperand &Dest,
1027 if (parseRegisterOperand(MO, TiedDefIdx, /*IsDef=*/true)) in parse()
1706 bool MIParser::parseRegisterOperand(MachineOperand &Dest, in parseRegisterOperand() function in MIParser
2863 return parseRegisterOperand(Dest, TiedDefIdx); in parseMachineOperand()