HomeSort by relevance Sort by last modified time
    Searched refs:AMDGPUInstrInfo (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
15 #include "AMDGPUInstrInfo.h"
29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm)
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::isStoreFromStackSlot(const MachineInstr *MI
    [all...]
AMDGPUConvertToISA.cpp 16 #include "AMDGPUInstrInfo.h"
49 const AMDGPUInstrInfo * TII =
50 static_cast<const AMDGPUInstrInfo*>(TM.getInstrInfo());
AMDGPUTargetMachine.h 17 #include "AMDGPUInstrInfo.h"
35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;}
SIInstrInfo.h 18 #include "AMDGPUInstrInfo.h"
23 class SIInstrInfo : public AMDGPUInstrInfo {
SIInstrInfo.cpp 26 : AMDGPUInstrInfo(tm),
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
R600InstrInfo.h 18 #include "AMDGPUInstrInfo.h"
32 class R600InstrInfo : public AMDGPUInstrInfo {
R600InstrInfo.cpp 28 : AMDGPUInstrInfo(tm),
362 return AMDGPUInstrInfo::isPredicable(MI);
AMDILCFGStructurizer.cpp 13 #include "AMDGPUInstrInfo.h"
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
15 #include "AMDGPUInstrInfo.h"
29 AMDGPUInstrInfo::AMDGPUInstrInfo(TargetMachine &tm)
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::isStoreFromStackSlot(const MachineInstr *MI
    [all...]
AMDGPUConvertToISA.cpp 16 #include "AMDGPUInstrInfo.h"
49 const AMDGPUInstrInfo * TII =
50 static_cast<const AMDGPUInstrInfo*>(TM.getInstrInfo());
AMDGPUTargetMachine.h 17 #include "AMDGPUInstrInfo.h"
35 const AMDGPUInstrInfo * InstrInfo;
53 virtual const AMDGPUInstrInfo *getInstrInfo() const {return InstrInfo;}
SIInstrInfo.h 18 #include "AMDGPUInstrInfo.h"
23 class SIInstrInfo : public AMDGPUInstrInfo {
SIInstrInfo.cpp 26 : AMDGPUInstrInfo(tm),
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
R600InstrInfo.h 18 #include "AMDGPUInstrInfo.h"
32 class R600InstrInfo : public AMDGPUInstrInfo {
R600InstrInfo.cpp 28 : AMDGPUInstrInfo(tm),
362 return AMDGPUInstrInfo::isPredicable(MI);
AMDILCFGStructurizer.cpp 13 #include "AMDGPUInstrInfo.h"
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 1 //===-- AMDGPUInstrInfo.cpp - Base class for AMD GPU InstrInfo ------------===//
16 #include "AMDGPUInstrInfo.h"
31 void AMDGPUInstrInfo::anchor() {}
33 AMDGPUInstrInfo::AMDGPUInstrInfo(const AMDGPUSubtarget &st)
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::hasLoadFromStackSlot(const MachineInstr *MI
    [all...]
AMDGPUSubtarget.h 18 #include "AMDGPUInstrInfo.h"
32 std::unique_ptr<AMDGPUInstrInfo> InstrInfo;
65 const AMDGPUInstrInfo *getInstrInfo() const {
AMDGPUTargetMachine.h 19 #include "AMDGPUInstrInfo.h"
47 const AMDGPUInstrInfo *getInstrInfo() const override {
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
41 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
50 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
SIInstrInfo.h 19 #include "AMDGPUInstrInfo.h"
24 class SIInstrInfo : public AMDGPUInstrInfo {
R600InstrInfo.h 18 #include "AMDGPUInstrInfo.h"
32 class R600InstrInfo : public AMDGPUInstrInfo {
R600InstrInfo.cpp 32 : AMDGPUInstrInfo(st),
926 return AMDGPUInstrInfo::isPredicable(MI);
    [all...]

Completed in 2494 milliseconds

1 2