Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.h53 assignCalleeSavedSpillSlots(MachineFunction &MF,
H A DX86FrameLowering.cpp1272 bool X86FrameLowering::assignCalleeSavedSpillSlots( in assignCalleeSavedSpillSlots() function in X86FrameLowering
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetFrameLowering.h103 assignCalleeSavedSpillSlots(MachineFunction &MF, in assignCalleeSavedSpillSlots() function
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp272 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) { in calculateCalleeSavedRegisters()