/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-condbr-without-dots.s | 3 beq lbl 4 bne lbl 5 bcs lbl 6 bhs lbl 7 blo lbl 8 bcc lbl 9 bmi lbl 10 bpl lbl 11 bvs lbl 12 bvc lbl [all …]
|
D | basic-a64-instructions.s | 1149 cbz w5, lbl 1150 cbz x5, lbl 1151 cbnz x2, lbl 1152 cbnz x26, lbl 1162 cbz wzr, lbl 1163 cbnz xzr, lbl 1183 b.eq lbl 1184 b.ne lbl 1185 b.cs lbl 1186 b.hs lbl [all …]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-condbr-without-dots.s | 3 beq lbl 4 bne lbl 5 bcs lbl 6 bhs lbl 7 blo lbl 8 bcc lbl 9 bmi lbl 10 bpl lbl 11 bvs lbl 12 bvc lbl [all …]
|
D | basic-a64-instructions.s | 1149 cbz w5, lbl 1150 cbz x5, lbl 1151 cbnz x2, lbl 1152 cbnz x26, lbl 1162 cbz wzr, lbl 1163 cbnz xzr, lbl 1183 b.eq lbl 1184 b.ne lbl 1185 b.cs lbl 1186 b.hs lbl [all …]
|
/external/llvm-project/llvm/test/MC/AArch64/SVE/ |
D | condtion-codes.s | 8 b.none lbl 14 b.any lbl 20 b.nlast lbl 26 b.last lbl 32 b.first lbl 38 b.nfrst lbl 44 b.pmore lbl 50 b.plast lbl 56 b.tcont lbl 62 b.tstop lbl
|
/external/llvm/test/Transforms/LICM/ |
D | PR24013.ll | 6 br label %lbl 8 lbl.loopexit: ; No predecessors! 9 br label %lbl 11 lbl: ; preds = %lbl.loopexit, %entry 12 %phi = phi i32 [ %conv, %lbl.loopexit ], [ undef, %entry ] 16 if.then.5: ; preds = %if.then.5, %lbl
|
/external/llvm-project/llvm/test/Transforms/LICM/ |
D | PR24013.ll | 6 br label %lbl 8 lbl.loopexit: ; No predecessors! 9 br label %lbl 11 lbl: ; preds = %lbl.loopexit, %entry 12 %phi = phi i32 [ %conv, %lbl.loopexit ], [ undef, %entry ] 16 if.then.5: ; preds = %if.then.5, %lbl
|
/external/python/cpython3/Parser/ |
D | acceler.c | 78 int lbl = a->a_lbl; in fixstate() local 79 const label *l = &g->g_ll.ll_label[lbl]; in fixstate() 101 else if (lbl == EMPTY) in fixstate() 103 else if (lbl >= 0 && lbl < nl) in fixstate() 104 accel[lbl] = a->a_arrow; in fixstate()
|
/external/python/cpython2/Parser/ |
D | acceler.c | 80 int lbl = a->a_lbl; in fixstate() local 81 label *l = &g->g_ll.ll_label[lbl]; in fixstate() 103 else if (lbl == EMPTY) in fixstate() 105 else if (lbl >= 0 && lbl < nl) in fixstate() 106 accel[lbl] = a->a_arrow; in fixstate()
|
/external/llvm/test/CodeGen/X86/ |
D | shrinkwrap-hang.ll | 16 br i1 %tobool, label %if.end, label %lbl 18 lbl: ; preds = %if.end, %entry 22 if.end: ; preds = %entry, %lbl 26 br i1 %tobool1, label %if.end3, label %lbl
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | shrinkwrap-hang.ll | 16 br i1 %tobool, label %if.end, label %lbl 18 lbl: ; preds = %if.end, %entry 22 if.end: ; preds = %entry, %lbl 26 br i1 %tobool1, label %if.end3, label %lbl
|
/external/llvm-project/clang/test/CodeGen/ |
D | statements.c | 29 static void *lbls[] = { &&lbl }; in test5() 31 lbl: in test5()
|
D | exprs.c | 174 __extension__({ goto lbl; }); in f16() 175 lbl: in f16()
|
/external/clang/test/CodeGen/ |
D | statements.c | 29 static void *lbls[] = { &&lbl }; in test5() 31 lbl: in test5()
|
D | exprs.c | 174 __extension__({ goto lbl; }); in f16() 175 lbl: in f16()
|
/external/llvm-project/lldb/examples/summaries/cocoa/ |
D | metrics.py | 20 def __init__(self, lbl=None): argument 21 self.label = "" if lbl is None else lbl
|
/external/llvm-project/clang/test/Sema/ |
D | attr-likelihood.c | 44 goto lbl; in m() 47 …[[clang::unlikely]] lbl : // expected-error {{'unlikely' attribute cannot be applied to a declarat… in m()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | attr-likelihood.cpp | 116 goto lbl; in m() 119 [[unlikely]] lbl : // expected-error {{'unlikely' attribute cannot be applied to a declaration}} in m()
|
D | goto.cpp | 122 goto lbl; // expected-error {{cannot jump}} in test() 124 lbl: in test()
|
/external/clang/test/SemaCXX/ |
D | goto.cpp | 122 goto lbl; // expected-error {{cannot jump}} in test() 124 lbl: in test()
|
/external/iproute2/examples/ |
D | gaiconf | 41 ${IP} -6 addrlabel list | while read p pfx l lbl; do 42 echo label ${pfx} ${lbl}
|
/external/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr18165.ll | 34 br i1 %tobool7.i, label %if.end9.i, label %lbl.loopexit.i 36 lbl.loopexit.i: ; preds = %for.body6.i.outer, %lbl.loopexit.i 37 br label %lbl.loopexit.i
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/ |
D | pr18165.ll | 34 br i1 %tobool7.i, label %if.end9.i, label %lbl.loopexit.i 36 lbl.loopexit.i: ; preds = %for.body6.i.outer, %lbl.loopexit.i 37 br label %lbl.loopexit.i
|
/external/llvm-project/llvm/test/Other/ |
D | codegenprepare-and-debug.ll | 47 br label %lbl 54 br label %lbl 62 lbl: ; preds = %sw.bb, %while.cond.lbl_crit_edge
|
/external/clang/test/Sema/ |
D | return.c | 281 lbl: in test35() 283 goto lbl; in test35()
|