Searched refs:getRegForm (Results 1 – 3 of 3) sorted by relevance
465 short getRegForm(const MachineInstr &MI) const;
310 def getRegForm : InstrMapping {
3029 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()4420 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()4465 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo4466 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()