Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetFrameLowering.h121 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
/external/llvm/lib/Target/X86/
DX86FrameLowering.h81 assignCalleeSavedSpillSlots(MachineFunction &MF,
DX86FrameLowering.cpp1825 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
/external/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.h74 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
DHexagonFrameLowering.cpp1240 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function in HexagonFrameLowering
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp325 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()