Searched refs:SystemZInstrInfo (Results 1 – 10 of 10) sorted by relevance
32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) in SystemZInstrInfo() function in SystemZInstrInfo43 void SystemZInstrInfo::storeRegToStackSlot(MachineBasicBlock &MBB, in storeRegToStackSlot()73 void SystemZInstrInfo::loadRegFromStackSlot(MachineBasicBlock &MBB, in loadRegFromStackSlot()102 void SystemZInstrInfo::copyPhysReg(MachineBasicBlock &MBB, in copyPhysReg()126 unsigned SystemZInstrInfo::isLoadFromStackSlot(const MachineInstr *MI, in isLoadFromStackSlot()161 unsigned SystemZInstrInfo::isStoreToStackSlot(const MachineInstr *MI, in isStoreToStackSlot()196 bool SystemZInstrInfo::205 bool SystemZInstrInfo::isUnpredicatedTerminator(const MachineInstr *MI) const { in isUnpredicatedTerminator()217 bool SystemZInstrInfo::AnalyzeBranch(MachineBasicBlock &MBB, in AnalyzeBranch()299 unsigned SystemZInstrInfo::RemoveBranch(MachineBasicBlock &MBB) const { in RemoveBranch()[all …]
25 class SystemZInstrInfo; variable30 const SystemZInstrInfo &TII;32 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
49 include "SystemZInstrInfo.td"52 def SystemZInstrInfo : InstrInfo {} 59 let InstructionSet = SystemZInstrInfo;
35 SystemZInstrInfo InstrInfo;46 virtual const SystemZInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
53 class SystemZInstrInfo : public SystemZGenInstrInfo {57 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
97 const SystemZInstrInfo &TII = in emitPrologue()98 *static_cast<const SystemZInstrInfo*>(MF.getTarget().getInstrInfo()); in emitPrologue()145 const SystemZInstrInfo &TII = in emitEpilogue()146 *static_cast<const SystemZInstrInfo*>(MF.getTarget().getInstrInfo()); in emitEpilogue()
14 SystemZInstrInfo.cpp
35 const SystemZInstrInfo &tii) in SystemZRegisterInfo()
807 const SystemZInstrInfo &TII = *TM.getInstrInfo(); in EmitInstrWithCustomInserter()
1 //===- SystemZInstrInfo.td - SystemZ Instruction defs ---------*- tblgen-*-===//