H A D | nir_loop_analyze.c | 719 get_iteration(nir_op cond_op, nir_const_value initial, nir_const_value step, in get_iteration() argument 725 switch (cond_op) { in get_iteration() 767 nir_op cond_op, unsigned bit_size, in will_break_on_first_iteration() 797 nir_eval_const_opcode(cond_op, &result, 1, bit_size, src, execution_mode); in will_break_on_first_iteration() 804 nir_const_value limit, nir_op cond_op, unsigned bit_size, in test_iterations() 809 assert(nir_op_infos[cond_op].num_inputs == 2); in test_iterations() 846 nir_eval_const_opcode(cond_op, &result, 1, bit_size, src, execution_mode); in test_iterations() 764 will_break_on_first_iteration(nir_const_value step, nir_alu_type induction_base_type, unsigned trip_offset, nir_op cond_op, unsigned bit_size, nir_const_value initial, nir_const_value limit, bool limit_rhs, bool invert_cond, unsigned execution_mode) will_break_on_first_iteration() argument 803 test_iterations(int32_t iter_int, nir_const_value step, nir_const_value limit, nir_op cond_op, unsigned bit_size, nir_alu_type induction_base_type, nir_const_value initial, bool limit_rhs, bool invert_cond, unsigned execution_mode) test_iterations() argument
|