Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c403 nir_const_value *initial, bool limit_rhs, bool invert_cond) in test_iterations() argument
439 src[limit_rhs ? 0 : 1] = add_result; in test_iterations()
440 src[limit_rhs ? 1 : 0] = *limit; in test_iterations()
451 nir_alu_instr *cond_alu, bool limit_rhs, bool invert_cond) in calculate_iterations() argument
518 limit_rhs, invert_cond)) { in calculate_iterations()
554 bool limit_rhs = true; in find_trip_count() local
570 limit_rhs = false; in find_trip_count()
603 limit_rhs, in find_trip_count()