Lines Matching defs:target_ira_int
777 struct target_ira_int { struct
785 size_t x_max_struct_costs_size;
789 struct costs *x_init_cost;
792 struct costs *x_temp_costs;
795 struct costs *x_op_costs[MAX_RECOG_OPERANDS];
796 struct costs *x_this_op_costs[MAX_RECOG_OPERANDS];
800 HARD_REG_SET x_no_unit_alloc_regs;
809 move_table *x_ira_register_move_cost[MAX_MACHINE_MODE];
813 move_table *x_ira_may_move_in_cost[MAX_MACHINE_MODE];
817 move_table *x_ira_may_move_out_cost[MAX_MACHINE_MODE];
820 int x_last_mode_for_init_move_cost;
824 short int x_ira_max_memory_move_cost[MAX_MACHINE_MODE][N_REG_CLASSES][2];
828 bool x_ira_reg_allocno_class_p[N_REG_CLASSES];
831 bool x_ira_reg_pressure_class_p[N_REG_CLASSES];
836 short x_ira_non_ordered_class_hard_regs[N_REG_CLASSES][FIRST_PSEUDO_REGISTER];
842 short x_ira_class_hard_reg_index[N_REG_CLASSES][FIRST_PSEUDO_REGISTER];
856 HARD_REG_SET x_ira_useful_class_mode_regs[N_REG_CLASSES][NUM_MACHINE_MODES];
859 int x_ira_important_classes_num;
863 enum reg_class x_ira_important_classes[N_REG_CLASSES];
868 int x_ira_important_class_nums[N_REG_CLASSES];
871 bool x_ira_uniform_class_p[N_REG_CLASSES];
878 enum reg_class x_ira_reg_class_intersect[N_REG_CLASSES][N_REG_CLASSES];
884 enum reg_class x_ira_reg_class_super_classes[N_REG_CLASSES][N_REG_CLASSES];
910 extern struct target_ira_int default_target_ira_int; argument