Searched refs:SpillCodeInserter (Results 1 – 1 of 1) sorted by relevance
259 class SpillCodeInserter class262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } in SpillCodeInserter() function in nv50_ir::SpillCodeInserter607 GCRA(Function *, SpillCodeInserter&);707 SpillCodeInserter& spill;993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : in GCRA()1387 SpillCodeInserter::assignSlot(const Interval &livei, unsigned int size) in assignSlot()1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill()1455 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill()1476 SpillCodeInserter::run(const std::list<ValuePair>& lst) in run()1553 SpillCodeInserter insertSpills(func); in execFunc()