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

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1076 static void check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) { argument
1082 pmatch->reset();
1083 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1085 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1087 if( ! pmatch->is_placeholder() ) {
1114 static void build_instruction_index_mapping( FILE *fp, FormDict &globals, PeepMatch *pmatch ) {
1120 pmatch->reset();
1121 for( pmatch->next_instruction( parent, inst_position, inst_name, input );
1123 pmatch->next_instruction( parent, inst_position, inst_name, input ) ) {
1125 if( ! pmatch
1140 check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) argument
1332 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument
1430 PeepMatch *pmatch = peep->match(); local
1448 PeepMatch *pmatch = peep->match(); local
[all...]

Completed in 41 milliseconds