Home
last modified time | relevance | path

Searched refs:peephole (Results 1 – 25 of 37) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp40 int peephole::run() { in run()
47 void peephole::run_on(container_node* c) { in run_on()
93 void peephole::optimize_cc_op(alu_node* a) { in optimize_cc_op()
103 void peephole::convert_float_setcc(alu_node *f2i, alu_node *s) { in convert_float_setcc()
113 void peephole::optimize_cc_op2(alu_node* a) { in optimize_cc_op2()
211 void peephole::optimize_CNDcc_op(alu_node* a) { in optimize_CNDcc_op()
300 bool peephole::get_bool_flt_to_int_source(alu_node* &a) { in get_bool_flt_to_int_source()
335 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) { in get_bool_op_info()
Dsb_core.cpp202 SB_RUN_PASS(peephole, 1); in r600_sb_bytecode_process()
Dsb_pass.h413 class peephole : public pass {
417 peephole(shader &sh) : pass(sh) {} in peephole() function
Dnotes.markdown350 - **peephole** - peephole optimizations
/third_party/quickjs/
DTODO58 - peephole optim: push_atom_value, to_propkey -> push_atom_value
59 - peephole optim: put_loc x, get_loc_check x -> set_loc x
/third_party/mesa3d/docs/relnotes/
D10.5.3.rst71 - nv50/ir: take postFactor into account when doing peephole
D21.2.2.rst194 - nir: prevent peephole from generating invalid NIR
D12.0.4.rst240 - st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
D19.0.0.rst553 - Revert "intel/compiler: More peephole select"
1153 - intel/compiler: More peephole select
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c860 static int peephole(struct radeon_compiler * c, struct rc_instruction * inst) in peephole() function
887 if(peephole(c, cur)) in rc_optimize()
/third_party/python/Misc/NEWS.d/
D3.6.0b3.rst36 Fixed of-by-one error in the peephole optimizer that caused keeping
D3.9.0a1.rst880 Fix a bug in the peephole optimizer that was not treating correctly constant
934 Handle correctly negative line offsets in the peephole optimizer. Patch by
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DREADME_ALTIVEC.txt147 A predicate compare being used in a select_cc should have the same peephole
/third_party/jerryscript/tools/pylint/
Dpylintrc33 # Allow optimization of some AST trees. This will activate a peephole AST
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
Dindex.txt202 …inst-peephole-optimizer-acosh.amber", "cov-inst-peephole-optimizer-acosh", …
324 …cov-peephole-optimizer-target-instr-info-for-if-if-if.amber", "cov-peephole-optimizer-targe…
/third_party/vk-gl-cts/android/cts/master/vk-master-2021-03-01/
Dgraphicsfuzz.txt190 dEQP-VK.graphicsfuzz.cov-inst-peephole-optimizer-acosh
312 dEQP-VK.graphicsfuzz.cov-peephole-optimizer-target-instr-info-for-if-if-if
/third_party/vk-gl-cts/android/cts/master/vk-master/
Dgraphicsfuzz.txt202 dEQP-VK.graphicsfuzz.cov-inst-peephole-optimizer-acosh
324 dEQP-VK.graphicsfuzz.cov-peephole-optimizer-target-instr-info-for-if-if-if
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlists/vk-default/
Dgraphicsfuzz.txt202 dEQP-VK.graphicsfuzz.cov-inst-peephole-optimizer-acosh
324 dEQP-VK.graphicsfuzz.cov-peephole-optimizer-target-instr-info-for-if-if-if
/third_party/vk-gl-cts/external/vulkancts/mustpass/master/vk-default/
Dgraphicsfuzz.txt202 dEQP-VK.graphicsfuzz.cov-inst-peephole-optimizer-acosh
324 dEQP-VK.graphicsfuzz.cov-peephole-optimizer-target-instr-info-for-if-if-if
/third_party/mindspore/third_party/proto/tensorflow/lite/
Dschema.fbs603 // Full LSTM kernel which supports peephole and projection.
Dschema_2.4.1.fbs610 // Full LSTM kernel which supports peephole and projection.
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dschema.fbs603 // Full LSTM kernel which supports peephole and projection.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430InstrInfo.td1037 // peephole patterns
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstructions.td1303 // FIXME: Workaround for ordering issue with peephole optimizer where
/third_party/python/Doc/whatsnew/
D2.4.rst963 * The peephole bytecode optimizer has been improved to produce shorter, faster

12