/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 | 520 mov->setDef(0, tmp); in visit() 553 mov->setDef(0, tmp); in visit() 568 mov->setDef(0, cal->getDef(d)); in visit() 569 cal->setDef(d, tmp); in visit() 582 cal->setDef(cal->defCount(), tmp); in visit() 1717 st->setDef(d, new_LValue(func, FILE_GPR)); in spill() 1732 st->setDef(0, slot); in spill() 1762 l->setDef(0, (val = new_LValue(func, FILE_GPR))); in unspill() 1768 ld->setDef(0, lval); in unspill() 1775 ld->setDef(0, lval); in unspill() [all …]
|
D | nv50_ir_lowering_gm107.cpp | 305 suq->setDef(d, NULL); in handleSUQ() 309 samples->setDef(d, NULL); in handleSUQ() 310 samples->setDef(0, dst); in handleSUQ()
|
D | nv50_ir_inlines.h | 259 setDef(flagsDef, val); in setFlagsDef() 262 setDef(flagsDef, NULL); in setFlagsDef()
|
D | nv50_ir_lowering_nvc0.cpp | 144 i->setDef(0, dst[1]); in handleRCPRSQ() 274 hi->setDef(0, (dst[1] = bld.getSSA())); in handleShift() 277 lo->setDef(0, (dst[0] = bld.getSSA())); in handleShift() 841 i->setDef(0, NULL); in visit() 1475 ld->setDef(1, bld.getSSA(1, FILE_PREDICATE)); in handleSharedATOMNVE4() 1532 st->setDef(0, pred->getDef(0)); in handleSharedATOMNVE4() 1570 ld->setDef(1, bld.getSSA(1, FILE_PREDICATE)); in handleSharedATOM() 1683 atom->setDef(0, bld.getSSA()); in handleATOM() 1857 tex->setDef(0, samples); in loadMsAdjInfo32() 2261 loaded[i]->setDef(0, untypedDst[i]); in convertSurfaceFormat() [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 | 1774 mi->setDef(0, i->getDef(0)); in visit() 2067 set1->setDef(0, logop->getDef(0)); in handleLOGOP() 2106 bset->setDef(0, cvt->getDef(0)); in handleCVT_NEG() 2795 rec->insn->setDef(d, rec->insn->getDef(j - 1)); in combineLd() 2808 rec->insn->setDef(d, ld->getDef(j)); in combineLd() 3792 ik->setDef(0, phi->getDef(0)); in visit() 3928 i->setDef(0, NULL); in visit() 3935 i->setDef(0, i->getDef(1)); in visit() 3936 i->setDef(1, NULL); in visit() 4019 ld1->setDef(d, (d < n1) ? def1[d] : NULL); in checkSplitLoad() [all …]
|
D | nv50_ir.cpp | 627 setDef(d, NULL); in ~Instruction() 631 Instruction::setDef(int i, Value *val) in setDef() function in nv50_ir::Instruction 775 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() 1280 i->setDef(0, new_LValue(func, FILE_GPR)); in handleEXPORT()
|
D | nv50_ir_from_tgsi.cpp | 1820 insn->setDef(0, getScratch()); in interpolate() 2246 tex->setDef(d++, dst0[c]); in handleTXQ() 2354 texi->setDef(d++, dst[c]); in handleTEX() 2406 texi->setDef(d++, dst[c]); in handleTXF() 2442 texi->setDef(d++, dst[c]); in handleFBFETCH() 3771 texi->setDef(d++, dst0[c]); in handleInstruction() 4268 updateCallArgs(i, &Instruction::setDef, &Function::outs); in visit()
|
D | nv50_ir_lowering_gv100.cpp | 410 ipa->setDef(1, bld.getSSA(1, FILE_PREDICATE)); in handlePINTERP()
|
D | nv50_ir.h | 840 void setDef(int i, Value *);
|
D | nv50_ir_from_nir.cpp | 2636 mkOp1(OP_SPLIT, dType, newDefs[0], getSrc(&insn->src[0]))->setDef(1, newDefs[1]); in visit() 2641 mkOp1(OP_SPLIT, dType, newDefs[0], getSrc(&insn->src[0]))->setDef(1, getSSA()); in visit() 2646 mkOp1(OP_SPLIT, dType, getSSA(), getSrc(&insn->src[0]))->setDef(1, newDefs[0]); in visit()
|