Searched refs:commuteOpcode (Results 1 – 2 of 2) sorted by relevance
248 int commuteOpcode(unsigned Opc) const;251 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function252 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
740 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo1680 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()4106 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()