Searched defs:SpillSlot (Results 1 – 5 of 5) sorted by relevance
41 struct SpillSlot { struct42 unsigned Reg;43 int Offset; // Offset relative to stack pointer on function entry.
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()
847 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local
2715 SDValue SpillSlot = DAG.CreateStackTemporary(VA.getValVT()); in LowerCall() local