Home
last modified time | relevance | path

Searched refs:pred_ops (Results 1 – 5 of 5) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64.c14455 unsigned int pred_ops = 0; member
14670 costs->sve_ops.pred_ops += num_masks * issue_info->sve->while_pred_ops; in aarch64_analyze_loop_vinfo()
15480 costs->sve_ops.pred_ops += base * num_copies; in aarch64_count_ops()
15506 costs->sve_ops.pred_ops in aarch64_count_ops()
15659 " predicate operations = %d\n", pred_ops); in dump()
15721 + costs->sve_ops.pred_ops + 1, 5 }; in aarch64_adjust_body_cost_sve()
15730 = { costs->sve_ops.pred_ops, issue_info->sve->pred_ops_per_cycle }; in aarch64_adjust_body_cost_sve()
15742 if (costs->sve_ops.pred_ops) in aarch64_adjust_body_cost_sve()
15746 if (costs->sve_ops.pred_ops || sve_rename_cycles_per_iter) in aarch64_adjust_body_cost_sve()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64.c14751 unsigned int pred_ops = 0; variable
14831 return { general_ops + loads + pred_ops + 1, 5 }; in rename_cycles_per_iter()
14857 return { pred_ops, issue_info->pred_ops_per_cycle }; in min_pred_cycles_per_iter()
14882 " predicate operations = %d\n", pred_ops); in dump()
15120 ops.pred_ops += num_masks * issue->while_pred_ops; in analyze_loop_vinfo()
15701 ops->pred_ops += base * count; in count_ops()
15727 ops->pred_ops += sve_issue->gather_scatter_pair_pred_ops * pairs; in count_ops()
16119 if (a.pred_ops == 0 in better_main_loop_than_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c14317 unsigned int pred_ops = 0; member
14532 costs->sve_ops.pred_ops += num_masks * issue_info->sve->while_pred_ops; in aarch64_analyze_loop_vinfo()
15300 costs->sve_ops.pred_ops += base * num_copies; in aarch64_count_ops()
15326 costs->sve_ops.pred_ops in aarch64_count_ops()
15469 " predicate operations = %d\n", pred_ops); in dump()
15589 = CEIL (costs->sve_ops.pred_ops, issue_info->sve->pred_ops_per_cycle); in aarch64_adjust_body_cost()
15598 if (costs->sve_ops.pred_ops) in aarch64_adjust_body_cost()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64.c14317 unsigned int pred_ops = 0;
14532 costs->sve_ops.pred_ops += num_masks * issue_info->sve->while_pred_ops;
15300 costs->sve_ops.pred_ops += base * num_copies;
15326 costs->sve_ops.pred_ops
15469 " predicate operations = %d\n", pred_ops);
15589 = CEIL (costs->sve_ops.pred_ops, issue_info->sve->pred_ops_per_cycle);
15598 if (costs->sve_ops.pred_ops)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A DChangeLog2689 (aarch64_vector_costs::analyze_loop_vinfo): Update the pred_ops