Lines Matching defs:ps
109 #define PS_MIN_CYCLE(ps) (((partial_schedule_ptr)(ps))->min_cycle) argument
112 #define PS_MAX_CYCLE(ps) (((partial_schedule_ptr)(ps))->max_cycle) argument
122 #define PS_STAGE_COUNT(ps) (((partial_schedule_ptr)(ps))->stage_count) argument
308 ps_reg_move (partial_schedule_ptr ps, int id) in ps_reg_move()
317 ps_rtl_insn (partial_schedule_ptr ps, int id) in ps_rtl_insn()
331 ps_first_note (partial_schedule_ptr ps, int id) in ps_first_note()
340 ps_num_consecutive_stages (partial_schedule_ptr ps, int id) in ps_num_consecutive_stages()
462 extend_node_sched_params (partial_schedule_ptr ps) in extend_node_sched_params()
500 print_node_sched_params (FILE *file, int num_nodes, partial_schedule_ptr ps) in print_node_sched_params()
520 set_columns_for_row (partial_schedule_ptr ps, int row) in set_columns_for_row()
532 set_columns_for_ps (partial_schedule_ptr ps) in set_columns_for_ps()
557 schedule_reg_move (partial_schedule_ptr ps, int i_reg_move, in schedule_reg_move()
686 schedule_reg_moves (partial_schedule_ptr ps) in schedule_reg_moves()
825 apply_reg_moves (partial_schedule_ptr ps) in apply_reg_moves()
847 reset_sched_times (partial_schedule_ptr ps, int amount) in reset_sched_times()
885 permute_partial_schedule (partial_schedule_ptr ps, rtx last) in permute_partial_schedule()
940 optimize_sc (partial_schedule_ptr ps, ddg_ptr g) in optimize_sc()
1105 duplicate_insns_of_cycles (partial_schedule_ptr ps, int from_stage, in duplicate_insns_of_cycles()
1144 generate_prolog_epilog (partial_schedule_ptr ps, struct loop *loop, in generate_prolog_epilog()
1365 partial_schedule_ptr ps; in sms_schedule() local
1869 get_sched_window (partial_schedule_ptr ps, ddg_node_ptr u_node, in get_sched_window()
2124 try_scheduling_node_in_cycle (partial_schedule_ptr ps, in try_scheduling_node_in_cycle()
2163 partial_schedule_ptr ps = create_partial_schedule (ii, g, DFA_HISTORY); in sms_schedule_by_order() local
2284 ps_insert_empty_row (partial_schedule_ptr ps, int split_row, in ps_insert_empty_row()
2426 verify_partial_schedule (partial_schedule_ptr ps, sbitmap sched_nodes) in verify_partial_schedule()
2852 partial_schedule_ptr ps = XNEW (struct partial_schedule); in create_partial_schedule() local
2868 free_ps_insns (partial_schedule_ptr ps) in free_ps_insns()
2888 free_partial_schedule (partial_schedule_ptr ps) in free_partial_schedule()
2910 reset_partial_schedule (partial_schedule_ptr ps, int new_ii) in reset_partial_schedule()
2930 print_partial_schedule (partial_schedule_ptr ps, FILE *dump) in print_partial_schedule()
2970 remove_node_from_ps (partial_schedule_ptr ps, ps_insn_ptr ps_i) in remove_node_from_ps()
3003 ps_insn_find_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_find_column()
3095 ps_insn_advance_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_advance_column()
3142 add_node_to_ps (partial_schedule_ptr ps, int id, int cycle, in add_node_to_ps()
3186 ps_has_conflicts (partial_schedule_ptr ps, int from, int to) in ps_has_conflicts()
3240 ps_add_node_check_conflicts (partial_schedule_ptr ps, int n, in ps_add_node_check_conflicts()
3285 calculate_stage_count (partial_schedule_ptr ps, int rotation_amount) in calculate_stage_count()
3301 rotate_partial_schedule (partial_schedule_ptr ps, int start_cycle) in rotate_partial_schedule()