Home
last modified time | relevance | path

Searched refs:commuteOpcode (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h315 int commuteOpcode(unsigned Opc) const;
318 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
319 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
H A DSIInstrInfo.cpp1147 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
2774 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
5939 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()