Searched refs:case3 (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | condprop.ll | 103 br i1 %b, label %sw, label %case3 109 i32 3, label %case3 127 case3: 128 ; CHECK: case3:
|
/external/ltp/testcases/kernel/syscalls/waitpid/ |
D | waitpid09.c | 146 static void case3(void) in case3() function 165 static void (*tests[])(void) = { case0, case1, case2, case3 };
|
/external/llvm/test/Transforms/GVN/ |
D | condprop.ll | 84 br i1 %b, label %sw, label %case3 90 i32 3, label %case3 108 case3: 109 ; CHECK: case3:
|
/external/valgrind/coregrind/ |
D | m_translate.c | 419 if (st->tag != Ist_WrTmp) goto case3; in vg_SP_update_pass() 421 if (e->tag != Iex_Binop) goto case3; in vg_SP_update_pass() 422 if (e->Iex.Binop.arg1->tag != Iex_RdTmp) goto case3; in vg_SP_update_pass() 423 if (!get_SP_delta(e->Iex.Binop.arg1->Iex.RdTmp.tmp, &delta)) goto case3; in vg_SP_update_pass() 424 if (e->Iex.Binop.arg2->tag != Iex_Const) goto case3; in vg_SP_update_pass() 425 if (!IS_ADD_OR_SUB(e->Iex.Binop.op)) goto case3; in vg_SP_update_pass() 436 case3: in vg_SP_update_pass()
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | switch-dead-default.ll | 25 i2 3, label %case3] 35 case3:
|
/external/ltp/testcases/kernel/controllers/pids/ |
D | pids.sh | 154 case3() function
|
/external/ltp/testcases/kernel/controllers/cpuctl_fj/ |
D | run_cpuctl_test_fj.sh | 176 case3 () function
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi.cpp | 933 #define case3(f, i, u) case4(f, f, i, u) in get_opcode() macro
|