Lines Matching refs:_ident

458   fprintf(fp,"void %sOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {\n", oper._ident);
482 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
502 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
513 if ( strcmp(oper._ident,"Universe")==0 ) {
525 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
553 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
574 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
585 if ( strcmp(oper._ident,"Universe")==0 ) {
610 fprintf(fp, "void %sNode::format(PhaseRegAlloc *ra, outputStream *st) const {\n", inst._ident);
641 assert( strcmp(opc->_ident,"label")==0, "Unimplemented");
1184 if ( strcmp(oper->_ident,"label") == 0 ) continue;
1186 if ( strcmp(oper->_ident,"method") == 0 ) continue;
1190 fprintf(fp,"class %sOper : public MachOper { \n",oper->_ident);
1238 defineConstructor(fp, oper->_ident, oper->num_consts(_globalNames),
1261 machOperEnum(oper->_ident));
1315 } else if ( oper->ideal_to_sReg_type(oper->_ident) != Form::none ) {
1467 oper->_ident);
1526 oper->_ident);
1552 instr->_ident, instr->mach_base_class(_globalNames) );
1564 if (strncmp(att->_ident, "ins_field_", 10) == 0) {
1565 const char *field_name = att->_ident+10;
1592 instr->_ident);
1618 if (strcmp (attr->_ident, "ins_is_TrapBasedCheckNode") == 0) {
1620 } else if (strcmp (attr->_ident, "ins_cost") != 0 &&
1621 strncmp(attr->_ident, "ins_field_", 10) != 0 &&
1623 strcmp (attr->_ident, "ins_is_TrapBasedCheckNode") != 0 &&
1624 strcmp (attr->_ident, "ins_short_branch") != 0) {
1625 fprintf(fp, " virtual int %s() const { return %s; }\n", attr->_ident, attr->_val);
1627 if (strcmp(attr->_ident, "ins_avoid_back_to_back") == 0) {
1748 fprintf(fp," %sNode() : _index2label(MinJumpTableSize*2) { ", instr->_ident);
1750 fprintf(fp," %sNode() { ", instr->_ident);
1839 fprintf(fp, " return sizeof(%sNode);", instr->_ident);
1869 fprintf(fp," // Rematerialize %s\n", instr->_ident);
2023 instr->_ident);
2125 const char* opc_ident_to_upper = _AD.machOperEnum(opc._ident);
2130 const char* oper_ident_to_upper = _AD.machOperEnum(oper._ident);
2183 void map(OpClassForm &opc) { fprintf(_cpp, " %s_rule", opc._ident ); }
2184 void map(OperandForm &oper) { fprintf(_cpp, " %s_rule", oper._ident ); }
2187 void map(InstructForm &inst) {fprintf(_cpp, " %s_rule", inst._ident ); }