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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp40 int peephole::run() {
47 void peephole::run_on(container_node* c) {
93 void peephole::optimize_cc_op(alu_node* a) {
103 void peephole::convert_float_setcc(alu_node *f2i, alu_node *s) {
113 void peephole::optimize_cc_op2(alu_node* a) {
211 void peephole::optimize_CNDcc_op(alu_node* a) {
300 bool peephole::get_bool_flt_to_int_source(alu_node* &a) {
335 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) {
H A Dsb_core.cpp197 // if_conversion breaks info about uses, but next pass (peephole)
202 SB_RUN_PASS(peephole, 1);
H A Dsb_pass.h413 class peephole : public pass { class in namespace:r600_sb
417 peephole(shader &sh) : pass(sh) {} function in class:r600_sb::peephole
H A Dnotes.markdown350 - **peephole** - peephole optimizations
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp40 int peephole::run() {
47 void peephole::run_on(container_node* c) {
93 void peephole::optimize_cc_op(alu_node* a) {
103 void peephole::convert_float_setcc(alu_node *f2i, alu_node *s) {
113 void peephole::optimize_cc_op2(alu_node* a) {
211 void peephole::optimize_CNDcc_op(alu_node* a) {
300 bool peephole::get_bool_flt_to_int_source(alu_node* &a) {
335 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) {
H A Dsb_core.cpp197 // if_conversion breaks info about uses, but next pass (peephole)
202 SB_RUN_PASS(peephole, 1);
H A Dsb_pass.h413 class peephole : public pass { class in namespace:r600_sb
417 peephole(shader &sh) : pass(sh) {} function in class:r600_sb::peephole
H A Dnotes.markdown350 - **peephole** - peephole optimizations
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.5.3.rst71 - nv50/ir: take postFactor into account when doing peephole
H A D12.0.4.rst240 - st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
H A D21.2.2.rst194 - nir: prevent peephole from generating invalid NIR
H A D19.0.0.rst553 - Revert "intel/compiler: More peephole select"
1153 - intel/compiler: More peephole select
H A D21.3.0.rst2416 - nir: prevent peephole from generating invalid NIR
H A D21.2.0.rst2070 - nir: Do peephole select on other instructions if the limit is ~0.
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c859 static int peephole(struct radeon_compiler * c, struct rc_instruction * inst) function in typeref:typename:int
886 if(peephole(c, cur))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c869 static int peephole(struct radeon_compiler * c, struct rc_instruction * inst) function in typeref:typename:int
896 if(peephole(c, cur))

Completed in 28 milliseconds