Searched refs:M68kInstrInfo (Results 1 – 10 of 10) sorted by relevance
41 void M68kInstrInfo::anchor() {} in anchor()43 M68kInstrInfo::M68kInstrInfo(const M68kSubtarget &STI) in M68kInstrInfo() function in M68kInstrInfo83 bool M68kInstrInfo::AnalyzeBranchImpl(MachineBasicBlock &MBB, in AnalyzeBranchImpl()249 bool M68kInstrInfo::analyzeBranch(MachineBasicBlock &MBB, in analyzeBranch()257 unsigned M68kInstrInfo::removeBranch(MachineBasicBlock &MBB, in removeBranch()280 unsigned M68kInstrInfo::insertBranch( in insertBranch()313 void M68kInstrInfo::AddSExt(MachineBasicBlock &MBB, in AddSExt()330 void M68kInstrInfo::AddZExt(MachineBasicBlock &MBB, in AddZExt()351 bool M68kInstrInfo::ExpandMOVI(MachineInstrBuilder &MIB, MVT MVTSize) const { in ExpandMOVI()383 bool M68kInstrInfo::ExpandMOVX_RR(MachineInstrBuilder &MIB, MVT MVTDst, in ExpandMOVX_RR()[all …]
96 include "M68kInstrInfo.td"98 def M68kInstrInfo : InstrInfo;133 let InstructionSet = M68kInstrInfo;
67 M68kInstrInfo InstrInfo;155 const M68kInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
237 class M68kInstrInfo : public M68kGenInstrInfo {245 explicit M68kInstrInfo(const M68kSubtarget &STI);247 static const M68kInstrInfo *create(M68kSubtarget &STI);
162 const M68kInstrInfo *TII;
48 const M68kInstrInfo *TII;
1 //===-- M68kInstrInfo.td - Main M68k Instruction Definition -*- tablegen -*-==//442 // These MUST be kept in sync with codes enum in M68kInstrInfo.h
307 const M68kInstrInfo *getInstrInfo() const { in getInstrInfo()
299 const M68kInstrInfo *TII, in MatchingStackOffset()1305 const M68kInstrInfo *TII = Subtarget.getInstrInfo(); in IsEligibleForTailCallOptimization()
38 const M68kInstrInfo &TII;