Searched refs:commuteOpcode (Results 1 – 2 of 2) sorted by relevance
261 int commuteOpcode(unsigned Opc) const;264 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function265 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
1050 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo2404 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()5272 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()