HomeSort by relevance Sort by last modified time
    Searched defs:SIInstrInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
SIInstrInfo.cpp 1 //===-- SIInstrInfo.cpp - SI Instruction Information ---------------------===//
15 #include "SIInstrInfo.h"
25 SIInstrInfo::SIInstrInfo(AMDGPUTargetMachine &tm)
31 const SIRegisterInfo &SIInstrInfo::getRegisterInfo() const
37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
52 MachineInstr * SIInstrInfo::getMovImmInstr(MachineFunction *MF, unsigned DstReg,
63 bool SIInstrInfo::isMov(unsigned Opcode) const
SIInstrInfo.h 1 //===-- SIInstrInfo.h - SI Instruction Info Interface ---------------------===//
10 // Interface definition for SIInstrInfo.
23 class SIInstrInfo : public AMDGPUInstrInfo {
29 explicit SIInstrInfo(AMDGPUTargetMachine &tm);
  /external/mesa3d/src/gallium/drivers/radeon/
SIInstrInfo.cpp 1 //===-- SIInstrInfo.cpp - SI Instruction Information ---------------------===//
15 #include "SIInstrInfo.h"
25 SIInstrInfo::SIInstrInfo(AMDGPUTargetMachine &tm)
31 const SIRegisterInfo &SIInstrInfo::getRegisterInfo() const
37 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
52 MachineInstr * SIInstrInfo::getMovImmInstr(MachineFunction *MF, unsigned DstReg,
63 bool SIInstrInfo::isMov(unsigned Opcode) const
SIInstrInfo.h 1 //===-- SIInstrInfo.h - SI Instruction Info Interface ---------------------===//
10 // Interface definition for SIInstrInfo.
23 class SIInstrInfo : public AMDGPUInstrInfo {
29 explicit SIInstrInfo(AMDGPUTargetMachine &tm);
  /external/llvm/lib/Target/R600/
SIInstrInfo.h 1 //===-- SIInstrInfo.h - SI Instruction Info Interface ---------------------===//
11 /// \brief Interface definition for SIInstrInfo.
24 class SIInstrInfo : public AMDGPUInstrInfo {
29 explicit SIInstrInfo(AMDGPUTargetMachine &tm);
SIInstrInfo.cpp 1 //===-- SIInstrInfo.cpp - SI Instruction Information ---------------------===//
16 #include "SIInstrInfo.h"
25 SIInstrInfo::SIInstrInfo(AMDGPUTargetMachine &tm)
30 const SIRegisterInfo &SIInstrInfo::getRegisterInfo() const {
35 SIInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
170 unsigned SIInstrInfo::commuteOpcode(unsigned Opcode) const {
185 MachineInstr *SIInstrInfo::commuteInstruction(MachineInstr *MI,
200 MachineInstr * SIInstrInfo::getMovImmInstr(MachineFunction *MF, unsigned DstReg,
211 bool SIInstrInfo::isMov(unsigned Opcode) const
    [all...]

Completed in 38 milliseconds