Searched defs:SpillSlot (Results 1 – 7 of 7) sorted by relevance
42 struct SpillSlot { struct43 unsigned Reg;44 int Offset; // Offset relative to stack pointer on function entry.
96 SDValue SpillSlot = Builder.DAG.CreateStackTemporary(ValueType); in allocateStackSlot() local152 Optional<int> SpillSlot = in findPreviousSpillSlot() local888 SDValue SpillSlot = DAG.getTargetFrameIndex(*DerivedPtrLocation, in visitGCRelocate() local
568 AllocaInst *SpillSlot = insertPHILoads(PN, F); in demotePHIsOnFunclets() local906 AllocaInst *SpillSlot = nullptr; in insertPHILoads() local943 AllocaInst *SpillSlot) { in insertPHIStores()980 BasicBlock *PredBlock, Value *PredVal, AllocaInst *SpillSlot, in insertPHIStore()994 void WinEHPrepare::replaceUseWithLoad(Value *V, Use &U, AllocaInst *&SpillSlot, in replaceUseWithLoad()
272 struct SpillSlot struct in nv50_ir::SpillCodeInserter274 Interval occup;275 std::list<Value *> residents; // needed to recalculate occup276 Symbol *sym;277 int32_t offset;278 inline uint8_t size() const { return sym->reg.size; } in size()
1271 typedef TargetFrameLowering::SpillSlot SpillSlot; in assignCalleeSavedSpillSlots() typedef
1057 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
3218 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local