Home
last modified time | relevance | path

Searched refs:jumps (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlower_jumps.cpp27 * This pass lowers jumps (break, continue, and return) to if/else structures.
30 * 1. Pull jumps out of ifs where possible
70 * The ordering of strengths roughly reflects the way jumps are
71 * lowered: jumps with higher strength tend to be lowered to jumps of
147 * Note that identical jumps are usually unified though.
465 ir_jump* jumps[2]; in visit() local
467 /* Recursively lower nested jumps. This satisfies the in visit()
469 * unconditional jumps at the end of ir->then_instructions and in visit()
482 jumps[ in visit()
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_legalize.c44 * 4) Resolve jumps and schedule blocks, marking potential convergence
609 * them jumps to the next block. in opt_jump()
610 * We can remove the one that jumps to the next block in either case. in opt_jump()
615 struct ir3_instruction *jumps[2] = {NULL, NULL}; in opt_jump() local
616 jumps[0] = in opt_jump()
619 jumps[1] = in opt_jump()
620 list_last_entry(&jumps[0]->node, struct ir3_instruction, node); in opt_jump()
622 if (jumps[0]->opc == OPC_JUMP) in opt_jump()
623 jumps[1] = NULL; in opt_jump()
624 else if (jumps[ in opt_jump()
[all...]
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py124 jumps over
132 jumps over
139 jumps over\n\
146 jumps over\n\
H A Dpy2_test_grammar.py96 jumps over
104 jumps over
111 jumps over\n\
118 jumps over\n\
/third_party/libinput/src/
H A Devdev-mt-touchpad.h219 } jumps; member
H A Devdev-mt-touchpad.c1229 /* avoid jumps when landing a finger */ in tp_unhover_pressure()
1265 /* avoid jumps when landing a finger */ in tp_unhover_pressure()
1320 /* avoid jumps when landing a finger */ in tp_unhover_size()
1504 /* We haven't seen pointer jumps on Wacom tablets yet, so exclude in tp_detect_jumps()
1511 t->jumps.last_delta_mm = 0.0; in tp_detect_jumps()
1538 rel_distance = abs_distance - t->jumps.last_delta_mm; in tp_detect_jumps()
1559 t->jumps.last_delta_mm = abs_distance; in tp_detect_jumps()
1672 * those jumps over the first three events it doesn't matter. in tp_process_msc_timestamp()
2908 * causing scroll jumps. The single-touch emulation ABS_X/Y is in tp_init_slots()
2910 * box and that causes jumps in tp_init_slots()
[all...]
/third_party/musl/
H A Dconfigure452 tryflag CFLAGS_AUTO -fno-align-jumps
/third_party/pcre2/pcre2/src/sljit/
H A DsljitLir.h418 struct sljit_jump *jumps; member
H A DsljitNativePPC_common.c442 jump = compiler->jumps; in sljit_generate_code()
544 jump = compiler->jumps; in sljit_generate_code()
2364 /* These jumps are converted to jump/call instructions when possible. */ in sljit_emit_ijump()
H A DsljitLir.c718 compiler->jumps = jump; in set_jump()
1069 jump = compiler->jumps; in check_sljit_generate_code()
1071 /* All jumps have target. */ in check_sljit_generate_code()
H A DsljitNativeARM_64.c263 jump = compiler->jumps; in sljit_generate_code()
320 jump = compiler->jumps; in sljit_generate_code()
2047 /* These jumps are converted to jump/call instructions when possible. */ in sljit_emit_ijump()
H A DsljitNativeX86_common.c610 jump = compiler->jumps; in sljit_generate_code()
673 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeS390X.c1446 jump = compiler->jumps; in sljit_generate_code()
1533 /* reset jumps */ in sljit_generate_code()
1534 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeRISCV_common.c404 jump = compiler->jumps; in sljit_generate_code()
472 jump = compiler->jumps; in sljit_generate_code()
2511 /* These jumps are converted to jump/call instructions when possible. */ in sljit_emit_ijump()
H A DsljitNativeMIPS_common.c601 jump = compiler->jumps; in sljit_generate_code()
669 jump = compiler->jumps; in sljit_generate_code()
H A DsljitNativeARM_32.c722 jump = compiler->jumps; in sljit_generate_code()
858 jump = compiler->jumps; in sljit_generate_code()
2985 /* These jumps are converted to jump/call instructions when possible. */ in sljit_emit_ijump()
H A DsljitNativeARM_T2_32.c405 jump = compiler->jumps; in sljit_generate_code()
461 jump = compiler->jumps; in sljit_generate_code()
2560 /* These jumps are converted to jump/call instructions when possible. */ in sljit_emit_ijump()
/third_party/python/Lib/test/
H A Dtest_grammar.py269 jumps over
277 jumps over
284 jumps over\n\
291 jumps over\n\
H A Dtest_dis.py1778 jumps = [
1784 self.assertEqual(sorted(labels), sorted(jumps))
/third_party/pcre2/pcre2/
H A DRunGrepTest350 (cd $srcdir; $valgrind $vjs $pcre2grep --colour=always jumps ./testdata/grepinputv) >>testtrygrep
H A DRunGrepTest.bat307 (pushd %srcdir% & %pcre2grep% --colour=always jumps ./testdata/grepinputv & popd) >>testtrygrep
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl812 // Always called right before return... jumps to cleanup and exits
/third_party/openssl/crypto/aes/asm/
H A Dvpaes-armv8.pl829 // Always called right before return... jumps to cleanup and exits

Completed in 76 milliseconds