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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp298 class SpillCodeInserter class in namespace:nv50_ir
301 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } function in class:nv50_ir::SpillCodeInserter
713 GCRA(Function *, SpillCodeInserter&);
828 SpillCodeInserter& spill;
1166 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) :
1595 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size)
1645 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval)
1658 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval)
1699 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot)
1760 SpillCodeInserter
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp342 class SpillCodeInserter class in namespace:nv50_ir
345 SpillCodeInserter(Function *fn, MergedDefs &mergedDefs) : func(fn), mergedDefs(mergedDefs), stackSize(0), stackBase(0) { } function in class:nv50_ir::SpillCodeInserter
756 GCRA(Function *, SpillCodeInserter&, MergedDefs&);
871 SpillCodeInserter& spill;
1213 GCRA::GCRA(Function *fn, SpillCodeInserter& spill, MergedDefs& mergedDefs) :
1641 SpillCodeInserter::assignSlot(const Interval &livei, const unsigned int size)
1691 SpillCodeInserter::offsetSlot(Value *base, const LValue *lval)
1704 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval)
1745 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot)
1806 SpillCodeInserter
[all...]

Completed in 7 milliseconds