Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_ra.cpp259 class SpillCodeInserter class
262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } in SpillCodeInserter() function in nv50_ir::SpillCodeInserter
607 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()