Searched refs:getRegForm (Results 1 – 3 of 3) sorted by relevance
471 short getRegForm(const MachineInstr &MI) const;
342 def getRegForm : InstrMapping {
3128 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()4528 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()4573 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo4574 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()