Lines Matching defs:target_ira_int

741 struct target_ira_int {  struct
744 int x_max_struct_costs_size;
748 struct costs *x_init_cost;
751 struct costs *x_temp_costs;
754 struct costs *x_op_costs[MAX_RECOG_OPERANDS];
755 struct costs *x_this_op_costs[MAX_RECOG_OPERANDS];
759 HARD_REG_SET x_no_unit_alloc_regs;
769 move_table *x_ira_register_move_cost[MAX_MACHINE_MODE];
774 short int x_ira_max_memory_move_cost[MAX_MACHINE_MODE][N_REG_CLASSES][2];
775 move_table *x_ira_max_register_move_cost[MAX_MACHINE_MODE];
782 move_table *x_ira_may_move_in_cost[MAX_MACHINE_MODE];
789 move_table *x_ira_may_move_out_cost[MAX_MACHINE_MODE];
793 move_table *x_ira_max_may_move_in_cost[MAX_MACHINE_MODE];
794 move_table *x_ira_max_may_move_out_cost[MAX_MACHINE_MODE];
798 bool x_ira_reg_allocno_class_p[N_REG_CLASSES];
801 bool x_ira_reg_pressure_class_p[N_REG_CLASSES];
806 int x_ira_class_subset_p[N_REG_CLASSES][N_REG_CLASSES];
811 short x_ira_non_ordered_class_hard_regs[N_REG_CLASSES][FIRST_PSEUDO_REGISTER];
817 short x_ira_class_hard_reg_index[N_REG_CLASSES][FIRST_PSEUDO_REGISTER];
822 HARD_REG_SET x_ira_prohibited_class_mode_regs[N_REG_CLASSES][NUM_MACHINE_MODES];
825 int x_ira_important_classes_num;
829 enum reg_class x_ira_important_classes[N_REG_CLASSES];
834 int x_ira_important_class_nums[N_REG_CLASSES];
841 enum reg_class x_ira_reg_class_intersect[N_REG_CLASSES][N_REG_CLASSES];
846 bool x_ira_reg_classes_intersect_p[N_REG_CLASSES][N_REG_CLASSES];
852 enum reg_class x_ira_reg_class_super_classes[N_REG_CLASSES][N_REG_CLASSES];
878 extern struct target_ira_int default_target_ira_int; argument