Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h101 class SystemZXPLINKFrameLowering : public SystemZFrameLowering {
105 SystemZXPLINKFrameLowering();
H A DSystemZFrameLowering.cpp65 return std::make_unique<SystemZXPLINKFrameLowering>(); in create()
906 SystemZXPLINKFrameLowering::SystemZXPLINKFrameLowering() in SystemZXPLINKFrameLowering() function in SystemZXPLINKFrameLowering
966 bool SystemZXPLINKFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots()
1077 bool SystemZXPLINKFrameLowering::spillCalleeSavedRegisters( in spillCalleeSavedRegisters()
1138 bool SystemZXPLINKFrameLowering::restoreCalleeSavedRegisters( in restoreCalleeSavedRegisters()
1199 void SystemZXPLINKFrameLowering::emitPrologue(MachineFunction &MF, in emitPrologue()
1314 void SystemZXPLINKFrameLowering::emitEpilogue(MachineFunction &MF, in emitEpilogue()
1338 void SystemZXPLINKFrameLowering::inlineStackProbe( in inlineStackProbe()
1450 bool SystemZXPLINKFrameLowering::hasFP(const MachineFunction &MF) const { in hasFP()
1454 void SystemZXPLINKFrameLowering::processFunctionBeforeFrameFinalized( in processFunctionBeforeFrameFinalized()
[all …]
H A DSystemZAsmPrinter.cpp1237 const auto *ZFL = static_cast<const SystemZXPLINKFrameLowering *>( in emitPPA1()