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.h325 int commuteOpcode(unsigned Opc) const;
328 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
329 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
H A DSIInstrInfo.cpp1165 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
2836 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
6237 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()