Searched refs:getRegForm (Results 1 – 6 of 6) sorted by relevance
408 short getRegForm(const MachineInstr *MI) const;
206 def getRegForm : InstrMapping {
2989 if (Hexagon::getRegForm(MI->getOpcode()) >= 0) in hasNonExtEquivalent()4082 short NonExtOpcode = Hexagon::getRegForm(MI->getOpcode()); in getNonExtOpcode()4130 short HexagonInstrInfo::getRegForm(const MachineInstr *MI) const { in getRegForm() function in HexagonInstrInfo4131 return Hexagon::getRegForm(MI->getOpcode()); in getRegForm()
470 short getRegForm(const MachineInstr &MI) const;
263 def getRegForm : InstrMapping {
2940 if (Hexagon::getRegForm(MI.getOpcode()) >= 0) in hasNonExtEquivalent()4183 short NonExtOpcode = Hexagon::getRegForm(MI.getOpcode()); in getNonExtOpcode()4228 short HexagonInstrInfo::getRegForm(const MachineInstr &MI) const { in getRegForm() function in HexagonInstrInfo4229 return Hexagon::getRegForm(MI.getOpcode()); in getRegForm()