Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp32 SystemZInstrInfo::SystemZInstrInfo(SystemZTargetMachine &tm) in SystemZInstrInfo() function in SystemZInstrInfo
43 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 …]
DSystemZRegisterInfo.h25 class SystemZInstrInfo; variable
30 const SystemZInstrInfo &TII;
32 SystemZRegisterInfo(SystemZTargetMachine &tm, const SystemZInstrInfo &tii);
DSystemZ.td49 include "SystemZInstrInfo.td"
52 def SystemZInstrInfo : InstrInfo {}
59 let InstructionSet = SystemZInstrInfo;
DSystemZTargetMachine.h35 SystemZInstrInfo InstrInfo;
46 virtual const SystemZInstrInfo *getInstrInfo() const { return &InstrInfo; } in getInstrInfo()
DSystemZInstrInfo.h53 class SystemZInstrInfo : public SystemZGenInstrInfo {
57 explicit SystemZInstrInfo(SystemZTargetMachine &TM);
DSystemZFrameLowering.cpp97 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()
DCMakeLists.txt14 SystemZInstrInfo.cpp
DSystemZRegisterInfo.cpp35 const SystemZInstrInfo &tii) in SystemZRegisterInfo()
DSystemZISelLowering.cpp807 const SystemZInstrInfo &TII = *TM.getInstrInfo(); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1 //===- SystemZInstrInfo.td - SystemZ Instruction defs ---------*- tblgen-*-===//