Searched refs:assignCalleeSavedSpillSlots (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Target/ |
D | TargetFrameLowering.h | 121 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
|
/external/llvm/lib/Target/X86/ |
D | X86FrameLowering.h | 81 assignCalleeSavedSpillSlots(MachineFunction &MF,
|
D | X86FrameLowering.cpp | 1825 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonFrameLowering.h | 74 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
|
D | HexagonFrameLowering.cpp | 1240 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
|
/external/llvm/lib/CodeGen/ |
D | PrologEpilogInserter.cpp | 325 static void assignCalleeSavedSpillSlots(MachineFunction &F, in assignCalleeSavedSpillSlots() function 344 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) { in assignCalleeSavedSpillSlots() 545 assignCalleeSavedSpillSlots(Fn, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex); in doSpillCalleeSavedRegs()
|