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

  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
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
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]; }
797 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_print.cpp 721 for (std::deque<ValueDef>::iterator it = fn->ins.begin();
nv50_ir_ssa.cpp 461 for (std::deque<ValueDef>::iterator it = func->ins.begin();
nv50_ir_emit_gk110.cpp 150 inline void defId(const ValueDef&, const int pos);
201 void CodeEmitterGK110::defId(const ValueDef& def, const int pos)
    [all...]
nv50_ir_emit_nv50.cpp 52 inline void defId(const ValueDef&, const int pos);
178 void CodeEmitterNV50::defId(const ValueDef& def, const int pos)
    [all...]
nv50_ir_emit_gm107.cpp 70 inline void emitGPR(int pos, const ValueDef &def) {
84 inline void emitPRED(int pos, const ValueDef &def) {
    [all...]
nv50_ir_emit_nvc0.cpp 157 inline void defId(const ValueDef&, const int pos);
199 void CodeEmitterNVC0::defId(const ValueDef& def, const int pos)
    [all...]
nv50_ir_ra.cpp 691 for (std::deque<ValueDef>::iterator it = func->ins.begin();
    [all...]

Completed in 185 milliseconds