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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 615 class RIG_Node : public Graph::Node
618 RIG_Node();
622 void addInterference(RIG_Node *);
623 void addRegPreference(RIG_Node *);
636 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
638 return static_cast<RIG_Node *>(ei.getNode());
652 RIG_Node *next;
653 RIG_Node *prev;
659 std::list<RIG_Node *> prefRegs;
663 inline RIG_Node *getNode(const LValue *v) const { return &nodes[v->id];
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 615 class RIG_Node : public Graph::Node
618 RIG_Node();
622 void addInterference(RIG_Node *);
623 void addRegPreference(RIG_Node *);
636 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
638 return static_cast<RIG_Node *>(ei.getNode());
652 RIG_Node *next;
653 RIG_Node *prev;
659 std::list<RIG_Node *> prefRegs;
663 inline RIG_Node *getNode(const LValue *v) const { return &nodes[v->id];
    [all...]

Completed in 572 milliseconds