Lines Matching refs:_ident

434   fprintf(fp,"void %sOper::int_format(PhaseRegAlloc *ra, const MachNode *node, outputStream *st) const {\n", oper._ident);
458 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
478 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
489 if ( strcmp(oper._ident,"Universe")==0 ) {
501 fprintf(fp,"void %sOper::ext_format(PhaseRegAlloc *ra, const MachNode *node, int idx, outputStream *st) const {\n", oper._ident);
529 "\'%s\' not found in format for %s\n", rep_var, oper._ident);
550 assert( strcmp(op->_ident,"label")==0, "Unimplemented");
561 if ( strcmp(oper._ident,"Universe")==0 ) {
586 fprintf(fp, "void %sNode::format(PhaseRegAlloc *ra, outputStream *st) const {\n", inst._ident);
617 assert( strcmp(opc->_ident,"label")==0, "Unimplemented");
1160 if ( strcmp(oper->_ident,"label") == 0 ) continue;
1162 if ( strcmp(oper->_ident,"method") == 0 ) continue;
1166 fprintf(fp,"class %sOper : public MachOper { \n",oper->_ident);
1212 defineConstructor(fp, oper->_ident, oper->num_consts(_globalNames),
1235 machOperEnum(oper->_ident));
1289 } else if ( oper->ideal_to_sReg_type(oper->_ident) != Form::none ) {
1423 oper->_ident);
1482 oper->_ident);
1508 instr->_ident, instr->mach_base_class(_globalNames) );
1535 instr->_ident);
1561 if (strcmp(attr->_ident,"ins_cost") &&
1562 strcmp(attr->_ident,"ins_short_branch")) {
1564 attr->_ident, attr->_val);
1567 if (!strcmp(attr->_ident,"ins_avoid_back_to_back") && attr->int_val(*this) != 0)
1669 fprintf(fp," %sNode() : _index2label(MinJumpTableSize*2) { ", instr->_ident);
1671 fprintf(fp," %sNode() { ", instr->_ident);
1760 fprintf(fp, " return sizeof(%sNode);", instr->_ident);
1789 fprintf(fp," // Rematerialize %s\n", instr->_ident);
1942 instr->_ident);
2044 const char* opc_ident_to_upper = _AD.machOperEnum(opc._ident);
2049 const char* oper_ident_to_upper = _AD.machOperEnum(oper._ident);
2102 void map(OpClassForm &opc) { fprintf(_cpp, " %s_rule", opc._ident ); }
2103 void map(OperandForm &oper) { fprintf(_cpp, " %s_rule", oper._ident ); }
2106 void map(InstructForm &inst) {fprintf(_cpp, " %s_rule", inst._ident ); }