/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_build_util.cpp | 70 insn->setDef(0, dst); in mkOp1() 83 insn->setDef(0, dst); in mkOp2() 97 insn->setDef(0, dst); in mkOp3() 111 insn->setDef(0, dst); in mkLoad() 175 insn->setDef(0, dst); in mkMov() 187 insn->setDef(0, new_LValue(func, FILE_GPR)); in mkMovToReg() 200 insn->setDef(0, dst); in mkMovFromReg() 215 insn->setDef(0, dst); in mkCvt() 231 insn->setDef(0, dst); in mkCmp() 253 tex->setDef(d, def[d]); in mkTex() [all …]
|
D | nv50_ir_ra.cpp | 475 mov->setDef(0, tmp); in visit() 508 mov->setDef(0, tmp); in visit() 523 mov->setDef(0, cal->getDef(d)); in visit() 524 cal->setDef(d, tmp); in visit() 537 cal->setDef(cal->defCount(), tmp); in visit() 1637 st->setDef(d, new_LValue(func, FILE_GPR)); in spill() 1652 st->setDef(0, slot); in spill() 1682 l->setDef(0, (val = new_LValue(func, FILE_GPR))); in unspill() 1688 ld->setDef(0, lval); in unspill() 1695 ld->setDef(0, lval); in unspill() [all …]
|
D | nv50_ir_inlines.h | 259 setDef(flagsDef, val); in setFlagsDef() 262 setDef(flagsDef, NULL); in setFlagsDef()
|
D | nv50_ir_lowering_nvc0.cpp | 90 i->setDef(0, dst[1]); in handleRCPRSQ() 593 i->setDef(0, NULL); in visit() 1202 ld->setDef(1, bld.getSSA(1, FILE_PREDICATE)); in handleSharedATOMNVE4() 1259 st->setDef(0, pred->getDef(0)); in handleSharedATOMNVE4() 1297 ld->setDef(1, bld.getSSA(1, FILE_PREDICATE)); in handleSharedATOM() 1408 atom->setDef(0, bld.getSSA()); in handleATOM() 1951 su->setDef(i, untypedDst[i]); in convertSurfaceFormat() 2132 su->setDef(0, addr); in handleSurfaceOpNVC0() 2133 su->setDef(1, su->getPredicate()); in handleSurfaceOpNVC0() 2217 su->setDef(0, bld.getSSA()); in handleSurfaceOpGM107() [all …]
|
D | nv50_ir_ssa.cpp | 388 phi->setDef(0, lval); in convertToSSA() 431 nop->setDef(0, ud); in mkUndefined()
|
D | nv50_ir_peephole.cpp | 1579 mi->setDef(0, i->getDef(0)); in visit() 1859 set1->setDef(0, logop->getDef(0)); in handleLOGOP() 1898 bset->setDef(0, cvt->getDef(0)); in handleCVT_NEG() 2373 rec->insn->setDef(d, rec->insn->getDef(j - 1)); in combineLd() 2386 rec->insn->setDef(d, ld->getDef(j)); in combineLd() 3295 ik->setDef(0, phi->getDef(0)); in visit() 3431 i->setDef(0, NULL); in visit() 3433 i->setDef(0, i->getDef(1)); in visit() 3434 i->setDef(1, NULL); in visit() 3517 ld1->setDef(d, (d < n1) ? def1[d] : NULL); in checkSplitLoad() [all …]
|
D | nv50_ir.cpp | 621 setDef(d, NULL); in ~Instruction() 625 Instruction::setDef(int i, Value *val) in setDef() function in nv50_ir::Instruction 769 i->setDef(d, pol.get(getDef(d))); in clone()
|
D | nv50_ir_build_util.h | 262 insn->setDef(0, dst); in mkOp()
|
D | nv50_ir_lowering_nv50.cpp | 237 (*it)->getSrc(1)->defs.front()->getInsn()->setDef(0, (*it)->getSrc(0)); in visit() 449 i->setDef(0, arl->getSrc(0)); in handleAddrDef() 1277 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT()
|
D | nv50_ir_from_tgsi.cpp | 1763 insn->setDef(0, getScratch()); in interpolate() 2116 tex->setDef(d++, dst0[c]); in handleTXQ() 2216 texi->setDef(d++, dst[c]); in handleTEX() 2268 texi->setDef(d++, dst[c]); in handleTXF() 2301 texi->setDef(d++, dst[c]); in handleFBFETCH() 3638 texi->setDef(d++, dst0[c]); in handleInstruction() 4034 updateCallArgs(i, &Instruction::setDef, &Function::outs); in visit()
|
D | nv50_ir.h | 778 void setDef(int i, Value *);
|