Home
last modified time | relevance | path

Searched refs:L0 (Results 1 – 25 of 82) sorted by relevance

1234

/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/
Dlock.pass.cpp20 class L0 class
25 L0() : locked_(false) {} in L0() function in L0
92 L0 l0; in main()
93 L0 l1; in main()
99 L0 l0; in main()
107 L0 l1; in main()
113 L0 l0; in main()
128 L0 l1; in main()
184 L0 l0; in main()
185 L0 l1; in main()
[all …]
Dtry_lock.pass.cpp20 class L0 class
25 L0() : locked_(false) {} in L0() function in L0
77 L0 l0; in main()
78 L0 l1; in main()
84 L0 l0; in main()
92 L0 l1; in main()
98 L0 l0; in main()
113 L0 l1; in main()
127 L0 l0; in main()
128 L0 l1; in main()
[all …]
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-reloc-offsets.s6 L0: label
60 movb $0x12, L0(%rip)
63 movb $0x12, L0 + 1(%rip)
66 movl $0x12345678, L0(%rip)
69 movl $0x12345678, L0 + 1(%rip)
72 movl $0x12345678, L0 + 2(%rip)
75 movl $0x12345678, L0 + 3(%rip)
78 movl $0x12345678, L0 + 4(%rip)
80 movb %al, L0(%rip)
81 movb %al, L0 + 1(%rip)
[all …]
Dreloc-pcrel.s11 L0: label
15 call L0
16 call L0 - 1
17 call L0 + 1
28 call _b - L0
Ddarwin-x86_64-reloc.s28 leaq L0(%rip), %rax
29 addl $6,L0(%rip)
30 addw $500,L0(%rip)
31 addl $500,L0(%rip)
36 L0: label
37 .quad L0
Ddarwin-x86_64-diff-relocs.s16 L0: label
26 jmp L0
61 movl %eax,L0(%rip)
107 .quad L0
110 .quad L0 - _g0
Dx86_64-mergeable.s7 L0: label
15 .quad L0
16 .quad L0 + 1
Dreloc.s33 L0: label
34 .long L0
41 jmp L0
/external/llvm/test/Transforms/LoopSimplify/
Dindirectbr.ll2 ; RUN: | grep -F "indirectbr i8* %x, [label %L0, label %L1]" \
9 indirectbr i8* %x, [ label %L0, label %L1 ]
11 L0:
12 br label %L0
20 br label %L0
22 L0:
26 indirectbr i8* %x, [ label %L0, label %L1 ]
35 indirectbr i8* %x, [ label %L0, label %L1 ]
37 L0:
50 indirectbr i8* %x, [ label %L0, label %L1 ]
[all …]
/external/llvm/test/CodeGen/ARM/
Dtail-merge-branch-weight.ll6 ; p(L0_L1 -> L2) = p(entry -> L0) * p(L0 -> L2) + p(entry -> L1) * p(L1 -> L2)
8 ; p(L0_L1 -> L3) = p(entry -> L0) * p(L0 -> L3) + p(entry -> L1) * p(L1 -> L3)
20 br i1 %cmp, label %L0, label %L1, !prof !0
22 L0: ; preds = %entry
34 L2: ; preds = %L1, %L0
37 L3: ; preds = %L0, %L1, %L2
38 %retval.0 = phi i32 [ 100, %L2 ], [ 6, %L1 ], [ 6, %L0 ]
Dsubtarget-features-long-calls.ll9 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
11 ; NO-OPTION: [[L0]]:
15 ; LONGCALL: ldr [[R0:r[0-9]+]], [[L0:.*]]
17 ; LONGCALL: [[L0]]:
33 ; LONGCALL: ldr [[R0:r[0-9]+]], [[L0:.*]]
35 ; LONGCALL: [[L0]]:
Dsubtarget-no-movt.ll9 ; NO-OPTION: ldr [[R0:r[0-9]+]], [[L0:.*]]
10 ; NO-OPTION: [[L0]]:
18 ; NO-USE-MOVT: ldr [[R0:r[0-9]+]], [[L0:.*]]
19 ; NO-USE-MOVT: [[L0]]:
36 ; NO-USE-MOVT: ldr [[R0:r[0-9]+]], [[L0:.*]]
37 ; NO-USE-MOVT: [[L0]]:
/external/llvm/test/CodeGen/X86/
Dwin32-pic-jumptable.ll3 ; CHECK: calll L0$pb
6 ; CHECK-NEXT: L0$pb:
14 ; CHECK-NEXT: .long LBB0_2-L0$pb
15 ; CHECK-NEXT: .long LBB0_3-L0$pb
16 ; CHECK-NEXT: .long LBB0_4-L0$pb
17 ; CHECK-NEXT: .long LBB0_5-L0$pb
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/instr/
DMethodInstrumenterTest.java193 final Label L0 = new Label(); in testVisitTableSwitchInsnWithProbes() local
196 LabelInfo.setProbeId(L0, 0); in testVisitTableSwitchInsnWithProbes()
198 instrumenter.visitTableSwitchInsnWithProbes(3, 5, L0, new Label[] { L1, in testVisitTableSwitchInsnWithProbes()
201 expectedVisitor.visitTableSwitchInsn(3, 4, L0, in testVisitTableSwitchInsnWithProbes()
203 expectedVisitor.visitLabel(L0); in testVisitTableSwitchInsnWithProbes()
217 final Label L0 = new Label(); in testVisitLookupSwitchInsnWithProbes() local
220 LabelInfo.setProbeId(L0, 0); in testVisitLookupSwitchInsnWithProbes()
222 instrumenter.visitLookupSwitchInsnWithProbes(L0, in testVisitLookupSwitchInsnWithProbes()
225 expectedVisitor.visitLookupSwitchInsn(L0, new int[] { 10, 20, 30 }, in testVisitLookupSwitchInsnWithProbes()
227 expectedVisitor.visitLabel(L0); in testVisitLookupSwitchInsnWithProbes()
/external/clang/test/CodeGen/
Dunreachable.c13 goto L0; in f1()
15 L0: in f1()
20 goto L0; in f2()
24 L0: in f2()
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp582 __m128i L0, L1, L2, L3; in computeDisparitySGBM() local
584 L0 = _mm_load_si128((const __m128i*)(Lr_p0 + d)); in computeDisparitySGBM()
589L0 = _mm_min_epi16(L0, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p0 + d - 1)), _P1)); in computeDisparitySGBM()
590L0 = _mm_min_epi16(L0, _mm_adds_epi16(_mm_loadu_si128((const __m128i*)(Lr_p0 + d + 1)), _P1)); in computeDisparitySGBM()
601 L0 = _mm_min_epi16(L0, _delta0); in computeDisparitySGBM()
602 L0 = _mm_adds_epi16(_mm_subs_epi16(L0, _delta0), Cpd); in computeDisparitySGBM()
613 _mm_store_si128( (__m128i*)(Lr_p + d), L0); in computeDisparitySGBM()
618 … __m128i t0 = _mm_min_epi16(_mm_unpacklo_epi16(L0, L2), _mm_unpackhi_epi16(L0, L2)); in computeDisparitySGBM()
625 L0 = _mm_adds_epi16(L0, L1); in computeDisparitySGBM()
627 Sval = _mm_adds_epi16(Sval, L0); in computeDisparitySGBM()
[all …]
/external/v8/test/mjsunit/
Darguments-opt.js30 function L0() { class
43 assertEquals(0, L0());
44 assertEquals(1, L0(1));
45 assertEquals(2, L0(1,2));
46 assertEquals(5, L0(1,2,3,4,5));
/external/v8/test/mjsunit/regress/
Dregress-265.js50 L0:
53 break L0;
56 break L0;
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll18 br i1 %cond, label %L0, label %L3
19 L0:
31 br label %L0
42 br i1 %cond, label %L0, label %L4
43 L0:
58 br label %L0
77 br i1 %cond, label %L0, label %L3
78 L0:
98 ; CHECK-NEXT: br i1 %cond, label %L0, label %[[THREADED:[A-Za-z.0-9]+]]
104 br i1 %cond, label %L0, label %L4
[all …]
/external/llvm/test/MC/MachO/AArch64/
Dmergeable.s9 L0: label
17 .quad L0
18 .quad L0 + 1
/external/llvm/test/CodeGen/PowerPC/
Dfast-isel-indirectbr.ll6 br label %L0
8 L0:
12 indirectbr i8* %x, [ label %L0, label %L1 ]
/external/llvm/lib/Transforms/Scalar/
DMergedLoadStoreMotion.cpp333 bool MergedLoadStoreMotion::hoistLoad(BasicBlock *BB, LoadInst *L0, in hoistLoad() argument
336 Instruction *A0 = dyn_cast<Instruction>(L0->getPointerOperand()); in hoistLoad()
339 A0->hasOneUse() && (A0->getParent() == L0->getParent()) && in hoistLoad()
343 dbgs() << "Instruction Left\n"; L0->dump(); dbgs() << "\n"; in hoistLoad()
346 hoistInstruction(BB, L0, L1); in hoistLoad()
373 LoadInst *L0 = dyn_cast<LoadInst>(I); in mergeLoads() local
374 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0)) in mergeLoads()
380 if (LoadInst *L1 = canHoistFromBlock(Succ1, L0)) { in mergeLoads()
381 bool Res = hoistLoad(BB, L0, L1); in mergeLoads()
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
Dwait.pass.cpp26 typedef std::timed_mutex L0; typedef
27 typedef std::unique_lock<L0> L1;
29 L0 m0;
Dwait_pred.pass.cpp27 typedef std::timed_mutex L0; typedef
28 typedef std::unique_lock<L0> L1;
30 L0 m0;
Dnotify_all.pass.cpp25 typedef std::timed_mutex L0; typedef
26 typedef std::unique_lock<L0> L1;
28 L0 m0;

1234