Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h255 int commuteOpcode(unsigned Opc) const;
258 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
259 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
H A DSIInstrInfo.cpp965 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
2075 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
4808 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()