Searched defs:AMDGPUInstrInfo (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.h1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo { class in namespace:llvm
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
H A DAMDGPUInstrInfo.cpp1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
15 #include "AMDGPUInstrInfo.h"
29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) function in class:AMDGPUInstrInfo
32 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const {
36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI,
55 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI,
61 unsigned AMDGPUInstrInfo
[all...]
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.h1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
41 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo { class in namespace:llvm
50 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
H A DAMDGPUInstrInfo.cpp1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
16 #include "AMDGPUInstrInfo.h"
31 void AMDGPUInstrInfo::anchor() {}
33 AMDGPUInstrInfo::AMDGPUInstrInfo(const AMDGPUSubtarget &st) function in class:AMDGPUInstrInfo
36 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const {
40 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
47 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
53 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI,
59 bool AMDGPUInstrInfo
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.h1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo { class in namespace:llvm
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
H A DAMDGPUInstrInfo.cpp1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
15 #include "AMDGPUInstrInfo.h"
29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm) function in class:AMDGPUInstrInfo
32 const AMDGPURegisterInfo &AMDGPUInstrInfo::getRegisterInfo() const {
36 bool AMDGPUInstrInfo::isCoalescableExtInstr(const MachineInstr &MI,
43 unsigned AMDGPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
49 unsigned AMDGPUInstrInfo::isLoadFromStackSlotPostFE(const MachineInstr *MI,
55 bool AMDGPUInstrInfo::hasLoadFromStackSlot(const MachineInstr *MI,
61 unsigned AMDGPUInstrInfo
[all...]

Completed in 827 milliseconds