Lines Matching refs:_globalNames

1170       uint num_edges = oper->num_edges(_globalNames);
1181 declareConstStorage(fp,_globalNames,oper);
1211 Form::DataType constant_type = oper->simple_type(_globalNames);
1212 defineConstructor(fp, oper->_ident, oper->num_consts(_globalNames),
1214 constant_type, _globalNames);
1224 if( oper->has_conI(_globalNames) ||
1225 oper->has_conL(_globalNames) )
1245 oper->_matrule->base_operand(position,_globalNames,opret,opname,optype);
1249 Form::DataType data_type = oper->is_base_constant(_globalNames);
1287 if ( oper->_matrule && oper->_matrule->is_base_register(_globalNames) ) {
1309 define_oper_interface(fp, *oper, _globalNames, "base", base);
1313 define_oper_interface(fp, *oper, _globalNames, "index", index);
1317 define_oper_interface(fp, *oper, _globalNames, "scale", scale);
1321 define_oper_interface(fp, *oper, _globalNames, "disp", disp);
1322 oper->disp_is_oop(fp, _globalNames);
1324 if( oper->stack_slots_only(_globalNames) ) {
1328 define_oper_interface(fp, *oper, _globalNames, "constant_disp", disp);
1336 define_oper_interface(fp, *oper, _globalNames, "equal", equal);
1340 define_oper_interface(fp, *oper, _globalNames, "not_equal", not_equal);
1344 define_oper_interface(fp, *oper, _globalNames, "less", less);
1348 define_oper_interface(fp, *oper, _globalNames, "greater_equal", greater_equal);
1352 define_oper_interface(fp, *oper, _globalNames, "less_equal", less_equal);
1356 define_oper_interface(fp, *oper, _globalNames, "greater", greater);
1361 assert( oper->num_consts(_globalNames) == 1,
1363 if (!strcmp(oper->ideal_type(_globalNames), "ConI")) {
1369 else if (!strcmp(oper->ideal_type(_globalNames), "ConP")) {
1379 else if (!strcmp(oper->ideal_type(_globalNames), "ConN")) {
1389 else if (!strcmp(oper->ideal_type(_globalNames), "ConL")) {
1399 else if (!strcmp(oper->ideal_type(_globalNames), "ConF")) {
1407 else if (!strcmp(oper->ideal_type(_globalNames), "ConD")) {
1442 gen_oper_format(fp, _globalNames, *oper);
1452 uint num_consts = oper->num_consts(_globalNames);
1459 const char *type = oper->ideal_type(_globalNames);
1473 type = comp->base_type(_globalNames);
1508 instr->_ident, instr->mach_base_class(_globalNames) );
1593 if ( strcmp("Node", instr->ideal_Opcode(_globalNames)) != 0 ||
1594 strcmp("MachNode", instr->mach_base_class(_globalNames)) != 0 ) {
1596 instr->ideal_Opcode(_globalNames) );
1607 Form *form = (Form*)_globalNames[comp->_type];
1625 uint matching_input = instr->two_address(_globalNames);
1646 if ( instr->reloc(_globalNames) != 0 ) {
1658 if ( instr->oper_input_base(_globalNames) != 1 ||
1659 strcmp("MachNode", instr->mach_base_class(_globalNames)) != 0 ) {
1661 instr->oper_input_base(_globalNames));
1690 data_type = instr->is_chain_of_constant(_globalNames, opType, result);
1733 if ( instr->needs_anti_dependence_check(_globalNames) ) {
1772 if (instr->is_pinned(_globalNames)) {
1774 if (instr->is_parm(_globalNames)) {
1781 if (instr->is_projection(_globalNames)) {
1785 || instr->is_chain_of_constant(_globalNames) ) {
1788 if ( instr->rematerialize(_globalNames, get_registers()) ) {
1923 int memory_operand = instr->memory_operand(_globalNames);
1925 if ( instr->is_wide_memory_kill(_globalNames) ) {
1938 gen_inst_format(fp, _globalNames,*instr);
2066 OutputMachOperands output_mach_operands(fp_hpp, fp_hpp, _globalNames, *this);
2134 OutputMachOpcodes output_mach_opcodes(fp_hpp, fp_hpp, _globalNames, *this);