/external/valgrind/memcheck/tests/ |
D | recursive-merge.stderr.exp | 3 by 0x........: stacktrace (recursive-merge.c:17) 4 by 0x........: f_a (recursive-merge.c:25) 5 by 0x........: doit (recursive-merge.c:43) 6 by 0x........: main (recursive-merge.c:56) 9 by 0x........: stacktrace (recursive-merge.c:17) 10 by 0x........: f_a (recursive-merge.c:25) 11 by 0x........: doit (recursive-merge.c:43) 12 by 0x........: main (recursive-merge.c:56) 15 by 0x........: stacktrace (recursive-merge.c:17) 16 by 0x........: f_a (recursive-merge.c:25) [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | global-merge-external.ll | 1 … < %s -mtriple=arm-eabi -arm-global-merge | FileCheck %s --check-… 2 … < %s -mtriple=arm-eabi -arm-global-merge -global-merge-on-external=true | FileCheck %s --check-… 3 … %s -mtriple=arm-eabi -arm-global-merge -global-merge-on-external=false | FileCheck %s --check-pr… 4 … %s -mtriple=arm-macho -arm-global-merge | FileCheck %s --check-pr… 14 ;CHECK-MERGE: .long .L_MergedGlobals 15 ;CHECK-NO-MERGE: .long {{_?x}} 25 ;CHECK-MERGE: .long .L_MergedGlobals 26 ;CHECK-NO-MERGE: .long {{_?y}} 32 ;CHECK-NO-MERGE-NOT: .globl .L_MergedGlobals 34 ;CHECK-MERGE: .type .L_MergedGlobals,%object [all …]
|
D | global-merge-1.ll | 1 ; RUN: llc %s -O0 -o - | FileCheck -check-prefix=NO-MERGE %s 2 ; RUN: llc %s -O0 -o - -arm-global-merge=false | FileCheck -check-prefix=NO-MERGE %s 3 ; RUN: llc %s -O0 -o - -arm-global-merge=true | FileCheck -check-prefix=MERGE %s 4 ; RUN: llc %s -O1 -o - | FileCheck -check-prefix=NO-MERGE %s 5 ; RUN: llc %s -O1 -o - -arm-global-merge=false | FileCheck -check-prefix=NO-MERGE %s 6 ; RUN: llc %s -O1 -o - -arm-global-merge=true | FileCheck -check-prefix=MERGE %s 7 ; RUN: llc %s -O3 -o - | FileCheck -check-prefix=MERGE %s 8 ; RUN: llc %s -O3 -o - -arm-global-merge=false | FileCheck -check-prefix=NO-MERGE %s 9 ; RUN: llc %s -O3 -o - -arm-global-merge=true | FileCheck -check-prefix=MERGE %s 11 ; MERGE-NOT: .zerofill __DATA,__bss,_bar,20,2 [all …]
|
/external/llvm/test/Transforms/JumpThreading/ |
D | basic.ll | 14 br label %Merge 18 br label %Merge 20 Merge: 48 br label %Merge 51 br i1 %cond, label %Merge, label %F2 53 Merge: 87 br label %Merge 93 br label %Merge 95 Merge: 109 ;; This tests that the branch in 'merge' can be cloned up into T1. [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | basic.ll | 14 br label %Merge 18 br label %Merge 20 Merge: 48 br label %Merge 51 br i1 %cond, label %Merge, label %F2 53 Merge: 87 br label %Merge 93 br label %Merge 95 Merge: 109 ;; This tests that the branch in 'merge' can be cloned up into T1. [all …]
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | conditional.ll | 23 ; We can CSE the condition, but we *don't* know it's value after the merge 31 br label %merge 34 br label %merge 36 merge: 37 ; CHECK-LABEL: merge: 49 br i1 %cnd1, label %merge, label %merge 51 merge: 52 ; CHECK-LABEL: merge: 84 br label %merge 87 br label %merge [all …]
|
/external/clang/test/Modules/ |
D | merge-decl-context.cpp | 4 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \ 5 // RUN: -I %S/Inputs/merge-decl-context 8 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \ 9 // RUN: -I %S/Inputs/merge-decl-context 12 // RUN: -emit-module %S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs \ 13 // RUN: -I %S/Inputs/merge-decl-context 18 // RUN: -fmodule-map-file=%S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs… 22 // RUN: -fmodule-map-file=%S/Inputs/merge-decl-context/merge-decl-context.modulemap -I%S/Inputs… 26 #include "Inputs/merge-decl-context/a.h" 28 #include "Inputs/merge-decl-context/b.h" [all …]
|
D | merge-target-features.cpp | 5 // RUN: -iquote Inputs/merge-target-features \ 11 // RUN: Inputs/merge-target-features/module.modulemap 14 // RUN: -iquote Inputs/merge-target-features \ 17 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \ 21 // RUN: -fsyntax-only merge-target-features.cpp 2>&1 \ 28 // RUN: -iquote Inputs/merge-target-features \ 31 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \ 35 // RUN: -fsyntax-only merge-target-features.cpp 2>&1 \ 40 // RUN: -iquote Inputs/merge-target-features \ 43 // RUN: -fmodule-map-file=Inputs/merge-target-features/module.modulemap \ [all …]
|
D | merge-vtable-codegen.cpp | 5 // RUN: -emit-module %S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \ 6 // RUN: -I %S/Inputs/merge-vtable-codegen 8 // RUN: -emit-module %S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \ 9 // RUN: -I %S/Inputs/merge-vtable-codegen 13 // RUN: -fmodule-map-file=%S/Inputs/merge-vtable-codegen/merge-vtable-codegen.modulemap \ 19 #include "Inputs/merge-vtable-codegen/c.h" 20 #include "Inputs/merge-vtable-codegen/b.h"
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
D | base-pointers.ll | 42 ; removeUnreachableBlocks. As an example, "br i1 undef, label %merge, label %merge" 43 ; will get simplified to "br label %merge" by removeUnreachableBlocks. 46 i32 0, label %merge 47 i32 1, label %merge 48 i32 5, label %merge 57 br label %merge 59 merge: ; preds = %right, %left, %left, %left 60 ; CHECK: merge: 104 br i1 %cnd, label %merge, label %taken 107 br label %merge [all …]
|
D | liveness-basics.ll | 6 ; predeccessor of merge. 18 ; CHECK-NEXT: br label %merge 20 br label %merge 27 ; CHECK-NEXT: br label %merge 29 br label %merge 31 merge: ; preds = %untaken, %taken 32 ; CHECK-LABEL: merge: 77 ; CHECK-NEXT: br label %merge 81 br label %merge 86 ; CHECK-NEXT: br label %merge [all …]
|
D | base-pointers-4.ll | 15 loop: ; preds = %merge.split, %entry 26 br label %merge 29 br label %merge 32 br label %merge 34 merge: ; preds = %dest_c, %dest_b, %dest_a 35 ; CHECK: merge: 39 br label %merge.split 41 merge.split: ; preds = %merge
|
/external/compiler-rt/ |
D | README.android | 9 * merge conflicts with upstream on those parts. 11 * The file contains useful hints when we try to resolve future 3-way merge 22 * Recent downstreaming on 2013/2/11: Synced to r197381 (Contact srhines for merge questions.) 23 * Recent downstreaming on 2013/8/8: Synced to r187889 (Contact srhines for merge questions.) 24 * Recent downstreaming on 2013/6/13: Synced to r183849 (Contact srhines for merge questions.) 25 * Recent downstreaming on 2013/5/3: Synced to r180792 (Contact srhines for merge questions.) 26 * Recent downstreaming on 2013/3/18: Synced to r177337 (Contact srhines for merge questions.) 27 * Recent downstreaming on 2013/3/5: Synced to r176091 (Contact srhines for merge questions.) 28 * Recent downstreaming on 2013/1/8: Synced to r171802 (Contact srhines for merge questions.) 29 * Recent downstreaming on 2012/08/23: Synced to r162279 (Contact srhines for merge questions.) [all …]
|
/external/llvm/test/tools/llvm-profdata/ |
D | weight-sample.test | 1 Tests for weighted merge of sample profiles. 3 1- Merge the foo and bar profiles with unity weight and verify the combined output 4 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext -weig… 5 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext %p/In… 23 2- Merge the foo and bar profiles with weight 3x and 5x respectively and verify the combined output 24 RUN: llvm-profdata merge -sample -text -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weig… 42 3- Bad merge: invalid weight 43 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight… 44 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight… 45 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight… [all …]
|
D | weight-instr.test | 1 Tests for weighted merge of instrumented profiles. 3 1- Merge the foo and bar profiles with unity weight and verify the combined output 4 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata -weighted-inp… 10 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata %p/Inputs/wei… 38 2- Merge the foo and bar profiles with weight 3x and 5x respectively and verify the combined output 39 RUN: llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted-inp… 67 3- Bad merge: invalid weight 68 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted… 69 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted… 70 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted… [all …]
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | smax-br-phi-idioms.ll | 7 br i1 %c, label %add, label %merge 11 br label %merge 13 merge: 24 br i1 %c, label %add, label %merge 28 br label %merge 30 merge: 41 br i1 %c, label %add, label %merge 45 br label %merge 47 merge: 60 %iv = phi i32 [ %init, %entry ], [ %iv.inc, %merge ] [all …]
|
/external/v8/src/compiler/ |
D | control-builders.cc | 30 then_environment_->Merge(environment()); in End() 44 continue_environment_->Merge(environment()); in Continue() 50 break_environment_->Merge(environment()); in Break() 56 continue_environment_->Merge(environment()); in EndBody() 62 loop_environment_->Merge(environment()); in EndLoop() 127 environment()->Merge(body_environment_); in BeginCase() 132 break_environment_->Merge(environment()); in Break() 141 break_environment_->Merge(label_environment_); in EndSwitch() 142 break_environment_->Merge(environment()); in EndSwitch() 153 break_environment_->Merge(environment()); in Break() [all …]
|
D | diamond.h | 23 Node* merge; member 32 merge = graph->NewNode(common->Merge(2), if_true, if_false); 36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain() 45 that.merge->ReplaceInput(0, merge); in Nest() 48 that.merge->ReplaceInput(1, merge); in Nest() 53 return graph->NewNode(common->Phi(rep, 2), tv, fv, merge); in Phi()
|
/external/clang/test/Driver/ |
D | mglobal-merge.c | 2 // RUN: -mno-global-merge 6 // RUN: -mno-global-merge 10 // RUN: -mno-global-merge 13 // CHECK-NGM-ARM: "-backend-option" "-arm-global-merge=false" 14 // CHECK-NGM-AARCH64: "-backend-option" "-aarch64-global-merge=false" 17 // RUN: -mglobal-merge 21 // RUN: -mglobal-merge 25 // RUN: -mglobal-merge 28 // CHECK-GM-ARM: "-backend-option" "-arm-global-merge=true" 29 // CHECK-GM-AARCH64: "-backend-option" "-aarch64-global-merge=true" [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-perm-04.ll | 1 ; Test vector merge high. 5 ; Test a canonical v16i8 merge high. 18 ; Test a reversed v16i8 merge high. 31 ; Test a v16i8 merge high with only the first operand being used. 44 ; Test a v16i8 merge high with only the second operand being used. 58 ; Test a v16i8 merge with both operands being the same. This too is 72 ; Test a v16i8 merge in which some of the indices are don't care. 85 ; Test a v16i8 merge in which one of the operands is undefined and where 100 ; Test a canonical v8i16 merge high. 111 ; Test a reversed v8i16 merge high. [all …]
|
D | vec-perm-05.ll | 1 ; Test vector merge low. 5 ; Test a canonical v16i8 merge low. 18 ; Test a reversed v16i8 merge low. 31 ; Test a v16i8 merge low with only the first operand being used. 44 ; Test a v16i8 merge low with only the second operand being used. 58 ; Test a v16i8 merge with both operands being the same. This too is 72 ; Test a v16i8 merge in which some of the indices are don't care. 85 ; Test a v16i8 merge in which one of the operands is undefined and where 100 ; Test a canonical v8i16 merge low. 111 ; Test a reversed v8i16 merge low. [all …]
|
/external/jacoco/org.jacoco.ant.test/src/org/jacoco/ant/ |
D | MergeTaskTest.xml | 16 <project name="JaCoCo Merge Task Tests" xmlns:au="antlib:org.apache.ant.antunit" xmlns:jacoco="antl… 30 <jacoco:merge/> 36 <jacoco:merge destfile="${temp.dir}"/> 41 <jacoco:merge destfile="${exec.file}"/> 47 <jacoco:merge destfile="${exec.file}"> 49 </jacoco:merge> 62 <jacoco:merge destfile="${exec.file}"> 64 </jacoco:merge> 69 <jacoco:merge destfile="${exec.file}"> 71 </jacoco:merge>
|
/external/compiler-rt/test/profile/ |
D | instrprof-basic.c | 4 // RUN: llvm-profdata merge -o %t.profdata %t.profraw 10 // RUN: llvm-profdata merge -o %t.em.profdata %t.profraw_e_* 11 …fuse=%t.em.profdata -o - -S -emit-llvm %s | FileCheck %s --check-prefix=COMMON --check-prefix=MERGE 13 // RUN: %clang_profgen=%t.%m.profraw -o %t.merge -O3 %s 15 // RUN: %run %t.merge 16 // RUN: %run %t.merge 17 // RUN: llvm-profdata merge -o %t.m.profdata %t.*.profraw 18 …ofuse=%t.m.profdata -o - -S -emit-llvm %s | FileCheck %s --check-prefix=COMMON --check-prefix=MERGE 46 // MERGE: ![[PD1]] = !{!"branch_weights", i32 1, i32 3} 47 // MERGE: ![[PD2]] = !{!"branch_weights", i32 3, i32 1}
|
/external/llvm/test/CodeGen/AArch64/ |
D | global-merge-1.ll | 1 ; RUN: llc %s -mtriple=aarch64-none-linux-gnu -aarch64-global-merge -o - | FileCheck %s 2 ; RUN: llc %s -mtriple=aarch64-none-linux-gnu -aarch64-global-merge -global-merge-on-external -o - … 4 ; RUN: llc %s -mtriple=aarch64-linux-gnuabi -aarch64-global-merge -o - | FileCheck %s 5 ; RUN: llc %s -mtriple=aarch64-linux-gnuabi -aarch64-global-merge -global-merge-on-external -o - | … 7 ; RUN: llc %s -mtriple=aarch64-apple-ios -aarch64-global-merge -o - | FileCheck %s --check-prefix=C… 8 ; RUN: llc %s -mtriple=aarch64-apple-ios -aarch64-global-merge -global-merge-on-external -o - | Fil…
|
/external/protobuf/java/util/src/test/java/com/google/protobuf/util/ |
D | FieldMaskTreeTest.java | 123 new FieldMaskTree().addFieldPath("payload.optional_int32").merge(source, builder, options); in testMerge() 131 .merge(source, builder, options); in testMerge() 137 new FieldMaskTree().addFieldPath("payload.repeated_int32").merge(source, builder, options); in testMerge() 145 .merge(source, builder, options); in testMerge() 153 .merge(source, builder, options); in testMerge() 161 .merge(source, builder, options); in testMerge() 172 .merge(source, builder, options); in testMerge() 180 .merge(source, builder, options); in testMerge() 193 .merge(source, builder, options); in testMerge() 199 new FieldMaskTree().addFieldPath("payload.repeated_int32").merge(source, builder, options); in testMerge() [all …]
|