Lines Matching refs:_matrule
1545 int has_memory_edge = node->_matrule->needs_ideal_memory_edge(_globalNames);
1645 if (prev_pos > exp_pos && expand_instruction->_matrule != NULL) {
1766 if( !node->expands() && node->_matrule != NULL ) {
2044 if (op->_matrule && op->_matrule->is_base_constant(_AD.globalNames())) {
2793 if (op->_matrule && op->_matrule->is_base_constant(globals)) {
2807 if ( (op->_matrule && op->_matrule->is_base_register(globals)) ) {
2823 if (op->_matrule && op->_matrule->is_base_constant(globals)) {
2866 if ( (op->_matrule && op->_matrule->is_base_register(globals)) ) {
2881 } else if (op->_matrule && op->_matrule->is_base_constant(globals)) {
3062 instr->_matrule != NULL &&
3251 const char *reduce = (oper._matrule ? oper.reduce_result() : NULL);
3258 const char *reduce = (inst._matrule ? inst.reduce_result() : NULL);
3691 path_to_constant(fp, globalNames, op._matrule, i);
3694 path_to_constant(fp, globalNames, op._matrule, i);
3805 const char *opName = inst->_matrule->_rChild->_opType;
3813 path_to_constant(fp_cpp, _globalNames, op->_matrule, i);
3816 path_to_constant(fp_cpp, _globalNames, op->_matrule, i);
3973 if ( inst->_matrule == NULL ) continue;
4143 if ( oper->_matrule != NULL ) {
4144 MatchRule &mrule = *oper->_matrule;
4172 if ( instr->_matrule == NULL ) continue;
4174 MatchRule &mrule = *instr->_matrule;
4191 if ( instr2->_matrule != NULL
4195 MatchRule &mrule2 = *instr2->_matrule;
4233 if (instr->_matrule != NULL &&