Lines Matching refs:_ident

31   : _ident(id), _ideal_only(ideal_only),
63 : _ident(id), _ideal_only(false),
278 if (_ident != NULL &&
279 ( ! strcmp( _ident,"tlsLoadP") ||
280 ! strncmp(_ident,"tlsLoadP_",9)) ) {
290 (_ident == NULL ? "NULL" : _ident));
384 return _ident && _ident[0] == 'N' && _ident[1] == 'o' && _ident[2] == 'p' && _ident[3] == '_';
783 if( strcmp(cur->_ident,AttributeForm::_ins_cost) == 0 ) {
923 _ident, kill->_ident, kill_name);
932 _components.insert(name, opForm->_ident, e->_use_def, false);
940 _ident, opForm->_ident, name);
947 // _ident, opForm->_ident, name);
949 _components.insert(name, opForm->_ident, Component::INVALID, false);
963 _ident, opForm->_ident, name);
966 _components.insert(name, opForm->_ident, e->_use_def, false);
981 globalAD->syntax_err(_linenum, "%s: TEMPs without match rule isn't supported\n", _ident);
1192 fprintf(stderr, "Instruction %s cisc-spills-to %s\n", _ident, instr->_ident);
1251 globalAD->syntax_err(short_branch->_linenum, "Instruction %s and its short form %s have different parameters\n", _ident, short_branch->_ident);
1254 fprintf(stderr, "Instruction %s has short form %s\n", _ident, short_branch->_ident);
1286 rep_var, _ident);
1295 rep_var, _ident);
1296 assert(strcmp(opc->_ident, "label") == 0, "Unimplemented");
1308 globalAD->syntax_err(_linenum, "In %s can't find format for %s %s", _ident, opc->_ident, rep_var);
1442 fprintf(fp,"\nInstruction: %s\n", (_ident?_ident:""));
1464 fprintf(fp,"\nMachNode: %s\n", (_ident?_ident:""));
1918 : _ident(id) {
1930 OpClassForm::OpClassForm(const char* id) : _ident(id) {
1988 fprintf(fp,"\nOperand Class: %s\n", (_ident?_ident:""));
2053 if( strcmp(cur->_ident,AttributeForm::_op_cost) == 0 ) {
2144 if( _ident != NULL ) {
2145 if( strcmp(_ident,"stackSlotI") == 0 ) data_type = Form::idealI;
2146 else if( strcmp(_ident,"stackSlotP") == 0 ) data_type = Form::idealP;
2147 else if( strcmp(_ident,"stackSlotD") == 0 ) data_type = Form::idealD;
2148 else if( strcmp(_ident,"stackSlotF") == 0 ) data_type = Form::idealF;
2149 else if( strcmp(_ident,"stackSlotL") == 0 ) data_type = Form::idealL;
2160 if (ideal_only()) type = _ident;
2316 _components.insert(name, opForm->_ident, Component::INVALID, false);
2338 if( strcmp(comp->_name,this->_ident) == 0 ) continue;
2377 if( strcmp(comp->_name,this->_ident) == 0 ) continue;
2396 return _ident;
2456 } else if (ideal_to_sReg_type(_ident) != Form::none) {
2463 fprintf(fp," st->print(\"No format defined for %s\n\");\n", _ident);
2465 fprintf(stderr,"No format defined for %s\n", _ident);
2485 } else if (ideal_to_sReg_type(_ident) != Form::none) {
2494 fprintf(fp," st->print(\"No format defined for %s\n\");\n", _ident);
2599 fprintf(fp,"\nOperand: %s\n", (_ident?_ident:""));
2864 if (op->ideal_only()) return op->_ident;
2997 if (fm && fm->is_instruction()) fprintf(stderr, "in form '%s'", fm->is_instruction()->_ident);
2998 if (fm && fm->is_operand()) fprintf(stderr, "in form '%s'", fm->is_operand()->_ident);
3003 if (fm && fm->is_instruction()) fprintf(stderr, "in form '%s'", fm->is_instruction()->_ident);
3004 if (fm && fm->is_operand()) fprintf(stderr, "in form '%s'", fm->is_operand()->_ident);
4175 : _ident(id), _val(val), _atype(type) {
4185 _ident, _val ? _val : "");
4196 fprintf(fp,"Attribute: %s %s\n", (_ident?_ident:""), (_val?_val:""));