HomeSort by relevance Sort by last modified time
    Searched defs:getInsn (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 176 Instruction *Value::getInsn() const
178 return defs.empty() ? NULL : defs.front()->getInsn();
190 return (*it)->getInsn();
204 return defs.front()->getInsn();
nv50_ir.h 403 inline Instruction *getInsn() const { return insn; }
442 inline Instruction *getInsn() const { return insn; }
474 inline Instruction *getInsn() const; // use when uniqueness is certain

Completed in 759 milliseconds