Home
last modified time | relevance | path

Searched refs:assignCalleeSavedSpillSlots (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h160 virtual bool assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
165 return assignCalleeSavedSpillSlots(MF, TRI, CSI); in assignCalleeSavedSpillSlots()
169 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h69 assignCalleeSavedSpillSlots(MachineFunction &MF,
125 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DSystemZFrameLowering.cpp163 bool SystemZELFFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SystemZELFFrameLowering
965 bool SystemZXPLINKFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SystemZXPLINKFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h63 bool assignCalleeSavedSpillSlots(
H A DARCFrameLowering.cpp344 bool ARCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARCFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYFrameLowering.h45 bool assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFrameLowering.h49 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DRISCVFrameLowering.cpp1398 bool RISCVFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in RISCVFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h48 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DSIFrameLowering.cpp1697 bool SIFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SIFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kFrameLowering.h103 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DM68kFrameLowering.cpp801 bool M68kFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in M68kFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h128 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DPPCFrameLowering.cpp2328 bool PPCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in PPCFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.h83 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DARMFrameLowering.cpp2829 bool ARMFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARMFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.h71 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DAArch64FrameLowering.cpp3853 bool AArch64FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in AArch64FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h108 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1558 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h91 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DX86FrameLowering.cpp2790 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp428 static void assignCalleeSavedSpillSlots(MachineFunction &F, in assignCalleeSavedSpillSlots() function
463 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI, MinCSFrameIndex, in assignCalleeSavedSpillSlots()
672 assignCalleeSavedSpillSlots(MF, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex); in spillCalleeSavedRegs()