HomeSort by relevance Sort by last modified time
    Searched refs:SIInstrInfo (Results 1 - 15 of 15) 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);
SIISelLowering.h 18 #include "SIInstrInfo.h"
24 const SIInstrInfo * TII;
AMDGPUTargetMachine.cpp 20 #include "SIInstrInfo.h"
63 InstrInfo = new SIInstrInfo(*this);
SIISelLowering.cpp 18 #include "SIInstrInfo.h"
28 TII(static_cast<const SIInstrInfo*>(TM.getInstrInfo()))
  /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);
SIISelLowering.h 18 #include "SIInstrInfo.h"
24 const SIInstrInfo * TII;
AMDGPUTargetMachine.cpp 20 #include "SIInstrInfo.h"
63 InstrInfo = new SIInstrInfo(*this);
SIISelLowering.cpp 18 #include "SIInstrInfo.h"
28 TII(static_cast<const SIInstrInfo*>(TM.getInstrInfo()))
  /external/llvm/lib/Target/R600/
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...]
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);
SIISelLowering.cpp 18 #include "SIInstrInfo.h"
281 const SIInstrInfo *TII =
282 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
309 const SIInstrInfo *TII =
310 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
643 const SIInstrInfo *TII =
644 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
678 const SIInstrInfo *TII =
679 static_cast<const SIInstrInfo*>(getTargetMachine().getInstrInfo());
787 const SIInstrInfo *TII
    [all...]
AMDGPUTargetMachine.cpp 22 #include "SIInstrInfo.h"
70 InstrInfo.reset(new SIInstrInfo(*this));
SIInsertWaits.cpp 20 #include "SIInstrInfo.h"
49 const SIInstrInfo *TII;
336 TII = static_cast<const SIInstrInfo*>(MF.getTarget().getInstrInfo());

Completed in 753 milliseconds