Searched defs:mnode (Results 1 - 4 of 4) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | archDesc.cpp | 384 MatchNode *mnode = (MatchNode*)_internalMatch[internalName]; local 385 if (mnode->_lChild) { 386 mnode = mnode->_lChild; 387 left = mnode->_internalop ? mnode->_internalop : mnode->_opType; 396 MatchNode *mnode = (MatchNode*)_internalMatch[internalName]; local 397 if (mnode->_rChild) { 398 mnode 492 MatchNode *mnode; local 559 MatchNode *mnode; local [all...] |
H A D | adlparse.cpp | 3536 MatchNode *mnode = matchNode_parse(operands, depth, numleaves, true); local 3552 match = new MatchRule(_AD, mnode, depth, cnstr, numleaves);
|
H A D | formssel.cpp | 1475 MatchNode *mnode = local 1477 mnode->count_instr_names(names); 1501 mnode->build_instr_pred(s,(char*)i._key,0); 1504 mnode->build_instr_pred(s,(char*)i._key,1); 3127 MatchNode::MatchNode(ArchDesc &ad, MatchNode& mnode) argument 3128 : _AD(ad), _result(mnode._result), _name(mnode._name), 3129 _opType(mnode._opType), _lChild(mnode._lChild), _rChild(mnode 3134 MatchNode(ArchDesc &ad, MatchNode& mnode, int clone) argument 3316 const MatchNode *const mnode = sets_result() ? local 3334 const MatchNode *const mnode = sets_result() ? local [all...] |
H A D | output_c.cpp | 3622 MatchNode *mnode, uint idx) { 3623 if ( ! mnode) return; 3632 if ( (mnode->_lChild == NULL) && (mnode->_rChild == NULL) 3633 && mnode->base_operand(position, globals, result, name, optype) ) { 3659 uint lConsts = (mnode->_lChild) ? (mnode->_lChild->num_consts(globals) ) : 0; 3660 uint rConsts = (mnode->_rChild) ? (mnode->_rChild->num_consts(globals) ) : 0; 3661 if ( (mnode 3621 path_to_constant(FILE *fp, FormDict &globals, MatchNode *mnode, uint idx) argument [all...] |
Completed in 66 milliseconds