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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp503 // Here base_operand is looking for an ideal type to be returned (opType).
505 && _matrule->base_operand(position, globals, result, name, opType) ) {
1021 while (_matrule->base_operand(position, globals, result, name, opType)) {
2281 for(uint idx = 0;_matrule->base_operand(idx,globals,result,name,type);++idx) {
3202 bool MatchNode::base_operand(uint &position, FormDict &globals, function in class:MatchNode
3205 assert (_name != NULL, "MatchNode::base_operand encountered empty node\n");
3237 return (matchNode->base_operand(position,globals,result,name,opType));
3254 if (_lChild->base_operand(position, globals, result, name, opType))
3259 if (_rChild->base_operand(position, globals, result, name, opType))
3276 base_operand(positio
3860 bool MatchRule::base_operand(uint &position0, FormDict &globals, function in class:MatchRule
[all...]
H A Dformssel.hpp942 bool base_operand(uint &position, FormDict &globals,
1001 bool base_operand(uint &position, FormDict &globals,
H A Doutput_h.cpp1245 oper->_matrule->base_operand(position,_globalNames,opret,opname,optype);
H A Dadlparse.cpp321 if (right->base_operand(position, _globalNames, result, name, optype)) {
327 if ( ! right->base_operand( position, _globalNames, result2, name2, optype2) ) {
H A Doutput_c.cpp3633 && mnode->base_operand(position, globals, result, name, optype) ) {

Completed in 327 milliseconds