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 381 defId(i->def(0), 2); in emitForm_L() 406 defId(i->def(0), 2); in emitForm_C() 444 defId(i->def(0), 2); in emitForm_21() 800 defId(i->def(0), 2); in emitSHLADD() 838 defId(i->def(0), 2); in emitNOT() 864 defId(i->def(0), 5); in emitLogicOp() 871 defId(i->def(1), 2); in emitLogicOp() 999 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() 403 defId(i->def(0), 14); in emitForm_A() 448 defId(i->def(0), 14); in emitForm_B() 478 defId(i->def(0), 14); in emitForm_S() 796 defId(i->def(0), 14); in emitSHLADD() 875 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 …]
|