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

/openjdk9/hotspot/src/share/vm/adlc/
H A Dformssel.cpp532 && _matrule->_rChild->_lChild == NULL
2148 && (_matrule->_lChild == NULL) && (_matrule->_rChild == NULL) ) {
2225 else if( _matrule->_lChild == NULL && _matrule->_rChild == NULL ) {
3175 _lChild(lChild), _rChild(rChild), _internalop(0), _numleaves(0),
3183 _opType(mnode._opType), _lChild(mnode._lChild), _rChild(mnode._rChild),
3193 if (mnode._lChild) {
3194 _lChild = new MatchNode(ad, *mnode._lChild, clone);
3196 _lChild
[all...]
H A DarchDesc.cpp360 if (mnode->_lChild) {
361 mnode = mnode->_lChild;
420 if ((oper->_matrule) && (oper->_matrule->_lChild == NULL) &&
505 mnode = mrule->_lChild;
539 if ((node) && (node->_lChild == NULL) && (node->_rChild == NULL) &&
557 mnode = node->_lChild;
H A Doutput_h.cpp1267 if ((oper->_matrule) && (oper->_matrule->_lChild == NULL) &&
1938 !strcmp(instr->_matrule->_lChild->_opType,"stackSlotP") ) {
1961 MatchNode *rl = instr->_matrule->_rChild->_lChild;
1974 MatchNode *rl = instr->_matrule->_rChild->_lChild;
H A Dformssel.hpp938 MatchNode *_lChild; // Left child in expression tree member in class:MatchNode
H A Doutput_c.cpp3732 if ( (mnode->_lChild == NULL) && (mnode->_rChild == NULL)
3761 uint lConsts = (mnode->_lChild) ? (mnode->_lChild->num_consts(globals) ) : 0;
3763 if ( (mnode->_lChild) && (lConsts > idx) ) {
3765 path_to_constant(fp, globals, mnode->_lChild, idx);
4252 MatchNode *left = mrule._lChild;
H A Dadlparse.cpp346 if (!lst->search(instr->_matrule->_lChild->_opType)) {
354 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
363 if (!lst->search(instr->_matrule->_lChild->_opType)) {
371 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);
389 // if (!lst->search(instr->_matrule->_lChild->_opType)) {
396 lst->insert(instr->_matrule->_lChild->_opType,cost,instr->_ident);

Completed in 128 milliseconds