Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetFrameLowering.h157 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/
DSystemZFrameLowering.h57 assignCalleeSavedSpillSlots(MachineFunction &MF,
108 assignCalleeSavedSpillSlots(MachineFunction &MF,
DSystemZFrameLowering.cpp175 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/
DARCFrameLowering.h63 bool assignCalleeSavedSpillSlots(
DARCFrameLowering.cpp345 bool ARCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARCFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMFrameLowering.h75 assignCalleeSavedSpillSlots(MachineFunction &MF,
DARMFrameLowering.cpp2785 bool ARMFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in ARMFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DSIFrameLowering.h48 assignCalleeSavedSpillSlots(MachineFunction &MF,
DSIFrameLowering.cpp1592 bool SIFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in SIFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/PowerPC/
DPPCFrameLowering.h129 assignCalleeSavedSpillSlots(MachineFunction &MF,
DPPCFrameLowering.cpp2316 bool PPCFrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in PPCFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64FrameLowering.h72 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
DAArch64FrameLowering.cpp3145 bool AArch64FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in AArch64FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h104 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
DHexagonFrameLowering.cpp1556 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86FrameLowering.h98 assignCalleeSavedSpillSlots(MachineFunction &MF,
DX86FrameLowering.cpp2654 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp449 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()