Searched refs:setDst (Results 1 – 1 of 1) sorted by relevance
69 void setDst(const Value *);70 void setDst(const Instruction *, int d);320 CodeEmitterNV50::setDst(const Value *dst) in setDst() function in nv50_ir::CodeEmitterNV50342 CodeEmitterNV50::setDst(const Instruction *i, int d) in setDst() function in nv50_ir::CodeEmitterNV50345 setDst(i->getDef(d)); in setDst()497 setDst(i, 0); in emitForm_MAD()526 setDst(i, 0); in emitForm_ADD()549 setDst(i, 0); in emitForm_MUL()567 setDst(i, 0); in emitForm_IMM()677 setDst(i, 0); in emitLOAD()[all …]