Home
last modified time | relevance | path

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

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AMDGPU/
H A 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()
H A 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()
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.h238 int commuteOpcode(unsigned Opc) const;
241 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
242 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
H A DSIInstrInfo.cpp716 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1603 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
3998 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/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.cpp845 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1883 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
4439 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AMDGPU/
H A 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()
H A 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()
/dports/devel/llvm11/llvm-11.0.1.src/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.cpp845 int SIInstrInfo::commuteOpcode(unsigned Opcode) const { in commuteOpcode() function in SIInstrInfo
1883 int CommutedOpcode = commuteOpcode(Opc); in commuteInstructionImpl()
4435 int CommutedOpc = commuteOpcode(MI); in legalizeOperandsVOP2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A 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()
H A 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AMDGPU/
H A 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()
H A 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h252 int commuteOpcode(unsigned Opc) const;
255 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
256 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h256 int commuteOpcode(unsigned Opc) const;
259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AMDGPU/
H A DSIInstrInfo.h256 int commuteOpcode(unsigned Opc) const;
259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A 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()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h256 int commuteOpcode(unsigned Opc) const;
259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h260 int commuteOpcode(unsigned Opc) const;
263 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
264 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h256 int commuteOpcode(unsigned Opc) const;
259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AMDGPU/
H A 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h256 int commuteOpcode(unsigned Opc) const;
259 inline int commuteOpcode(const MachineInstr &MI) const { in commuteOpcode() function
260 return commuteOpcode(MI.getOpcode()); in commuteOpcode()

12