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
296 ps_reg_move (partial_schedule_ptr ps, int id) in ps_reg_move()
305 ps_rtl_insn (partial_schedule_ptr ps, int id) in ps_rtl_insn()
319 ps_first_note (partial_schedule_ptr ps, int id) in ps_first_note()
328 ps_num_consecutive_stages (partial_schedule_ptr ps, int id) in ps_num_consecutive_stages()
449 extend_node_sched_params (partial_schedule_ptr ps) in extend_node_sched_params()
486 print_node_sched_params (FILE *file, int num_nodes, partial_schedule_ptr ps) in print_node_sched_params()
506 set_columns_for_row (partial_schedule_ptr ps, int row) in set_columns_for_row()
518 set_columns_for_ps (partial_schedule_ptr ps) in set_columns_for_ps()
543 schedule_reg_move (partial_schedule_ptr ps, int i_reg_move, in schedule_reg_move()
672 schedule_reg_moves (partial_schedule_ptr ps) in schedule_reg_moves()
814 apply_reg_moves (partial_schedule_ptr ps) in apply_reg_moves()
836 reset_sched_times (partial_schedule_ptr ps, int amount) in reset_sched_times()
874 permute_partial_schedule (partial_schedule_ptr ps, rtx_insn *last) in permute_partial_schedule()
929 optimize_sc (partial_schedule_ptr ps, ddg_ptr g) in optimize_sc()
1088 duplicate_insns_of_cycles (partial_schedule_ptr ps, int from_stage, in duplicate_insns_of_cycles()
1127 generate_prolog_epilog (partial_schedule_ptr ps, struct loop *loop, in generate_prolog_epilog()
1347 partial_schedule_ptr ps; in sms_schedule() local
1857 get_sched_window (partial_schedule_ptr ps, ddg_node_ptr u_node, in get_sched_window()
2108 try_scheduling_node_in_cycle (partial_schedule_ptr ps, in try_scheduling_node_in_cycle()
2147 partial_schedule_ptr ps = create_partial_schedule (ii, g, DFA_HISTORY); in sms_schedule_by_order() local
2263 ps_insert_empty_row (partial_schedule_ptr ps, int split_row, in ps_insert_empty_row()
2405 verify_partial_schedule (partial_schedule_ptr ps, sbitmap sched_nodes) in verify_partial_schedule()
2821 partial_schedule_ptr ps = XNEW (struct partial_schedule); in create_partial_schedule() local
2837 free_ps_insns (partial_schedule_ptr ps) in free_ps_insns()
2857 free_partial_schedule (partial_schedule_ptr ps) in free_partial_schedule()
2879 reset_partial_schedule (partial_schedule_ptr ps, int new_ii) in reset_partial_schedule()
2899 print_partial_schedule (partial_schedule_ptr ps, FILE *dump) in print_partial_schedule()
2939 remove_node_from_ps (partial_schedule_ptr ps, ps_insn_ptr ps_i) in remove_node_from_ps()
2972 ps_insn_find_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_find_column()
3064 ps_insn_advance_column (partial_schedule_ptr ps, ps_insn_ptr ps_i, in ps_insn_advance_column()
3111 add_node_to_ps (partial_schedule_ptr ps, int id, int cycle, in add_node_to_ps()
3155 ps_has_conflicts (partial_schedule_ptr ps, int from, int to) in ps_has_conflicts()
3209 ps_add_node_check_conflicts (partial_schedule_ptr ps, int n, in ps_add_node_check_conflicts()
3254 calculate_stage_count (partial_schedule_ptr ps, int rotation_amount) in calculate_stage_count()
3270 rotate_partial_schedule (partial_schedule_ptr ps, int start_cycle) in rotate_partial_schedule()