/external/libcxx/test/std/thread/thread.mutex/thread.lock.algorithm/ |
D | lock.pass.cpp | 20 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 …]
|
D | try_lock.pass.cpp | 20 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/ |
D | darwin-x86_64-reloc-offsets.s | 6 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 …]
|
D | reloc-pcrel.s | 46 L0: label 50 call L0 51 call L0 - 1 52 call L0 + 1 63 call _b - L0
|
D | darwin-x86_64-reloc.s | 28 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
|
D | darwin-x86_64-diff-relocs.s | 16 L0: label 26 jmp L0 61 movl %eax,L0(%rip) 107 .quad L0 110 .quad L0 - _g0
|
D | x86_64-mergeable.s | 7 L0: label 15 .quad L0 16 .quad L0 + 1
|
D | reloc.s | 33 L0: label 34 .long L0 41 jmp L0
|
/external/llvm/test/Transforms/LoopSimplify/ |
D | indirectbr.ll | 2 ; 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/ |
D | tail-merge-branch-weight.ll | 6 ; 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 ]
|
D | fast-isel-indirectbr.ll | 9 br label %L0 11 L0: 15 indirectbr i8* %x, [ label %L0, label %L1 ]
|
/external/llvm/test/CodeGen/X86/ |
D | win32-pic-jumptable.ll | 3 ; CHECK: calll L0$pb 4 ; CHECK-NEXT: L0$pb: 10 ; CHECK-NEXT: .long LBB0_4-L0$pb 11 ; CHECK-NEXT: .long LBB0_5-L0$pb 12 ; CHECK-NEXT: .long LBB0_6-L0$pb 13 ; CHECK-NEXT: .long LBB0_7-L0$pb
|
/external/clang/test/CodeGen/ |
D | unreachable.c | 13 goto L0; in f1() 15 L0: in f1() 20 goto L0; in f2() 24 L0: in f2()
|
/external/v8/test/mjsunit/ |
D | arguments-opt.js | 30 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/ |
D | regress-265.js | 50 L0: 53 break L0; 56 break L0;
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 18 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/ |
D | mergeable.s | 7 L0: label 15 .quad L0 16 .quad L0 + 1
|
/external/llvm/test/CodeGen/PowerPC/ |
D | fast-isel-indirectbr.ll | 6 br label %L0 8 L0: 12 indirectbr i8* %x, [ label %L0, label %L1 ]
|
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/ |
D | wait.pass.cpp | 26 typedef std::timed_mutex L0; typedef 27 typedef std::unique_lock<L0> L1; 29 L0 m0;
|
D | wait_pred.pass.cpp | 27 typedef std::timed_mutex L0; typedef 28 typedef std::unique_lock<L0> L1; 30 L0 m0;
|
D | notify_all.pass.cpp | 25 typedef std::timed_mutex L0; typedef 26 typedef std::unique_lock<L0> L1; 28 L0 m0;
|
D | notify_one.pass.cpp | 25 typedef std::timed_mutex L0; typedef 26 typedef std::unique_lock<L0> L1; 28 L0 m0;
|
D | wait_for.pass.cpp | 28 typedef std::timed_mutex L0; typedef 29 typedef std::unique_lock<L0> L1; 31 L0 m0;
|
D | wait_for_pred.pass.cpp | 38 typedef std::timed_mutex L0; typedef 39 typedef std::unique_lock<L0> L1; 41 L0 m0;
|
/external/llvm/lib/Transforms/Scalar/ |
D | MergedLoadStoreMotion.cpp | 335 bool MergedLoadStoreMotion::hoistLoad(BasicBlock *BB, LoadInst *L0, in hoistLoad() argument 338 Instruction *A0 = dyn_cast<Instruction>(L0->getPointerOperand()); in hoistLoad() 341 A0->hasOneUse() && (A0->getParent() == L0->getParent()) && in hoistLoad() 345 dbgs() << "Instruction Left\n"; L0->dump(); dbgs() << "\n"; in hoistLoad() 348 hoistInstruction(BB, L0, L1); in hoistLoad() 376 LoadInst *L0 = dyn_cast<LoadInst>(I); in mergeLoads() local 377 if (!L0 || !L0->isSimple() || L0->isUsedOutsideOfBlock(Succ0)) in mergeLoads() 383 if (LoadInst *L1 = canHoistFromBlock(Succ1, L0)) { in mergeLoads() 384 bool Res = hoistLoad(BB, L0, L1); in mergeLoads()
|