Searched refs:commuteOpcode (Results 1 – 4 of 4) sorted by relevance
218 int commuteOpcode(unsigned Opc) const;221 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function222 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
600 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo1376 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()3333 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()
147 int commuteOpcode(const MachineInstr &MI) const;
502 int SIInstrInfo::commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function in SIInstrInfo948 int CommutedOpcode = commuteOpcode(MI); in commuteInstructionImpl()2100 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()