Home
last modified time | relevance | path

Searched refs:eval_const_binop (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir_loop_analyze.c707 eval_const_binop(nir_op op, unsigned bit_size, in eval_const_binop() function
730 span = eval_const_binop(nir_op_isub, bit_size, limit, initial, in get_iteration()
732 iter = eval_const_binop(nir_op_idiv, bit_size, span, step, in get_iteration()
738 span = eval_const_binop(nir_op_isub, bit_size, limit, initial, in get_iteration()
740 iter = eval_const_binop(nir_op_udiv, bit_size, span, step, in get_iteration()
748 span = eval_const_binop(nir_op_fsub, bit_size, limit, initial, in get_iteration()
750 iter = eval_const_binop(nir_op_fdiv, bit_size, span, in get_iteration()
787 initial = eval_const_binop(add_op, bit_size, initial, step, in will_break_on_first_iteration()
834 eval_const_binop(mul_op, bit_size, iter_src, step, execution_mode); in test_iterations()
838 eval_const_binop(add_o in test_iterations()
[all...]

Completed in 2 milliseconds