Searched refs:peephole (Results 1 - 16 of 16) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_peephole.cpp | 40 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 D | sb_core.cpp | 197 // if_conversion breaks info about uses, but next pass (peephole) 202 SB_RUN_PASS(peephole, 1);
|
| H A D | sb_pass.h | 413 class peephole : public pass { class in namespace:r600_sb 417 peephole(shader &sh) : pass(sh) {} function in class:r600_sb::peephole
|
| H A D | notes.markdown | 350 - **peephole** - peephole optimizations
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| H A D | sb_peephole.cpp | 40 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 D | sb_core.cpp | 197 // if_conversion breaks info about uses, but next pass (peephole) 202 SB_RUN_PASS(peephole, 1);
|
| H A D | sb_pass.h | 413 class peephole : public pass { class in namespace:r600_sb 417 peephole(shader &sh) : pass(sh) {} function in class:r600_sb::peephole
|
| H A D | notes.markdown | 350 - **peephole** - peephole optimizations
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 10.5.3.rst | 71 - nv50/ir: take postFactor into account when doing peephole
|
| H A D | 12.0.4.rst | 240 - st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
|
| H A D | 21.2.2.rst | 194 - nir: prevent peephole from generating invalid NIR
|
| H A D | 19.0.0.rst | 553 - Revert "intel/compiler: More peephole select" 1153 - intel/compiler: More peephole select
|
| H A D | 21.3.0.rst | 2416 - nir: prevent peephole from generating invalid NIR
|
| H A D | 21.2.0.rst | 2070 - 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 D | radeon_optimize.c | 859 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 D | radeon_optimize.c | 869 static int peephole(struct radeon_compiler * c, struct rc_instruction * inst) function in typeref:typename:int 896 if(peephole(c, cur))
|
Completed in 25 milliseconds