Searched refs:ValueDef (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir.h | 612 class ValueDef 615 ValueDef(Value * = NULL); 616 ValueDef(const ValueDef&); 617 ~ValueDef(); 674 std::list<ValueDef *> defs; 677 typedef std::list<ValueDef *>::iterator DefIterator; 678 typedef std::list<ValueDef *>::const_iterator DefCIterator; 795 inline ValueDef& def(int s) { return defs[s]; } in def() 797 inline const ValueDef& def(int s) const { return defs[s]; } in def() 901 std::deque<ValueDef> defs; // no gaps ! [all …]
|
D | nv50_ir_inlines.h | 181 Value *ValueDef::rep() const in rep() 187 DataFile ValueDef::getFile() const in getFile() 192 unsigned int ValueDef::getSize() const in getSize() 197 void ValueDef::setSSA(LValue *lval) in setSSA() 203 const LValue *ValueDef::preSSA() const in preSSA()
|
D | nv50_ir.cpp | 114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL) in ValueDef() function in nv50_ir::ValueDef 119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL) in ValueDef() function in nv50_ir::ValueDef 124 ValueDef::~ValueDef() in ~ValueDef() 152 ValueDef::set(Value *defVal) in set() 168 ValueDef::mayReplace(const ValueRef &rep) in mayReplace() 201 ValueDef::replace(const ValueRef &repVal, bool doSet) in replace()
|
D | nv50_ir_print.cpp | 721 for (std::deque<ValueDef>::iterator it = fn->ins.begin(); in visit()
|
D | nv50_ir_ssa.cpp | 461 for (std::deque<ValueDef>::iterator it = func->ins.begin(); in search()
|
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()
|
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()
|
D | nv50_ir_ra.cpp | 691 for (std::deque<ValueDef>::iterator it = func->ins.begin(); in visit() 1199 for (std::deque<ValueDef>::iterator it = func->ins.begin(); in buildRIG()
|
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) in defId()
|
D | nv50_ir_emit_gm107.cpp | 70 inline void emitGPR(int pos, const ValueDef &def) { in emitGPR() 84 inline void emitPRED(int pos, const ValueDef &def) { in emitPRED()
|