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

  /external/llvm/include/llvm/Target/
TargetFrameLowering.h 46 struct SpillSlot {
98 virtual const SpillSlot *
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.h 113 const SpillSlot *
118 static const SpillSlot darwin64Offsets = {PPC::X31, -8};
121 static const SpillSlot darwinOffsets = {PPC::R31, -4};
132 static const SpillSlot Offsets[] = {
209 static const SpillSlot Offsets64[] = {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 245 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
263 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 48 milliseconds