Searched defs:base_operand (Results 1 - 1 of 1) 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...]

Completed in 47 milliseconds