Searched refs:SpillCodeInserter (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 295 class SpillCodeInserter class 298 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } in SpillCodeInserter() function in nv50_ir::SpillCodeInserter 710 GCRA(Function *, SpillCodeInserter&); 810 SpillCodeInserter& spill; 1144 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : in GCRA() 1555 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size) in assignSlot() 1605 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval) in offsetSlot() 1618 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill() 1659 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill() 1720 SpillCodeInserter::run(const std::list<ValuePair>& lst) in run() [all …]
|