Searched refs:commuteOpcode (Results 1 – 2 of 2) sorted by relevance
256 int commuteOpcode(unsigned Opc) const;259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
969 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo2115 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()4877 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()