Home
last modified time | relevance | path

Searched refs:AMDGPUInstrInfo (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.cpp29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) in AMDGPUInstrInfo() function in AMDGPUInstrInfo
32 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const { in getRegisterInfo()
36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr()
43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE()
55 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot()
61 unsigned AMDGPUInstrInfo::isStoreFromStackSlot(const MachineInstr *MI, in isStoreFromStackSlot()
66 unsigned AMDGPUInstrInfo::isStoreFromStackSlotPostFE(const MachineInstr *MI, in isStoreFromStackSlotPostFE()
71 bool AMDGPUInstrInfo::hasStoreFromStackSlot(const MachineInstr *MI, in hasStoreFromStackSlot()
79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress()
[all …]
DAMDGPU.td14 def AMDGPUInstrInfo : InstrInfo {}
27 let InstructionSet = AMDGPUInstrInfo;
35 include "AMDGPUInstrInfo.td"
DAMDGPUConvertToISA.cpp49 const AMDGPUInstrInfo * TII = in runOnMachineFunction()
50 static_cast<const AMDGPUInstrInfo*>(TM.getInstrInfo()); in runOnMachineFunction()
DAMDGPUTargetMachine.h35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;} in getInstrInfo()
DMakefile.sources4 AMDGPUInstrInfo.td \
63 AMDGPUInstrInfo.cpp \
DAMDGPUInstrInfo.h40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
DSIInstrInfo.h23 class SIInstrInfo : public AMDGPUInstrInfo {
DSIInstrInfo.cpp26 : AMDGPUInstrInfo(tm), in SIInstrInfo()
DR600InstrInfo.h32 class R600InstrInfo : public AMDGPUInstrInfo {
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUInstrInfo.cpp29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) in AMDGPUInstrInfo() function in AMDGPUInstrInfo
32 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const { in getRegisterInfo()
36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr()
43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE()
55 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot()
61 unsigned AMDGPUInstrInfo::isStoreFromStackSlot(const MachineInstr *MI, in isStoreFromStackSlot()
66 unsigned AMDGPUInstrInfo::isStoreFromStackSlotPostFE(const MachineInstr *MI, in isStoreFromStackSlotPostFE()
71 bool AMDGPUInstrInfo::hasStoreFromStackSlot(const MachineInstr *MI, in hasStoreFromStackSlot()
79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI, in convertToThreeAddress()
[all …]
DAMDGPU.td14 def AMDGPUInstrInfo : InstrInfo {}
27 let InstructionSet = AMDGPUInstrInfo;
35 include "AMDGPUInstrInfo.td"
DAMDGPUConvertToISA.cpp49 const AMDGPUInstrInfo * TII = in runOnMachineFunction()
50 static_cast<const AMDGPUInstrInfo*>(TM.getInstrInfo()); in runOnMachineFunction()
DAMDGPUTargetMachine.h35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;} in getInstrInfo()
DMakefile.sources4 AMDGPUInstrInfo.td \
63 AMDGPUInstrInfo.cpp \
DAMDGPUInstrInfo.h40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
DSIInstrInfo.h23 class SIInstrInfo : public AMDGPUInstrInfo {
DSIInstrInfo.cpp26 : AMDGPUInstrInfo(tm), in SIInstrInfo()
DR600InstrInfo.h32 class R600InstrInfo : public AMDGPUInstrInfo {
DAMDGPUInstrInfo.td1 //===-- AMDGPUInstrInfo.td - AMDGPU DAG nodes --------------*- tablegen -*-===//
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.cpp31 void AMDGPUInstrInfo::anchor() {} in anchor()
33 AMDGPUInstrInfo::AMDGPUInstrInfo(const AMDGPUSubtarget &st) in AMDGPUInstrInfo() function in AMDGPUInstrInfo
36 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const { in getRegisterInfo()
40 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI, in isCoalescableExtInstr()
47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
53 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI, in isLoadFromStackSlotPostFE()
59 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI, in hasLoadFromStackSlot()
65 unsigned AMDGPUInstrInfo::isStoreFromStackSlot(const MachineInstr *MI, in isStoreFromStackSlot()
70 unsigned AMDGPUInstrInfo::isStoreFromStackSlotPostFE(const MachineInstr *MI, in isStoreFromStackSlotPostFE()
75 bool AMDGPUInstrInfo::hasStoreFromStackSlot(const MachineInstr *MI, in hasStoreFromStackSlot()
[all …]
DAMDGPUSubtarget.h32 std::unique_ptr<AMDGPUInstrInfo> InstrInfo;
65 const AMDGPUInstrInfo *getInstrInfo() const { in getInstrInfo()
DAMDGPU.td120 def AMDGPUInstrInfo : InstrInfo {
126 let InstructionSet = AMDGPUInstrInfo;
148 include "AMDGPUInstrInfo.td"
DAMDGPUInstrInfo.h41 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
50 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
DAMDGPUTargetMachine.h47 const AMDGPUInstrInfo *getInstrInfo() const override { in getInstrInfo()
DCMakeLists.txt26 AMDGPUInstrInfo.cpp

12