Lines Matching refs:_globalNames

1467     check_peepconstraints( fp, _globalNames, pmatch, pconstraint );
1470 generate_peepreplace( fp, _globalNames, pmatch, pconstraint, preplace, max_position );
1545 int has_memory_edge = node->_matrule->needs_ideal_memory_edge(_globalNames);
1578 Form *form = (Form*)_globalNames[new_id];
1593 if (node->captures_bottom_type(_globalNames) &&
1594 new_inst->captures_bottom_type(_globalNames)) {
1607 int memory_operand = new_inst->memory_operand(_globalNames);
1609 int node_mem_op = node->memory_operand(_globalNames);
1642 // ins = (InstructForm *) _globalNames[new_id];
1716 Form *form = (Form*)_globalNames[comp->_type];
1751 const char *ideal_type = op->ideal_type(_globalNames, _register);
2523 inst.index_temps(fp, _globalNames);
2989 defineIn_RegMask(_CPP_MISC_file._fp, _globalNames, *oper);
3008 defineIn_RegMask(_CPP_MISC_file._fp, _globalNames, *oper);
3025 defineIn_RegMask(fp, _globalNames, *oper);
3026 defineClone(_CPP_CLONE_file._fp, _globalNames, *oper);
3034 gen_oper_format(_CPP_FORMAT_file._fp, _globalNames, *oper, true);
3127 uint reloc_size = instr->reloc(_globalNames);
3155 gen_inst_format(_CPP_FORMAT_file._fp, _globalNames, *instr, true);
3165 int memory_operand = instr->memory_operand(_globalNames);
3167 if ( instr->is_wide_memory_kill(_globalNames) ) {
3446 if ( ! inst->is_simple_chain_rule(_globalNames) ) continue;
3447 if ( inst->rematerialize(_globalNames, get_registers()) ) continue;
3457 if ( ! inst->is_simple_chain_rule(_globalNames) ) continue;
3458 if ( ! inst->rematerialize(_globalNames, get_registers()) ) continue;
3471 if ( inst->is_simple_chain_rule(_globalNames) ) continue;
3472 if ( ! inst->rematerialize(_globalNames, get_registers()) ) continue;
3482 if ( inst->is_simple_chain_rule(_globalNames) ) continue;
3483 if ( inst->rematerialize(_globalNames, get_registers()) ) continue;
3595 OutputReduceOp output_reduce_op(fp_hpp, fp_cpp, _globalNames, *this);
3598 OutputLeftOp output_left_op(fp_hpp, fp_cpp, _globalNames, *this);
3601 OutputRightOp output_right_op(fp_hpp, fp_cpp, _globalNames, *this);
3604 OutputRuleName output_rule_name(fp_hpp, fp_cpp, _globalNames, *this);
3607 OutputSwallowed output_swallowed(fp_hpp, fp_cpp, _globalNames, *this);
3611 //OutputInstChainRule output_inst_chain(fp_hpp, fp_cpp, _globalNames, *this);
3728 genMachOperCase(fp_cpp, _globalNames, *this, *op);
3794 else if ( inst->is_chain_of_constant(_globalNames, opType) ) {
3801 inst->oper_input_base(_globalNames));
3808 OperandForm *op = (_globalNames[opName])->is_operand();
3810 uint num_consts = op->num_consts(_globalNames);
3813 path_to_constant(fp_cpp, _globalNames, op->_matrule, i);
3816 path_to_constant(fp_cpp, _globalNames, op->_matrule, i);
3824 if ( inst->captures_bottom_type(_globalNames) ) {
4138 const Form *form = _globalNames[_frame->_cisc_spilling_operand_name];
4149 const Form *left_op = _globalNames[left->_opType]->is_operand();
4150 const Form *right_op = _globalNames[right->_opType]->is_operand();
4152 && (left_op->interface_type(_globalNames) == Form::register_interface)
4153 && (right_op->interface_type(_globalNames) == Form::constant_interface) ) {