HomeSort by relevance Sort by last modified time
    Searched refs:ValueDef (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 149 Value *ValueDef::rep() const
155 DataFile ValueDef::getFile() const
160 unsigned int ValueDef::getSize() const
165 void ValueDef::setSSA(LValue *lval)
171 const LValue *ValueDef::preSSA() const
nv50_ir.h 427 class ValueDef
430 ValueDef(Value * = NULL);
431 ValueDef(const ValueDef&);
432 ~ValueDef();
489 std::list<ValueDef *> defs;
492 typedef std::list<ValueDef *>::iterator DefIterator;
493 typedef std::list<ValueDef *>::const_iterator DefCIterator;
610 inline ValueDef& def(int s) { return defs[s]; }
612 inline const ValueDef& def(int s) const { return defs[s];
    [all...]
nv50_ir.cpp 114 ValueDef::ValueDef(Value *v) : value(NULL), insn(NULL)
119 ValueDef::ValueDef(const ValueDef& def) : value(NULL), insn(NULL)
124 ValueDef::~ValueDef()
152 ValueDef::set(Value *defVal)
168 ValueDef::mayReplace(const ValueRef &rep)
201 ValueDef::replace(const ValueRef &repVal, bool doSet
    [all...]
nv50_ir_ssa.cpp 451 for (std::deque<ValueDef>::iterator it = func->ins.begin();
nv50_ir_emit_nv50.cpp 52 inline void defId(const ValueDef&, const int pos);
170 void CodeEmitterNV50::defId(const ValueDef& def, const int pos)
    [all...]
nv50_ir_ra.cpp 588 for (std::deque<ValueDef>::iterator it = func->ins.begin();
1048 for (std::deque<ValueDef>::iterator it = func->ins.begin();
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_emit_nvc0.cpp 119 inline void defId(const ValueDef&, const int pos);
156 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos)
    [all...]

Completed in 1130 milliseconds