| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_sched_gm107.h | 132 LiveBarUse(Instruction *insn, Instruction *usei) argument 133 : insn(insn), usei(usei) { } 135 Instruction *usei; member in struct:nv50_ir::SchedDataCalculatorGM107::LiveBarUse
|
| H A D | nv50_ir_ra.cpp | 369 LValue *unspill(Instruction *usei, LValue *, Value *slot); 1745 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) argument 1768 usei->bb->insertBefore(usei, l); 1773 usei->bb->insertBefore(usei, ld); 1784 usei->bb->insertBefore(usei, ld); 1840 Instruction *usei = u->getInsn(); local in function:nv50_ir::SpillCodeInserter::run 1841 assert(usei); [all...] |
| H A D | nv50_ir_emit_gm107.cpp | 4209 Instruction *usei = NULL, *defi = NULL; local in function:nv50_ir::SchedDataCalculatorGM107::insertBarriers 4217 if (insn->serial >= it->usei->serial) { 4248 usei = findFirstUse(insn); 4256 if (usei) 4257 live_uses.push_back(LiveBarUse(insn, usei)); 4266 if (usei && defi && usei->serial <= defi->serial)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 395 Instruction *usei, const Instruction *texi) 398 bool dominated = insnDominatedBy(usei, texi); 411 if (insnDominatedBy(usei, it->insn)) { 415 if (insnDominatedBy(it->insn, usei)) { 424 uses.push_back(TexUse(usei, texi, dominated)); 394 addTexUse(std::list<TexUse> & uses,Instruction * usei,const Instruction * texi) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_ra.cpp | 324 LValue *unspill(Instruction *usei, LValue *, Value *slot); 1699 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) argument 1722 usei->bb->insertBefore(usei, l); 1727 usei->bb->insertBefore(usei, ld); 1738 usei->bb->insertBefore(usei, ld); 1793 Instruction *usei = u->getInsn(); local in function:nv50_ir::SpillCodeInserter::run 1794 assert(usei); [all...] |
| H A D | nv50_ir_emit_gm107.cpp | 3840 LiveBarUse(Instruction *insn, Instruction *usei) argument 3841 : insn(insn), usei(usei) { } 3843 Instruction *usei; member in struct:nv50_ir::SchedDataCalculatorGM107::LiveBarUse 4286 Instruction *usei = NULL, *defi = NULL; local in function:nv50_ir::SchedDataCalculatorGM107::insertBarriers 4294 if (insn->serial >= it->usei->serial) { 4325 usei = findFirstUse(insn); 4333 if (usei) 4334 live_uses.push_back(LiveBarUse(insn, usei)); 4343 if (usei [all...] |
| H A D | nv50_ir_lowering_nvc0.cpp | 384 Instruction *usei, const Instruction *texi) 387 bool dominated = insnDominatedBy(usei, texi); 400 if (insnDominatedBy(usei, it->insn)) { 404 if (insnDominatedBy(it->insn, usei)) { 413 uses.push_back(TexUse(usei, texi, dominated)); 383 addTexUse(std::list<TexUse> & uses,Instruction * usei,const Instruction * texi) argument
|