Searched refs:getRegForm (Results 1 – 3 of 3) sorted by relevance
472 short getRegForm(const MachineInstr &MI) const;
358 def getRegForm : InstrMapping {
3132 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()4532 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()4577 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo4578 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()