Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h230 int commuteOpcode(unsigned Opc) const;
233 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
234 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
H A DSIInstrInfo.cpp613 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1372 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
3548 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()