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

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_loop_analyze.c763 nir_alu_type induction_base_type,
773 switch (induction_base_type) {
803 nir_alu_type induction_base_type,
812 switch (induction_base_type) {
861 nir_alu_type induction_base_type = local in function:calculate_iterations
863 if (induction_base_type == nir_type_int || induction_base_type == nir_type_uint) {
868 induction_base_type);
900 if (will_break_on_first_iteration(step, induction_base_type, trip_offset,
929 induction_base_type, initia
762 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) argument
801 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) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_loop_analyze.c653 nir_alu_type induction_base_type,
661 switch (induction_base_type) {
714 nir_alu_type induction_base_type = local in function:calculate_iterations
716 if (induction_base_type == nir_type_int || induction_base_type == nir_type_uint) {
721 induction_base_type);
769 induction_base_type, initial,
651 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) argument

Completed in 11 milliseconds