Home
last modified time | relevance | path

Searched refs:RIG_Node (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp752 class RIG_Node : public Graph::Node class in nv50_ir::GCRA
755 RIG_Node();
759 void addInterference(RIG_Node *);
760 void addRegPreference(RIG_Node *);
773 static inline RIG_Node *get(const Graph::EdgeIterator& ei) in get()
775 return static_cast<RIG_Node *>(ei.getNode()); in get()
790 RIG_Node *next;
791 RIG_Node *prev;
797 std::list<RIG_Node *> prefRegs;
801 inline RIG_Node *getNod
868 GCRA::RIG_Node::RIG_Node() : Node(NULL), degree(0), degreeLimit(0), maxReg(0), RIG_Node() function in nv50_ir::GCRA::RIG_Node
[all...]

Completed in 3 milliseconds