Home
last modified time | relevance | path

Searched refs:case3 (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Transforms/GVN/
Dcondprop.ll84 br i1 %b, label %sw, label %case3
90 i32 3, label %case3
108 case3:
109 ; CHECK: case3:
/external/valgrind/coregrind/
Dm_translate.c419 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/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp652 #define case3(f, i, u) case4(f, f, i, u) in get_opcode() macro
660 case3(DIV, IDIV, UDIV); in get_opcode()
661 case3(MAX, IMAX, UMAX); in get_opcode()
662 case3(MIN, IMIN, UMIN); in get_opcode()
667 case3(SGE, ISGE, USGE); in get_opcode()
668 case3(SLT, ISLT, USLT); in get_opcode()
673 case3(ABS, IABS, IABS); in get_opcode()