Home
last modified time | relevance | path

Searched refs:SystemZXPLINKFrameLowering (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h101 class SystemZXPLINKFrameLowering : public SystemZFrameLowering {
105 SystemZXPLINKFrameLowering();
H A DSystemZFrameLowering.cpp64 return std::make_unique<SystemZXPLINKFrameLowering>(); in create()
901 SystemZXPLINKFrameLowering::SystemZXPLINKFrameLowering() in SystemZXPLINKFrameLowering() function in SystemZXPLINKFrameLowering
962 bool SystemZXPLINKFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots()
1068 bool SystemZXPLINKFrameLowering::spillCalleeSavedRegisters( in spillCalleeSavedRegisters()
1129 bool SystemZXPLINKFrameLowering::restoreCalleeSavedRegisters( in restoreCalleeSavedRegisters()
1190 void SystemZXPLINKFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
1281 void SystemZXPLINKFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
1305 void SystemZXPLINKFrameLowering::inlineStackProbe( in inlineStackProbe()
1371 bool SystemZXPLINKFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
1375 void SystemZXPLINKFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized()
[all …]
H A DSystemZAsmPrinter.cpp923 const auto *ZFL = static_cast<const SystemZXPLINKFrameLowering *>( in emitPPA1()