• Home
  • Raw
  • Download

Lines Matching full:progress

127    bool progress = false;  in implement_intel_builtins()  local
134 progress = true; in implement_intel_builtins()
139 progress = true; in implement_intel_builtins()
144 progress = true; in implement_intel_builtins()
149 progress = true; in implement_intel_builtins()
152 progress = true; in implement_intel_builtins()
158 return progress; in implement_intel_builtins()
166 bool progress = false; in lower_kernel_intrinsics() local
196 progress = true; in lower_kernel_intrinsics()
206 progress = true; in lower_kernel_intrinsics()
223 progress = true; in lower_kernel_intrinsics()
233 if (progress) { in lower_kernel_intrinsics()
240 return progress; in lower_kernel_intrinsics()
517 bool progress = false; in nir_remove_llvm17_scratch() local
540 progress = true; in nir_remove_llvm17_scratch()
553 progress); in nir_remove_llvm17_scratch()
557 return progress; in nir_remove_llvm17_scratch()
564 bool progress; in cleanup_llvm17_scratch() local
566 progress = false; in cleanup_llvm17_scratch()
567 NIR_PASS(progress, nir, nir_copy_prop); in cleanup_llvm17_scratch()
568 NIR_PASS(progress, nir, nir_opt_dce); in cleanup_llvm17_scratch()
569 NIR_PASS(progress, nir, nir_opt_constant_folding); in cleanup_llvm17_scratch()
570 NIR_PASS(progress, nir, nir_opt_cse); in cleanup_llvm17_scratch()
571 NIR_PASS(progress, nir, nir_opt_algebraic); in cleanup_llvm17_scratch()
572 } while (progress); in cleanup_llvm17_scratch()
578 bool progress; in cleanup_llvm17_scratch() local
580 progress = false; in cleanup_llvm17_scratch()
581 NIR_PASS(progress, nir, nir_copy_prop); in cleanup_llvm17_scratch()
582 NIR_PASS(progress, nir, nir_opt_dce); in cleanup_llvm17_scratch()
583 NIR_PASS(progress, nir, nir_opt_constant_folding); in cleanup_llvm17_scratch()
584 NIR_PASS(progress, nir, nir_opt_cse); in cleanup_llvm17_scratch()
585 NIR_PASS(progress, nir, nir_opt_algebraic); in cleanup_llvm17_scratch()
586 } while (progress); in cleanup_llvm17_scratch()
665 bool progress; in brw_nir_from_spirv() local
668 progress = false; in brw_nir_from_spirv()
669 NIR_PASS(progress, nir, nir_copy_prop); in brw_nir_from_spirv()
670 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in brw_nir_from_spirv()
671 NIR_PASS(progress, nir, nir_opt_deref); in brw_nir_from_spirv()
672 NIR_PASS(progress, nir, nir_opt_dce); in brw_nir_from_spirv()
673 NIR_PASS(progress, nir, nir_opt_undef); in brw_nir_from_spirv()
674 NIR_PASS(progress, nir, nir_opt_constant_folding); in brw_nir_from_spirv()
675 NIR_PASS(progress, nir, nir_opt_cse); in brw_nir_from_spirv()
676 NIR_PASS(progress, nir, nir_lower_vars_to_ssa); in brw_nir_from_spirv()
677 NIR_PASS(progress, nir, nir_opt_algebraic); in brw_nir_from_spirv()
678 } while (progress); in brw_nir_from_spirv()
689 bool progress; in brw_nir_from_spirv() local
692 progress = false; in brw_nir_from_spirv()
693 NIR_PASS(progress, nir, nir_copy_prop); in brw_nir_from_spirv()
694 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in brw_nir_from_spirv()
695 NIR_PASS(progress, nir, nir_opt_deref); in brw_nir_from_spirv()
696 NIR_PASS(progress, nir, nir_opt_dce); in brw_nir_from_spirv()
697 NIR_PASS(progress, nir, nir_opt_undef); in brw_nir_from_spirv()
698 NIR_PASS(progress, nir, nir_opt_constant_folding); in brw_nir_from_spirv()
699 NIR_PASS(progress, nir, nir_opt_cse); in brw_nir_from_spirv()
700 NIR_PASS(progress, nir, nir_split_var_copies); in brw_nir_from_spirv()
701 NIR_PASS(progress, nir, nir_lower_var_copies); in brw_nir_from_spirv()
702 NIR_PASS(progress, nir, nir_lower_vars_to_ssa); in brw_nir_from_spirv()
703 NIR_PASS(progress, nir, nir_opt_algebraic); in brw_nir_from_spirv()
704 NIR_PASS(progress, nir, nir_opt_if, nir_opt_if_optimize_phi_true_false); in brw_nir_from_spirv()
705 NIR_PASS(progress, nir, nir_opt_dead_cf); in brw_nir_from_spirv()
706 NIR_PASS(progress, nir, nir_opt_remove_phis); in brw_nir_from_spirv()
707 NIR_PASS(progress, nir, nir_opt_peephole_select, 8, true, true); in brw_nir_from_spirv()
708 NIR_PASS(progress, nir, nir_lower_vec3_to_vec4, nir_var_mem_generic | nir_var_uniform); in brw_nir_from_spirv()
709 NIR_PASS(progress, nir, nir_opt_memcpy); in brw_nir_from_spirv()
710 } while (progress); in brw_nir_from_spirv()
729 bool progress; in brw_nir_from_spirv() local
731 progress = false; in brw_nir_from_spirv()
732 NIR_PASS(progress, nir, nir_opt_memcpy); in brw_nir_from_spirv()
733 NIR_PASS(progress, nir, nir_copy_prop); in brw_nir_from_spirv()
734 NIR_PASS(progress, nir, nir_opt_copy_prop_vars); in brw_nir_from_spirv()
735 NIR_PASS(progress, nir, nir_opt_deref); in brw_nir_from_spirv()
736 NIR_PASS(progress, nir, nir_opt_dce); in brw_nir_from_spirv()
737 NIR_PASS(progress, nir, nir_split_var_copies); in brw_nir_from_spirv()
738 NIR_PASS(progress, nir, nir_lower_var_copies); in brw_nir_from_spirv()
739 NIR_PASS(progress, nir, nir_lower_vars_to_ssa); in brw_nir_from_spirv()
740 NIR_PASS(progress, nir, nir_opt_constant_folding); in brw_nir_from_spirv()
741 NIR_PASS(progress, nir, nir_opt_cse); in brw_nir_from_spirv()
742 } while (progress); in brw_nir_from_spirv()