Searched refs:setDef (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp70 insn->setDef(0, dst);
83 insn->setDef(0, dst);
97 insn->setDef(0, dst);
112 insn->setDef(0, def);
175 insn->setDef(0, dst);
187 insn->setDef(0, new_LValue(func, FILE_GPR));
200 insn->setDef(0, dst);
215 insn->setDef(0, dst);
231 insn->setDef(0, dst);
251 tex->setDef(
[all...]
H A Dnv50_ir_ra.cpp373 mov->setDef(0, new_LValue(func, phi->getDef(0)->asLValue()));
403 mov->setDef(0, tmp);
418 mov->setDef(0, cal->getDef(d));
419 cal->setDef(d, tmp);
432 cal->setDef(cal->defCount(), tmp);
1448 st->setDef(0, slot);
1468 ld->setDef(0, lval);
1516 defi->setDef(0, slot);
1673 tex->setDef(c, def[c]);
1675 tex->setDef(
[all...]
H A Dnv50_ir_inlines.h227 setDef(flagsDef, val);
230 setDef(flagsDef, NULL);
H A Dnv50_ir_peephole.cpp898 mi->setDef(0, i->getDef(0));
1167 set1->setDef(0, logop->getDef(0));
1206 bset->setDef(0, cvt->getDef(0));
1374 rec->insn->setDef(d, rec->insn->getDef(j - 1));
1387 rec->insn->setDef(d, ld->getDef(j));
2156 ik->setDef(0, phi->getDef(0));
2336 ld1->setDef(d, (d < n1) ? def1[d] : NULL);
2345 ld2->setDef(d, (d < n2) ? def2[d] : NULL);
H A Dnv50_ir_ssa.cpp387 phi->setDef(0, lval);
430 nop->setDef(0, ud);
H A Dnv50_ir.cpp615 setDef(d, NULL);
619 Instruction::setDef(int i, Value *val) function in class:nv50_ir::Instruction
743 i->setDef(d, pol.get(getDef(d)));
H A Dnv50_ir_lowering_nv50.cpp145 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0));
349 i->setDef(0, arl->getSrc(0));
1001 i->setDef(0, new_LValue(func, FILE_GPR));
H A Dnv50_ir_build_util.h252 insn->setDef(0, dst);
H A Dnv50_ir_from_tgsi.cpp1213 insn->setDef(0, getScratch());
1496 tex->setDef(d++, dst0[c]);
1602 texi->setDef(d++, dst[c]);
1635 texi->setDef(d++, dst[c]);
2389 updateCallArgs(i, &Instruction::setDef, &Function::outs);
H A Dnv50_ir.h602 void setDef(int i, Value *);
H A Dnv50_ir_from_sm4.cpp1221 insn->setDef(0, getScratch());
1484 tex->setDef(d++, (res[c] = getScratch()));
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_build_util.cpp70 insn->setDef(0, dst);
83 insn->setDef(0, dst);
97 insn->setDef(0, dst);
112 insn->setDef(0, def);
175 insn->setDef(0, dst);
187 insn->setDef(0, new_LValue(func, FILE_GPR));
200 insn->setDef(0, dst);
215 insn->setDef(0, dst);
231 insn->setDef(0, dst);
251 tex->setDef(
[all...]
H A Dnv50_ir_ra.cpp373 mov->setDef(0, new_LValue(func, phi->getDef(0)->asLValue()));
403 mov->setDef(0, tmp);
418 mov->setDef(0, cal->getDef(d));
419 cal->setDef(d, tmp);
432 cal->setDef(cal->defCount(), tmp);
1448 st->setDef(0, slot);
1468 ld->setDef(0, lval);
1516 defi->setDef(0, slot);
1673 tex->setDef(c, def[c]);
1675 tex->setDef(
[all...]
H A Dnv50_ir_inlines.h227 setDef(flagsDef, val);
230 setDef(flagsDef, NULL);
H A Dnv50_ir_peephole.cpp898 mi->setDef(0, i->getDef(0));
1167 set1->setDef(0, logop->getDef(0));
1206 bset->setDef(0, cvt->getDef(0));
1374 rec->insn->setDef(d, rec->insn->getDef(j - 1));
1387 rec->insn->setDef(d, ld->getDef(j));
2156 ik->setDef(0, phi->getDef(0));
2336 ld1->setDef(d, (d < n1) ? def1[d] : NULL);
2345 ld2->setDef(d, (d < n2) ? def2[d] : NULL);
H A Dnv50_ir_ssa.cpp387 phi->setDef(0, lval);
430 nop->setDef(0, ud);
H A Dnv50_ir.cpp615 setDef(d, NULL);
619 Instruction::setDef(int i, Value *val) function in class:nv50_ir::Instruction
743 i->setDef(d, pol.get(getDef(d)));
H A Dnv50_ir_lowering_nv50.cpp145 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0));
349 i->setDef(0, arl->getSrc(0));
1001 i->setDef(0, new_LValue(func, FILE_GPR));
H A Dnv50_ir_build_util.h252 insn->setDef(0, dst);
H A Dnv50_ir_from_tgsi.cpp1213 insn->setDef(0, getScratch());
1496 tex->setDef(d++, dst0[c]);
1602 texi->setDef(d++, dst[c]);
1635 texi->setDef(d++, dst[c]);
2389 updateCallArgs(i, &Instruction::setDef, &Function::outs);
H A Dnv50_ir.h602 void setDef(int i, Value *);
H A Dnv50_ir_from_sm4.cpp1221 insn->setDef(0, getScratch());
1484 tex->setDef(d++, (res[c] = getScratch()));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp557 i->setDef(0, NULL);
999 i->setDef(0, new_LValue(func, FILE_GPR));
1018 i->setDef(0, gpEmitAddress);
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp557 i->setDef(0, NULL);
999 i->setDef(0, new_LValue(func, FILE_GPR));
1018 i->setDef(0, gpEmitAddress);

Completed in 2648 milliseconds