Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A 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()
306 bool peephole::get_bool_flt_to_int_source(alu_node* &a) { in get_bool_flt_to_int_source()
341 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) { in get_bool_op_info()
H A Dsb_core.cpp197 // if_conversion breaks info about uses, but next pass (peephole) in r600_sb_bytecode_process()
202 SB_RUN_PASS(peephole, 1); in r600_sb_bytecode_process()
H A Dsb_pass.h413 class peephole : public pass { class
417 peephole(shader &sh) : pass(sh) {} in peephole() function in r600_sb::peephole
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_peephole.cpp62 bool peephole(Shader& sh) in peephole() function
64 PeepholeVisitor peephole; in peephole() local
66 b->accept(peephole); in peephole()
67 return peephole.progress; in peephole()
H A Dsfn_peephole.h34 bool peephole(Shader& sh);
H A Dsfn_optimizer.cpp60 progress |= peephole(shader); in optimize()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc5 #include "src/regexp/regexp-bytecode-peephole.h"
1016 RegExpBytecodePeephole peephole(zone, length, jump_edges); in OptimizeBytecode()
1017 bool did_optimize = peephole.OptimizeBytecode(bytecode, length); in OptimizeBytecode()
1018 Handle<ByteArray> array = isolate->factory()->NewByteArray(peephole.Length()); in OptimizeBytecode()
1019 peephole.CopyOptimizedBytecode(array->GetDataStartAddress()); in OptimizeBytecode()
1025 RegExpBytecodeDisassemble(array->GetDataStartAddress(), peephole.Length(), in OptimizeBytecode()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c872 static int peephole(struct radeon_compiler * c, struct rc_instruction * inst) in peephole() function
978 if(peephole(c, cur)) in rc_optimize()

Completed in 9 milliseconds