Searched defs:MatchNode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1475 MatchNode *mnode =
3117 //------------------------------MatchNode--------------------------------------
3118 MatchNode::MatchNode(ArchDesc &ad, const char *result, const char *mexpr, function in class:MatchNode
3119 const char *opType, MatchNode *lChild, MatchNode *rChild)
3127 MatchNode::MatchNode(ArchDesc &ad, MatchNode& mnode) function in class:MatchNode
3134 MatchNode function in class:MatchNode
[all...]
H A Dformssel.hpp912 //------------------------------MatchNode--------------------------------------
913 class MatchNode : public Form { class in class:InstructForm
921 MatchNode *_lChild; // Left child in expression tree
922 MatchNode *_rChild; // Right child in expression tree
929 MatchNode(ArchDesc &ad, const char *result = 0, const char *expr = 0,
930 const char *opType=0, MatchNode *lChild=NULL,
931 MatchNode *rChild=NULL);
932 MatchNode(ArchDesc &ad, MatchNode& mNode); // Shallow copy constructor;
933 MatchNode(ArchDes
[all...]

Completed in 429 milliseconds