Lines Matching refs:_globalNames

33     _globalNames(archDesc.globalNames()) {
132 if (_globalNames[AttributeForm::_ins_cost] == NULL) {
135 if (_globalNames[AttributeForm::_op_cost] == NULL) {
151 if( (ident = get_unique_ident(_globalNames,"instruction")) == NULL )
155 _globalNames.Insert(ident, instr); // Add name to the name table
241 const Form *form = _globalNames[ident];
280 _globalNames.Insert(ident, clone); // Add name to the name table
312 const Form *frm = _globalNames[rch];
321 if (right->base_operand(position, _globalNames, result, name, optype)) {
327 if ( ! right->base_operand( position, _globalNames, result2, name2, optype2) ) {
340 cost = ((AttributeForm*)_globalNames[AttributeForm::_ins_cost])->_attrdef;
357 cost = ((AttributeForm*)_globalNames[AttributeForm::_ins_cost])->_attrdef;
366 OperandForm *rightOp = _globalNames[right->_opType]->is_operand();
368 const Form *rightRoot = _globalNames[rightOp->_matrule->_opType];
383 cost = ((AttributeForm*)_globalNames[AttributeForm::_ins_cost])->_attrdef;
407 if( (ident = get_unique_ident(_globalNames,"operand")) == NULL )
411 _globalNames.Insert(ident, oper); // Add name to the name table
477 else if (((attr = _globalNames[ident]->is_attribute()) != NULL) &&
502 if( (ident = get_unique_ident(_globalNames,"opclass")) == NULL )
505 _globalNames.Insert(ident, opc); // Add name to the name table
525 const Form *form = _globalNames[ident];
561 if( (ident = get_unique_ident(_globalNames,"inst_attrib")) == NULL )
584 _globalNames.Insert(ident, attrib); // Add name to the name table
596 if( (ident = get_unique_ident(_globalNames,"op_attrib")) == NULL )
619 _globalNames.Insert(ident, attrib);
2465 const Form *form = _AD._globalNames[token];
2664 const Form *form = _AD._globalNames[inst];
3847 const Form *form = _globalNames[ident];
4553 const Form *form = _globalNames[ident];
4576 if( _globalNames[ident] != NULL ) {
4618 const Form *form = _globalNames[ident];