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

/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp273 MatchRule &mrule = *op->_matrule; local
278 mrule._machType = rootOp;
319 MatchRule &mrule = *instr->_matrule; local
324 mrule._machType = rootOp;
356 buildMatchList(instr->_matrule, result, mrule._machType, pred, cost);
361 static int setsResult(MatchRule &mrule) { argument
362 if (strcmp(mrule._name,"Set") == 0) return 1;
366 const char *ArchDesc::getMatchListIndex(MatchRule &mrule) { argument
367 if (setsResult(mrule)) {
369 return mrule
406 check_optype(MatchRule *mrule) argument
488 buildMatchList(MatchRule *mrule, const char *resultStr, const char *rootOp, Predicate *pred, const char *cost) argument
[all...]
H A Doutput_c.cpp4144 MatchRule &mrule = *oper->_matrule; local
4145 if( strcmp(mrule._opType,"AddP") == 0 ) {
4146 MatchNode *left = mrule._lChild;
4147 MatchNode *right= mrule._rChild;
4174 MatchRule &mrule = *instr->_matrule; local
4179 mrule._machType = rootOp;

Completed in 44 milliseconds