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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp259 class SpillCodeInserter class
262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } function in class:nv50_ir::SpillCodeInserter
607 GCRA(Function *, SpillCodeInserter&);
707 SpillCodeInserter& spill;
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) :
1387 SpillCodeInserter::assignSlot(const Interval &livei, unsigned int size)
1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval)
1455 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot)
1476 SpillCodeInserter::run(const std::list<ValuePair>& lst)
1553 SpillCodeInserter insertSpill
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp259 class SpillCodeInserter class
262 SpillCodeInserter(Function *fn) : func(fn), stackSize(0), stackBase(0) { } function in class:nv50_ir::SpillCodeInserter
607 GCRA(Function *, SpillCodeInserter&);
707 SpillCodeInserter& spill;
993 GCRA::GCRA(Function *fn, SpillCodeInserter& spill) :
1387 SpillCodeInserter::assignSlot(const Interval &livei, unsigned int size)
1436 SpillCodeInserter::spill(Instruction *defi, Value *slot, LValue *lval)
1455 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot)
1476 SpillCodeInserter::run(const std::list<ValuePair>& lst)
1553 SpillCodeInserter insertSpill
[all...]

Completed in 1023 milliseconds