| /openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| D | TargetFrameLowering.h | 157 virtual bool assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function 162 return assignCalleeSavedSpillSlots(MF, TRI, CSI); in assignCalleeSavedSpillSlots() 166 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| D | SystemZFrameLowering.h | 57 assignCalleeSavedSpillSlots(MachineFunction &MF, 108 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | SystemZFrameLowering.cpp | 175 bool SystemZELFFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SystemZELFFrameLowering 961 bool SystemZXPLINKFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SystemZXPLINKFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARC/ |
| D | ARCFrameLowering.h | 63 bool assignCalleeSavedSpillSlots(
|
| D | ARCFrameLowering.cpp | 345 bool ARCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARCFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMFrameLowering.h | 75 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | ARMFrameLowering.cpp | 2785 bool ARMFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARMFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| D | SIFrameLowering.h | 48 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | SIFrameLowering.cpp | 1592 bool SIFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SIFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| D | PPCFrameLowering.h | 129 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | PPCFrameLowering.cpp | 2316 bool PPCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in PPCFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64FrameLowering.h | 72 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | AArch64FrameLowering.cpp | 3145 bool AArch64FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in AArch64FrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| D | HexagonFrameLowering.h | 104 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | HexagonFrameLowering.cpp | 1556 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/X86/ |
| D | X86FrameLowering.h | 98 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
| D | X86FrameLowering.cpp | 2654 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | PrologEpilogInserter.cpp | 449 static void assignCalleeSavedSpillSlots(MachineFunction &F, in assignCalleeSavedSpillSlots() function 488 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI, MinCSFrameIndex, in assignCalleeSavedSpillSlots() 697 assignCalleeSavedSpillSlots(MF, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex); in spillCalleeSavedRegs()
|