/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetFrameLowering.h | 160 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 D | SystemZFrameLowering.h | 69 assignCalleeSavedSpillSlots(MachineFunction &MF, 125 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | SystemZFrameLowering.cpp | 163 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 D | ARCFrameLowering.h | 63 bool assignCalleeSavedSpillSlots(
|
H A D | ARCFrameLowering.cpp | 344 bool ARCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARCFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYFrameLowering.h | 45 bool assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFrameLowering.h | 49 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | RISCVFrameLowering.cpp | 1398 bool RISCVFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in RISCVFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFrameLowering.h | 48 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | SIFrameLowering.cpp | 1697 bool SIFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SIFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kFrameLowering.h | 103 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | M68kFrameLowering.cpp | 801 bool M68kFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in M68kFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFrameLowering.h | 128 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | PPCFrameLowering.cpp | 2328 bool PPCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in PPCFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.h | 83 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | ARMFrameLowering.cpp | 2829 bool ARMFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARMFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FrameLowering.h | 71 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | AArch64FrameLowering.cpp | 3853 bool AArch64FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in AArch64FrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.h | 108 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | HexagonFrameLowering.cpp | 1558 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.h | 91 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
H A D | X86FrameLowering.cpp | 2790 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | PrologEpilogInserter.cpp | 428 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()
|