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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCFrameLowering.h 64 bool assignCalleeSavedSpillSlots(
ARCFrameLowering.cpp 324 bool ARCFrameLowering::assignCalleeSavedSpillSlots(
  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 114 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
115 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
118 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
121 assignCalleeSavedSpillSlots(MachineFunction &MF,
  /external/llvm/lib/Target/X86/
X86FrameLowering.h 81 assignCalleeSavedSpillSlots(MachineFunction &MF,
X86FrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
TargetFrameLowering.h 114 /// assignCalleeSavedSpillSlots - Allows target to override spill slot
115 /// assignment logic. If implemented, assignCalleeSavedSpillSlots() should
118 /// assignCalleeSavedSpillSlots() may add, delete or rearrange elements of
121 assignCalleeSavedSpillSlots(MachineFunction &MF,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86FrameLowering.h 81 assignCalleeSavedSpillSlots(MachineFunction &MF,
X86FrameLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 74 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
HexagonFrameLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonFrameLowering.h 97 bool assignCalleeSavedSpillSlots(MachineFunction &MF,
HexagonFrameLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 325 static void assignCalleeSavedSpillSlots(MachineFunction &F,
344 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {
545 assignCalleeSavedSpillSlots(Fn, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 328 static void assignCalleeSavedSpillSlots(MachineFunction &F,
347 if (!TFI->assignCalleeSavedSpillSlots(F, RegInfo, CSI)) {
525 assignCalleeSavedSpillSlots(MF, SavedRegs, MinCSFrameIndex, MaxCSFrameIndex);
    [all...]

Completed in 753 milliseconds