Lines Matching defs:idx

425     fprintf(fp,"  virtual void           ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const;\n");
430 int idx = 0; // position of operand in match rule
464 idx = oper.register_position( globals, rep_var);
467 idx = oper.constant_position( globals, rep_var);
469 idx = 0;
473 if ( op != NULL ) op->int_format(fp, globals, idx);
475 if ( idx == -1 ) {
501 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
535 idx = oper.register_position( globals, rep_var);
538 idx = oper.constant_position( globals, rep_var);
540 idx = 0;
543 if ( op != NULL ) op->ext_format(fp, globals, idx);
546 idx = oper._components.operand_position_format(rep_var, &oper);
547 if ( idx == -1 ) {
615 int idx = inst.operand_position_format(rep_var);
616 if ( idx == -1 ) {
621 if (inst.is_noninput_operand(idx)) {
625 fprintf(fp,"opnd_array(%d)",idx);
1295 fprintf(fp," virtual int reg(PhaseRegAlloc *ra_, const Node *node, int idx) const {\n");
1296 fprintf(fp," return (int)OptoReg::reg2stack(ra_->get_reg_first(node->in(idx)));/* sReg */\n");
1603 int idx = 0;
1613 idx = instr->operand_position(comp->_name, comp->_usedef);
1614 assert( idx != NameList::Not_in_list, "Did not find component in list that contained it.");
1618 fprintf(fp," opnd_array(%d)->negate();\n", idx);
2108 void record_position(OutputMap::position place, int idx ) {
2111 begin_inst_chain_rule = idx;
2114 end_inst_chain_rule = idx;
2117 begin_rematerialize = idx;
2120 end_rematerialize = idx;
2123 end_instructions = idx;