Home
last modified time | relevance | path

Searched refs:MBlazeInstrInfo (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeInstrInfo.cpp30 MBlazeInstrInfo::MBlazeInstrInfo(MBlazeTargetMachine &tm) in MBlazeInstrInfo() function in MBlazeInstrInfo
43 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 …]
DMBlaze.td25 include "MBlazeInstrInfo.td"
28 def MBlazeInstrInfo : InstrInfo;
71 let InstructionSet = MBlazeInstrInfo;
DMBlazeTargetMachine.h35 MBlazeInstrInfo InstrInfo;
48 virtual const MBlazeInstrInfo *getInstrInfo() const in getInstrInfo()
DMBlazeFrameLowering.cpp227 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()
DMBlazeInstrInfo.h169 class MBlazeInstrInfo : public MBlazeGenInstrInfo {
173 explicit MBlazeInstrInfo(MBlazeTargetMachine &TM);
DMBlazeISelDAGToDAG.cpp77 const MBlazeInstrInfo *getInstrInfo() { in getInstrInfo()
DMBlazeInstrFormats.td76 // TSFlags layout should be kept in sync with MBlazeInstrInfo.h.
DMBlazeInstrInfo.td1 //===- MBlazeInstrInfo.td - MBlaze Instruction defs --------*- tablegen -*-===//