Searched defs:pconstraint (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | output_c.cpp | 1076 static void check_peepmatch_instruction_sequence(FILE *fp, PeepMatch *pmatch, PeepConstraint *pconstraint) { argument 1107 assert( ! pconstraint->constrains_instruction(inst_position), 1140 static void check_peepconstraints(FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint) { argument 1148 if( pconstraint != NULL ) { 1151 while( pconstraint != NULL ) { 1157 if( strcmp(pconstraint->_relation,"==") != 0 ) { 1162 int left_index = pconstraint->_left_inst; 1163 const char *left_op = pconstraint->_left_op; 1185 int right_index = pconstraint->_right_inst; 1186 const char *right_op = pconstraint 1332 generate_peepreplace( FILE *fp, FormDict &globals, PeepMatch *pmatch, PeepConstraint *pconstraint, PeepReplace *preplace, int max_position ) argument 1449 PeepConstraint *pconstraint = peep->constraints(); local [all...] |
Completed in 43 milliseconds