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

/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp239 void ArchDesc::gen_match(FILE *fp, MatchList &mList, ProductionState &status, Dict &operands_chained_from) { argument
283 chain_rule(fp, spaces6, mList._resultStr, cost, rule, operands_chained_from, status);
312 const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) {
315 if( operands_chained_from[operand] != NULL ) {
318 operands_chained_from.Insert( operand, operand);
328 if( operands_chained_from[result] != NULL ) {
343 chain_rule(fp, indent, result, total_cost, irule, operands_chained_from, status);
348 chain_rule(fp, indent, result, total_cost, rule, operands_chained_from, status);
377 Dict operands_chained_from(cmpstr, hashstr, Form::arena);
432 gen_dfa_state_body(fp, minimize, status, operands_chained_from,
311 chain_rule(FILE *fp, const char *indent, const char *operand, const Expr *icost, const char *irule, Dict &operands_chained_from, ProductionState &status) argument
593 gen_dfa_state_body(FILE* fp, Dict &minimize, ProductionState &status, Dict &operands_chained_from, int i) argument
[all...]

Completed in 33 milliseconds