HomeSort by: relevance | last modified time | path
    Searched refs:assignCalleeSavedSpillSlots (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
ARCFrameLowering.h 63 bool assignCalleeSavedSpillSlots(
ARCFrameLowering.cpp 345 bool ARCFrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIFrameLowering.h 42 assignCalleeSavedSpillSlots(MachineFunction &MF,
SIFrameLowering.cpp 1237 bool SIFrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZFrameLowering.h 30 assignCalleeSavedSpillSlots(MachineFunction &MF,
SystemZFrameLowering.cpp 67 assignCalleeSavedSpillSlots(MachineFunction &MF,
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 146 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
147 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
150 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
152 virtual bool assignCalleeSavedSpillSlots(MachineFunction &MF,
157 return assignCalleeSavedSpillSlots(MF, TRI, CSI);
161 assignCalleeSavedSpillSlots(MachineFunction &MF,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMFrameLowering.h 74 assignCalleeSavedSpillSlots(MachineFunction &MF,
ARMFrameLowering.cpp 418 /// as assignCalleeSavedSpillSlots() hasn't run at this point. Instead we use
2265 bool ARMFrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kFrameLowering.h 99 /// assignCalleeSavedSpillSlots() should assign frame slots to all CSI
101 /// be assigned using generic implementation. assignCalleeSavedSpillSlots()
104 assignCalleeSavedSpillSlots(MachineFunction &MF,
M68kFrameLowering.cpp 806 bool M68kFrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 128 assignCalleeSavedSpillSlots(MachineFunction &MF,
PPCFrameLowering.cpp 2298 bool PPCFrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64FrameLowering.h 72 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
AArch64FrameLowering.cpp 2899 bool AArch64FrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 104 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
HexagonFrameLowering.cpp 1611 bool HexagonFrameLowering::assignCalleeSavedSpillSlots(MachineFunction &MF,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FrameLowering.h 86 assignCalleeSavedSpillSlots(MachineFunction &MF,
X86FrameLowering.cpp 2396 bool X86FrameLowering::assignCalleeSavedSpillSlots(
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 383 static void assignCalleeSavedSpillSlots(MachineFunction &F,
402 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI, MinCSFrameIndex,
611 assignCalleeSavedSpillSlots(MF, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex);

Completed in 42 milliseconds