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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp324 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1699 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) function in class:nv50_ir::SpillCodeInserter
1752 // For each definition, first go through all its uses and insert an unspill
1782 // Sort all the uses by BB/instruction so that we don't unspill
1800 tmp = unspill(usei, dval, slot);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp369 LValue *unspill(Instruction *usei, LValue *, Value *slot);
1745 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) function in class:nv50_ir::SpillCodeInserter
1798 // For each definition, first go through all its uses and insert an unspill
1829 // Sort all the uses by BB/instruction so that we don't unspill
1847 tmp = unspill(usei, dval, slot);

Completed in 8 milliseconds