Searched refs:SpillSlot (Results 1 – 6 of 6) sorted by relevance
132 const SpillSlot *137 static const SpillSlot darwin64Offsets = {PPC::X31, -8}; in getCalleeSavedSpillSlots()140 static const SpillSlot darwinOffsets = {PPC::R31, -4}; in getCalleeSavedSpillSlots()154 static const SpillSlot Offsets[] = { in getCalleeSavedSpillSlots()219 static const SpillSlot Offsets64[] = { in getCalleeSavedSpillSlots()
41 struct SpillSlot { struct100 virtual const SpillSlot *
38 virtual const SpillSlot *getCalleeSavedSpillSlots(unsigned &NumEntries) const;
106 const TargetFrameLowering::SpillSlot *
228 const TargetFrameLowering::SpillSlot *FixedSpillSlots = in calculateCalleeSavedRegisters()246 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots; in calculateCalleeSavedRegisters()
2400 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local2401 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex(); in LowerCall()2402 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot, in LowerCall()2405 Arg = SpillSlot; in LowerCall()