Home
last modified time | relevance | path

Searched refs:SpillCodeInserter (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp297 class SpillCodeInserter class
300 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } in SpillCodeInserter() function in nv50_ir::SpillCodeInserter
712 GCRA(Function *, SpillCodeInserter&);
812 SpillCodeInserter& spill;
1146 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) : in GCRA()
1557 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size) in assignSlot()
1607 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval) in offsetSlot()
1620 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval) in spill()
1661 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) in unspill()
1722 SpillCodeInserter::run(const std::list<ValuePair>& lst) in run()
[all …]