Searched defs:usei (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 180 Instruction *usei, const Instruction *insn) 185 if (insnDominatedBy(usei, it->insn)) { 189 if (insnDominatedBy(it->insn, usei)) 195 uses.push_back(TexUse(usei, insn)); 238 Instruction *usei = (*u)->getInsn(); local 240 if (usei->op == OP_PHI || usei->op == OP_UNION) { 242 for (int s = 0; usei->srcExists(s); ++s) { 243 Instruction *defi = usei->getSrc(s)->getUniqueInsn(); 244 if (defi && &usei 179 addTexUse(std::list<TexUse> &uses, Instruction *usei, const Instruction *insn) argument [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
H A D | nv50_ir_lowering_nvc0.cpp | 180 Instruction *usei, const Instruction *insn) 185 if (insnDominatedBy(usei, it->insn)) { 189 if (insnDominatedBy(it->insn, usei)) 195 uses.push_back(TexUse(usei, insn)); 238 Instruction *usei = (*u)->getInsn(); local 240 if (usei->op == OP_PHI || usei->op == OP_UNION) { 242 for (int s = 0; usei->srcExists(s); ++s) { 243 Instruction *defi = usei->getSrc(s)->getUniqueInsn(); 244 if (defi && &usei 179 addTexUse(std::list<TexUse> &uses, Instruction *usei, const Instruction *insn) argument [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_ra.cpp | 284 LValue *unspill(Instruction *usei, LValue *, Value *slot); 1455 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) argument 1471 usei->bb->insertBefore(usei, ld); 1496 Instruction *usei = u->getInsn(); local 1497 assert(usei); 1498 if (usei->op == OP_PHI) { 1502 if (!last || usei != last->next) { // TODO: sort uses 1503 tmp = unspill(usei, dval, slot); 1504 last = usei; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
H A D | nv50_ir_ra.cpp | 284 LValue *unspill(Instruction *usei, LValue *, Value *slot); 1455 SpillCodeInserter::unspill(Instruction *usei, LValue *lval, Value *slot) argument 1471 usei->bb->insertBefore(usei, ld); 1496 Instruction *usei = u->getInsn(); local 1497 assert(usei); 1498 if (usei->op == OP_PHI) { 1502 if (!last || usei != last->next) { // TODO: sort uses 1503 tmp = unspill(usei, dval, slot); 1504 last = usei; [all...] |
Completed in 179 milliseconds