Searched refs:SpillSlot (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetFrameLowering.h42 struct SpillSlot { struct in class:llvm::TargetFrameLowering
94 virtual const SpillSlot *
/external/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h113 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/
H A DPrologEpilogInserter.cpp240 const TargetFrameLowering::SpillSlot *FixedSpillSlots =
258 const TargetFrameLowering::SpillSlot *FixedSlot = FixedSpillSlots;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2295 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); local
2296 int FI = cast<FrameIndexSDNode>(SpillSlot)->getIndex();
2297 Chain = DAG.getStore(Chain, dl, Arg, SpillSlot,
2300 Arg = SpillSlot;

Completed in 143 milliseconds