HomeSort by relevance Sort by last modified time
    Searched refs:assignCalleeSavedSpillSlots (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Target/X86/
X86FrameLowering.h 46 assignCalleeSavedSpillSlots(MachineFunction &MF,
X86FrameLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 96 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
97 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
100 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
103 assignCalleeSavedSpillSlots(MachineFunction &MF,
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 271 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {
    [all...]

Completed in 94 milliseconds