| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 181 Value *ValueDef::rep() const 187 DataFile ValueDef::getFile() const 192 unsigned int ValueDef::getSize() const 197 void ValueDef::setSSA(LValue *lval) 203 const LValue *ValueDef::preSSA() const
|
| H A D | nv50_ir.h | 639 class ValueDef class in namespace:nv50_ir 642 ValueDef(Value * = NULL); 643 ValueDef(const ValueDef&); 644 ~ValueDef(); 701 std::list<ValueDef *> defs; 704 typedef std::list<ValueDef *>::iterator DefIterator; 705 typedef std::list<ValueDef *>::const_iterator DefCIterator; 822 inline ValueDef& def(int s) { return defs[s]; } 824 inline const ValueDef [all...] |
| H A D | nv50_ir.cpp | 114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL) function in class:nv50_ir::ValueDef 119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL) function in class:nv50_ir::ValueDef 124 ValueDef::~ValueDef() 152 ValueDef::set(Value *defVal) 168 ValueDef::mayReplace(const ValueRef &rep) 201 ValueDef [all...] |
| H A D | nv50_ir_print.cpp | 773 for (std::deque<ValueDef>::iterator it = fn->ins.begin();
|
| H A D | nv50_ir_ssa.cpp | 461 for (std::deque<ValueDef>::iterator it = func->ins.begin();
|
| H A 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)
|
| H A 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)
|
| H A D | nv50_ir_emit_gm107.cpp | 70 inline void emitGPR(int pos, const ValueDef &def) { 84 inline void emitPRED(int pos, const ValueDef &def) {
|
| H A D | nv50_ir_emit_nvc0.cpp | 157 inline void defId(const ValueDef&, const int pos); 199 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos)
|
| H A D | nv50_ir_ra.cpp | 694 for (std::deque<ValueDef>::iterator it = func->ins.begin(); 1216 for (std::deque<ValueDef>::iterator it = func->ins.begin();
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2293 ValueDef &def = su->def(i);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_inlines.h | 181 Value *ValueDef::rep() const 187 DataFile ValueDef::getFile() const 192 unsigned int ValueDef::getSize() const 197 void ValueDef::setSSA(LValue *lval) 203 const LValue *ValueDef::preSSA() const
|
| H A D | nv50_ir.h | 691 class ValueDef class in namespace:nv50_ir 694 ValueDef(Value * = NULL); 695 ValueDef(const ValueDef&); 696 ~ValueDef(); 753 std::list<ValueDef *> defs; 756 typedef std::list<ValueDef *>::iterator DefIterator; 757 typedef std::list<ValueDef *>::const_iterator DefCIterator; 874 inline ValueDef& def(int s) { return defs[s]; } 876 inline const ValueDef [all...] |
| H A D | nv50_ir_emit_gv100.h | 244 inline void emitBTS(int pos, const ValueDef &def) { 269 inline void emitGPR(int pos, const ValueDef &def) { 273 inline void emitGPR(int pos, const ValueDef &def, int off) { 289 inline void emitPRED(int pos, const ValueDef &def) {
|
| H A D | nv50_ir.cpp | 113 ValueDef::ValueDef(Value *v) : value(NULL), origin(NULL), insn(NULL) function in class:nv50_ir::ValueDef 118 ValueDef::ValueDef(const ValueDef& def) : value(NULL), origin(NULL), insn(NULL) function in class:nv50_ir::ValueDef 123 ValueDef::~ValueDef() 151 ValueDef::set(Value *defVal) 167 ValueDef::mayReplace(const ValueRef &rep) 200 ValueDef [all...] |
| H A D | nv50_ir_ra.cpp | 302 std::list<ValueDef *>& entry(Value *val) { 306 std::list<ValueDef *> &res = defs[val]; 314 std::unordered_map<Value *, std::list<ValueDef *> > defs; 317 std::list<ValueDef *>& operator()(Value *val) { 321 void add(Value *val, const std::list<ValueDef *> &vals) { 323 std::list<ValueDef *> &valdefs = entry(val); 329 ValueDef *def = &insn->def(d); 737 for (std::deque<ValueDef>::iterator it = func->ins.begin(); 1004 const std::list<ValueDef *> &defs = mergedDefs(val); 1005 for (ValueDef *de [all...] |
| H A D | nv50_ir_ssa.cpp | 461 for (std::deque<ValueDef>::iterator it = func->ins.begin();
|
| H A D | nv50_ir_print.cpp | 813 for (std::deque<ValueDef>::iterator it = fn->ins.begin();
|
| H A D | nv50_ir_emit_gk110.cpp | 148 inline void defId(const ValueDef&, const int pos); 199 void CodeEmitterGK110::defId(const ValueDef& def, const int pos)
|
| H A D | nv50_ir_emit_nv50.cpp | 50 inline void defId(const ValueDef&, const int pos); 176 void CodeEmitterNV50::defId(const ValueDef& def, const int pos)
|
| H A D | nv50_ir_emit_gm107.cpp | 71 inline void emitGPR(int pos, const ValueDef &def) { 85 inline void emitPRED(int pos, const ValueDef &def) {
|
| H A D | nv50_ir_emit_nvc0.cpp | 155 inline void defId(const ValueDef&, const int pos); 197 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos)
|
| H A D | nv50_ir_lowering_nvc0.cpp | 2704 ValueDef &def2 = su2d->def(i);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 5495 - nv50/ir: Initialize ValueDef member origin in constructors.
|