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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c816 #define OPTPASS(func) \ macro
839 OPTPASS(qir_opt_algebraic);
840 OPTPASS(qir_opt_constant_folding);
841 OPTPASS(qir_opt_copy_propagation);
842 OPTPASS(qir_opt_peephole_sf);
843 OPTPASS(qir_opt_dead_code);
844 OPTPASS(qir_opt_small_immediates);
845 OPTPASS(qir_opt_vpm);
846 OPTPASS(qir_opt_coalesce_ff_writes);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_qir.c816 #define OPTPASS(func) \ macro
839 OPTPASS(qir_opt_algebraic);
840 OPTPASS(qir_opt_constant_folding);
841 OPTPASS(qir_opt_copy_propagation);
842 OPTPASS(qir_opt_peephole_sf);
843 OPTPASS(qir_opt_dead_code);
844 OPTPASS(qir_opt_small_immediates);
845 OPTPASS(qir_opt_vpm);
846 OPTPASS(qir_opt_coalesce_ff_writes);
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dvir.c1058 #define OPTPASS(func) \ macro
1081 OPTPASS(vir_opt_copy_propagate);
1082 OPTPASS(vir_opt_redundant_flags);
1083 OPTPASS(vir_opt_dead_code);
1084 OPTPASS(vir_opt_small_immediates);
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dvir.c1945 #define OPTPASS(func) \ macro
1968 OPTPASS(vir_opt_copy_propagate);
1969 OPTPASS(vir_opt_redundant_flags);
1970 OPTPASS(vir_opt_dead_code);
1971 OPTPASS(vir_opt_small_immediates);
1972 OPTPASS(vir_opt_constant_alu);

Completed in 9 milliseconds