Home
last modified time | relevance | path

Searched refs:SystemZFrameLowering (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/lib/Target/SystemZ/
HDSystemZFrameLowering.cpp47 SystemZFrameLowering::SystemZFrameLowering(const SystemZTargetMachine &tm, in SystemZFrameLowering() function in SystemZFrameLowering
59 SystemZFrameLowering::getCalleeSavedSpillSlots(unsigned &NumEntries) const { in getCalleeSavedSpillSlots()
64 void SystemZFrameLowering::
123 bool SystemZFrameLowering::
212 bool SystemZFrameLowering::
267 void SystemZFrameLowering::
312 void SystemZFrameLowering::emitPrologue(MachineFunction &MF) const { in emitPrologue()
415 void SystemZFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
456 bool SystemZFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
462 int SystemZFrameLowering::getFrameIndexOffset(const MachineFunction &MF, in getFrameIndexOffset()
[all …]
HDSystemZFrameLowering.h21 class SystemZFrameLowering : public TargetFrameLowering {
29 SystemZFrameLowering(const SystemZTargetMachine &tm,
HDSystemZTargetMachine.h36 SystemZFrameLowering FrameLowering;
HDSystemZISelLowering.cpp645 const SystemZFrameLowering *TFL = in LowerFormalArguments()
646 static_cast<const SystemZFrameLowering *>(TM.getFrameLowering()); in LowerFormalArguments()