Lines Matching defs:ps

105 #define PS_MIN_CYCLE(ps) (((partial_schedule_ptr)(ps))->min_cycle)  argument
108 #define PS_MAX_CYCLE(ps) (((partial_schedule_ptr)(ps))->max_cycle) argument
118 #define PS_STAGE_COUNT(ps) (((partial_schedule_ptr)(ps))->stage_count) argument
294 ps_reg_move (partial_schedule_ptr ps, int id) in ps_reg_move()
303 ps_rtl_insn (partial_schedule_ptr ps, int id) in ps_rtl_insn()
317 ps_first_note (partial_schedule_ptr ps, int id) in ps_first_note()
326 ps_num_consecutive_stages (partial_schedule_ptr ps, int id) in ps_num_consecutive_stages()
457 extend_node_sched_params (partial_schedule_ptr ps) in extend_node_sched_params()
494 print_node_sched_params (FILE *file, int num_nodes, partial_schedule_ptr ps) in print_node_sched_params()
514 set_columns_for_row (partial_schedule_ptr ps, int row) in set_columns_for_row()
526 set_columns_for_ps (partial_schedule_ptr ps) in set_columns_for_ps()
551 schedule_reg_move (partial_schedule_ptr ps, int i_reg_move, in schedule_reg_move()
680 schedule_reg_moves (partial_schedule_ptr ps) in schedule_reg_moves()
822 apply_reg_moves (partial_schedule_ptr ps) in apply_reg_moves()
844 reset_sched_times (partial_schedule_ptr ps, int amount) in reset_sched_times()
882 permute_partial_schedule (partial_schedule_ptr ps, rtx_insn *last) in permute_partial_schedule()
937 optimize_sc (partial_schedule_ptr ps, ddg_ptr g) in optimize_sc()
1096 duplicate_insns_of_cycles (partial_schedule_ptr ps, int from_stage, in duplicate_insns_of_cycles()
1135 generate_prolog_epilog (partial_schedule_ptr ps, class loop *loop, in generate_prolog_epilog()
1352 partial_schedule_ptr ps; in sms_schedule() local
1864 get_sched_window (partial_schedule_ptr ps, ddg_node_ptr u_node, in get_sched_window()
2115 try_scheduling_node_in_cycle (partial_schedule_ptr ps, in try_scheduling_node_in_cycle()
2158 partial_schedule_ptr ps = create_partial_schedule (ii, g, in sms_schedule_by_order() local
2271 ps_insert_empty_row (partial_schedule_ptr ps, int split_row, in ps_insert_empty_row()
2413 verify_partial_schedule (partial_schedule_ptr ps, sbitmap sched_nodes) in verify_partial_schedule()
2829 partial_schedule_ptr ps = XNEW (struct partial_schedule); in create_partial_schedule() local
2845 free_ps_insns (partial_schedule_ptr ps) in free_ps_insns()
2865 free_partial_schedule (partial_schedule_ptr ps) in free_partial_schedule()
2887 reset_partial_schedule (partial_schedule_ptr ps, int new_ii) in reset_partial_schedule()
2907 print_partial_schedule (partial_schedule_ptr ps, FILE *dump) in print_partial_schedule()
2947 remove_node_from_ps (partial_schedule_ptr ps, ps_insn_ptr ps_i) in remove_node_from_ps()
2980 ps_insn_find_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_find_column()
3070 ps_insn_advance_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_advance_column()
3117 add_node_to_ps (partial_schedule_ptr ps, int id, int cycle, in add_node_to_ps()
3161 ps_has_conflicts (partial_schedule_ptr ps, int from, int to) in ps_has_conflicts()
3212 ps_add_node_check_conflicts (partial_schedule_ptr ps, int n, in ps_add_node_check_conflicts()
3266 calculate_stage_count (partial_schedule_ptr ps, int rotation_amount) in calculate_stage_count()
3282 rotate_partial_schedule (partial_schedule_ptr ps, int start_cycle) in rotate_partial_schedule()