Home
last modified time | relevance | path

Searched refs:SPUInstrInfo (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUInstrInfo.cpp55 SPUInstrInfo::SPUInstrInfo(SPUTargetMachine &tm) in SPUInstrInfo() function in SPUInstrInfo
63 ScheduleHazardRecognizer *SPUInstrInfo::CreateTargetHazardRecognizer( in CreateTargetHazardRecognizer()
72 SPUInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()
98 SPUInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot()
124 void SPUInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()
139 SPUInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()
174 SPUInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()
213 SPUInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, in AnalyzeBranch()
300 SPUInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()
351 SPUInstrInfo::InsertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, in InsertBranch()
[all …]
DSPU.td39 include "SPUInstrInfo.td"
60 def SPUInstrInfo : InstrInfo {
65 let InstructionSet = SPUInstrInfo;
DSPUTargetMachine.h35 SPUInstrInfo InstrInfo;
49 virtual const SPUInstrInfo *getInstrInfo() const { in getInstrInfo()
DSPUInstrInfo.h26 class SPUInstrInfo : public SPUGenInstrInfo {
30 explicit SPUInstrInfo(SPUTargetMachine &tm);
DSPUFrameLowering.cpp94 const SPUInstrInfo &TII = in emitPrologue()
95 *static_cast<const SPUInstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()
190 const SPUInstrInfo &TII = in emitEpilogue()
191 *static_cast<const SPUInstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
DSPUInstrInfo.td1 //==- SPUInstrInfo.td - Describe the Cell SPU Instructions -*- tablegen -*-==//