Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h248 int commuteOpcode(unsigned Opc) const;
251 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
252 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
DSIInstrInfo.cpp740 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1680 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
4106 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()