Searched refs:SPUInstrInfo (Results 1 – 6 of 6) sorted by relevance
55 SPUInstrInfo::SPUInstrInfo(SPUTargetMachine &tm) in SPUInstrInfo() function in SPUInstrInfo63 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 …]
39 include "SPUInstrInfo.td"60 def SPUInstrInfo : InstrInfo {65 let InstructionSet = SPUInstrInfo;
35 SPUInstrInfo InstrInfo;49 virtual const SPUInstrInfo *getInstrInfo() const { in getInstrInfo()
26 class SPUInstrInfo : public SPUGenInstrInfo {30 explicit SPUInstrInfo(SPUTargetMachine &tm);
94 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()
1 //==- SPUInstrInfo.td - Describe the Cell SPU Instructions -*- tablegen -*-==//