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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp721 class RIG_Node : public Graph::Node class in class:nv50_ir::GCRA
724 RIG_Node();
728 void addInterference(RIG_Node *);
729 void addRegPreference(RIG_Node *);
742 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
744 return static_cast<RIG_Node *>(ei.getNode());
759 RIG_Node *next;
760 RIG_Node *prev;
766 std::list<RIG_Node *> prefRegs;
770 inline RIG_Node *getNod
834 GCRA::RIG_Node::RIG_Node() : Node(NULL), next(this), prev(this) function in class:nv50_ir::GCRA::RIG_Node
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir_ra.cpp764 class RIG_Node : public Graph::Node class in class:nv50_ir::GCRA
767 RIG_Node();
771 void addInterference(RIG_Node *);
772 void addRegPreference(RIG_Node *);
785 static inline RIG_Node *get(const Graph::EdgeIterator& ei)
787 return static_cast<RIG_Node *>(ei.getNode());
802 RIG_Node *next;
803 RIG_Node *prev;
809 std::list<RIG_Node *> prefRegs;
813 inline RIG_Node *getNod
879 GCRA::RIG_Node::RIG_Node() : Node(NULL), degree(0), degreeLimit(0), maxReg(0), function in class:nv50_ir::GCRA::RIG_Node
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst177 - Use-after-free crash innv50_ir::GCRA::RIG_Node::init()
H A D21.2.0.rst5142 - nv50/ir: Initialize GCRA::RIG_Node members.

Completed in 71 milliseconds