Searched refs:defId (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_emit_gk110.cpp | 150 inline void defId(const ValueDef&, const int pos); 201 void CodeEmitterGK110::defId(const ValueDef& def, const int pos) in defId() function in nv50_ir::CodeEmitterGK110 377 defId(i->def(0), 2); in emitForm_L() 402 defId(i->def(0), 2); in emitForm_C() 440 defId(i->def(0), 2); in emitForm_21() 796 defId(i->def(0), 2); in emitSHLADD() 834 defId(i->def(0), 2); in emitNOT() 860 defId(i->def(0), 5); in emitLogicOp() 867 defId(i->def(1), 2); in emitLogicOp() 995 defId(i->def(0), 2); in emitSFnOp() [all …]
|
D | nv50_ir_emit_nvc0.cpp | 157 inline void defId(const ValueDef&, const int pos); 158 inline void defId(const Instruction *, int d, const int pos); 199 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos) in defId() function in nv50_ir::CodeEmitterNVC0 204 void CodeEmitterNVC0::defId(const Instruction *insn, int d, const int pos) in defId() function in nv50_ir::CodeEmitterNVC0 207 defId(insn->def(d), pos); in defId() 399 defId(i->def(0), 14); in emitForm_A() 444 defId(i->def(0), 14); in emitForm_B() 474 defId(i->def(0), 14); in emitForm_S() 792 defId(i->def(0), 14); in emitSHLADD() 869 defId(i->def(0), 17); in emitLogicOp() [all …]
|
D | nv50_ir_emit_nv50.cpp | 52 inline void defId(const ValueDef&, const int pos); 178 void CodeEmitterNV50::defId(const ValueDef& def, const int pos) in defId() function in nv50_ir::CodeEmitterNV50 763 defId(i->def(0), 2); in emitMOV() 769 defId(i->def(0), 2); in emitMOV() 794 defId(i->def(0), 2); in emitMOV() 822 defId(i->def(0), 2); in emitRDSV() 871 defId(i->def(0), 2); in emitPFETCH() 878 defId(i->def(0), 2); in emitPFETCH() 912 defId(i->def(0), 2); in emitINTERP() 1591 defId(i->def(0), 2); in emitShift() [all …]
|