Searched refs:assignCalleeSavedSpillSlots (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCFrameLowering.h63 bool assignCalleeSavedSpillSlots(
H A DARCFrameLowering.cpp346 bool ARCFrameLowering::assignCalleeSavedSpillSlots( function in class:ARCFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h28 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DSystemZFrameLowering.cpp78 assignCalleeSavedSpillSlots(MachineFunction &MF, function in class:SystemZFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.h42 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DSIFrameLowering.cpp1070 bool SIFrameLowering::assignCalleeSavedSpillSlots( function in class:SIFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h122 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DPPCFrameLowering.cpp2130 bool PPCFrameLowering::assignCalleeSavedSpillSlots( function in class:PPCFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetFrameLowering.h123 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
124 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
127 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
130 assignCalleeSavedSpillSlots(MachineFunction &MF, function in class:llvm::TargetFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.h98 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DHexagonFrameLowering.cpp1461 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, function in class:HexagonFrameLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FrameLowering.h80 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DX86FrameLowering.cpp1957 bool X86FrameLowering::assignCalleeSavedSpillSlots(
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp381 static void assignCalleeSavedSpillSlots(MachineFunction &F, function
400 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {
610 assignCalleeSavedSpillSlots(MF, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex);

Completed in 302 milliseconds