Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h218 int commuteOpcode(unsigned Opc) const;
221 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
222 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
DSIInstrInfo.cpp600 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1376 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
3333 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.h147 int commuteOpcode(const MachineInstr &MI) const;
DSIInstrInfo.cpp502 int SIInstrInfo::commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function in SIInstrInfo
948 int CommutedOpcode = commuteOpcode(MI); in commuteInstructionImpl()
2100 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()