Searched refs:getRegForm (Results 1 – 3 of 3) sorted by relevance
378 short getRegForm(const MachineInstr *MI) const;
182 def getRegForm : InstrMapping {
2546 if (Hexagon::getRegForm(MI->getOpcode()) >= 0) in hasNonExtEquivalent()3616 short NonExtOpcode = Hexagon::getRegForm(MI->getOpcode()); in getNonExtOpcode()3664 short HexagonInstrInfo::getRegForm(const MachineInstr *MI) const { in getRegForm() function in HexagonInstrInfo3665 return Hexagon::getRegForm(MI->getOpcode()); in getRegForm()