Searched defs:SpillSlot (Results 1 – 7 of 7) sorted by relevance
51 struct SpillSlot { struct52 unsigned Reg;53 int Offset; // Offset relative to stack pointer on function entry.
709 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local1075 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local1113 AllocaInst *SpillSlot) { in insertPHIStores()1150 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore()1163 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
125 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local174 Optional<int> SpillSlot = in findPreviousSpillSlot() local1021 SDValue SpillSlot = DAG.getTargetFrameIndex(Index, getFrameIndexTy()); in visitGCRelocate() local
1542 using SpillSlot = TargetFrameLowering::SpillSlot; in assignCalleeSavedSpillSlots() typedef
2239 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[i].ArgVT); in LowerCall() local
1538 SDValue SpillSlot = DAG.CreateStackTemporary(Outs[I].ArgVT); in LowerCall() local
3982 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local