Searched refs:MBlazeInstrInfo (Results 1 – 8 of 8) sorted by relevance
30 MBlazeInstrInfo::MBlazeInstrInfo(MBlazeTargetMachine &tm) in MBlazeInstrInfo() function in MBlazeInstrInfo43 unsigned MBlazeInstrInfo::62 unsigned MBlazeInstrInfo::77 void MBlazeInstrInfo::83 void MBlazeInstrInfo::92 void MBlazeInstrInfo::102 void MBlazeInstrInfo::115 bool MBlazeInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, in AnalyzeBranch()186 unsigned MBlazeInstrInfo::213 unsigned MBlazeInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()[all …]
25 include "MBlazeInstrInfo.td"28 def MBlazeInstrInfo : InstrInfo;71 let InstructionSet = MBlazeInstrInfo;
35 MBlazeInstrInfo InstrInfo;48 virtual const MBlazeInstrInfo *getInstrInfo() const in getInstrInfo()
227 const MBlazeInstrInfo &TII = in interruptFrameLayout()228 *static_cast<const MBlazeInstrInfo*>(MF.getTarget().getInstrInfo()); in interruptFrameLayout()345 const MBlazeInstrInfo &TII = in emitPrologue()346 *static_cast<const MBlazeInstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()392 const MBlazeInstrInfo &TII = in emitEpilogue()393 *static_cast<const MBlazeInstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
169 class MBlazeInstrInfo : public MBlazeGenInstrInfo {173 explicit MBlazeInstrInfo(MBlazeTargetMachine &TM);
77 const MBlazeInstrInfo *getInstrInfo() { in getInstrInfo()
76 // TSFlags layout should be kept in sync with MBlazeInstrInfo.h.
1 //===- MBlazeInstrInfo.td - MBlaze Instruction defs --------*- tablegen -*-===//