Searched refs:SpillCodeInserter (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_ra.cpp | 330 class SpillCodeInserter class 333 SpillCodeInserter(Function *fn, MergedDefs &mergedDefs) : func(fn), mergedDefs(mergedDefs), stackSize(0), stackBase(0) { } in SpillCodeInserter() function in nv50_ir::SpillCodeInserter 744 GCRA(Function *, SpillCodeInserter&, MergedDefs&); 860 SpillCodeInserter& spill; 1219 GCRA::GCRA(Function *fn, SpillCodeInserter& spill, MergedDefs& mergedDefs) : in GCRA() 1647 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size) in assignSlot() 1703 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval) in offsetSlot() 1716 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() 1757 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill() 1818 SpillCodeInserter [all...] |
Completed in 4 milliseconds