Searched refs:commuteOpcode (Results 1 – 2 of 2) sorted by relevance
325 int commuteOpcode(unsigned Opc) const;328 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function329 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
1165 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo2836 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()6237 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()