Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86FrameLowering.h49 assignCalleeSavedSpillSlots(MachineFunction &MF,
DX86FrameLowering.cpp1365 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
/external/llvm/include/llvm/Target/
DTargetFrameLowering.h103 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
/external/llvm/lib/CodeGen/
DPrologEpilogInserter.cpp320 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) { in calculateCalleeSavedRegisters()