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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
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...]
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
41 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
50 explicit AMDGPUInstrInfo(const AMDGPUSubtarget &st);
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...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h 1 //===-- AMDGPUInstrInfo.h - AMDGPU Instruction Information ------*- C++ -*-===//
19 #include "AMDGPUInstrInfo.h"
40 class AMDGPUInstrInfo : public AMDGPUGenInstrInfo {
47 explicit AMDGPUInstrInfo(TargetMachine &tm);
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...]

Completed in 211 milliseconds