Home
last modified time | relevance | path

Searched refs:M68kInstrInfo (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp41 void M68kInstrInfo::anchor() {} in anchor()
43 M68kInstrInfo::M68kInstrInfo(const M68kSubtarget &STI) in M68kInstrInfo() function in M68kInstrInfo
83 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 …]
H A DM68k.td96 include "M68kInstrInfo.td"
98 def M68kInstrInfo : InstrInfo;
133 let InstructionSet = M68kInstrInfo;
H A DM68kSubtarget.h67 M68kInstrInfo InstrInfo;
155 const M68kInstrInfo *getInstrInfo() const override { return &InstrInfo; } in getInstrInfo()
H A DM68kInstrInfo.h237 class M68kInstrInfo : public M68kGenInstrInfo {
245 explicit M68kInstrInfo(const M68kSubtarget &STI);
247 static const M68kInstrInfo *create(M68kSubtarget &STI);
H A DM68kCollapseMOVEMPass.cpp162 const M68kInstrInfo *TII;
H A DM68kExpandPseudo.cpp48 const M68kInstrInfo *TII;
H A DM68kInstrInfo.td1 //===-- M68kInstrInfo.td - Main M68k Instruction Definition -*- tablegen -*-==//
442 // These MUST be kept in sync with codes enum in M68kInstrInfo.h
H A DM68kISelDAGToDAG.cpp307 const M68kInstrInfo *getInstrInfo() const { in getInstrInfo()
H A DM68kISelLowering.cpp299 const M68kInstrInfo *TII, in MatchingStackOffset()
1305 const M68kInstrInfo *TII = Subtarget.getInstrInfo(); in IsEligibleForTailCallOptimization()
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/GISel/
H A DM68kInstructionSelector.cpp38 const M68kInstrInfo &TII;