Searched refs:SPUInstrInfo (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUInstrInfo.h1 //===- SPUInstrInfo.h - Cell SPU Instruction Information --------*- C++ -*-===//
26 class SPUInstrInfo : public SPUGenInstrInfo { class in namespace:llvm
30 explicit SPUInstrInfo(SPUTargetMachine &tm);
H A DSPUTargetMachine.h18 #include "SPUInstrInfo.h"
35 SPUInstrInfo InstrInfo;
49 virtual const SPUInstrInfo *getInstrInfo() const {
H A DSPUInstrInfo.cpp1 //===- SPUInstrInfo.cpp - Cell SPU Instruction Information ----------------===//
14 #include "SPUInstrInfo.h"
55 SPUInstrInfo::SPUInstrInfo(SPUTargetMachine &tm) function in class:SPUInstrInfo
63 ScheduleHazardRecognizer *SPUInstrInfo::CreateTargetHazardRecognizer(
72 SPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI,
98 SPUInstrInfo::isStoreToStackSlot(const MachineInstr *MI,
124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB,
139 SPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB,
174 SPUInstrInfo
[all...]
H A DSPUFrameLowering.cpp17 #include "SPUInstrInfo.h"
94 const SPUInstrInfo &TII =
95 *static_cast<const SPUInstrInfo*>(MF.getTarget().getInstrInfo());
190 const SPUInstrInfo &TII =
191 *static_cast<const SPUInstrInfo*>(MF.getTarget().getInstrInfo());

Completed in 147 milliseconds