Home
last modified time | relevance | path

Searched refs:distinct (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/external/llvm/test/Assembler/
Ddistinct-mdnode.ll10 !4 = distinct !{}
11 !5 = distinct !{}
12 !6 = distinct !{!0}
13 !7 = distinct !{!0}
14 !8 = distinct !{!8}
15 !9 = distinct !{!9}
16 !10 = !{!10} ; This should become distinct.
21 ; CHECK-NEXT: !2 = distinct !{}
22 ; CHECK-NEXT: !3 = distinct !{}
23 ; CHECK-NEXT: !4 = distinct !{!0}
[all …]
Dmdcompileunit.ll7 !0 = distinct !{}
9 !2 = distinct !{}
10 !3 = distinct !{}
11 !4 = distinct !{}
12 !5 = distinct !{}
13 !6 = distinct !{}
Dmdsubprogram.ll10 !1 = distinct !MDCompositeType(tag: DW_TAG_structure_type)
13 !4 = distinct !MDCompositeType(tag: DW_TAG_structure_type)
14 !5 = distinct !{}
15 !6 = distinct !MDSubprogram(isDefinition: false)
16 !7 = distinct !{}
/external/llvm/test/Linker/
Ddistinct.ll1 ; RUN: llvm-link %s %S/Inputs/distinct.ll -o - -S | FileCheck %s
3 ; Test that distinct nodes from other modules remain distinct. The @global
16 ; CHECK-NEXT: !3 = distinct !{}
17 ; CHECK-NEXT: !4 = distinct !{!0}
18 ; CHECK-NEXT: !5 = distinct !{i32* @global}
22 ; CHECK-NEXT: !9 = distinct !{}
23 ; CHECK-NEXT: !10 = distinct !{!0}
24 ; CHECK-NEXT: !11 = distinct !{i32* @global}
32 !3 = distinct !{}
33 !4 = distinct !{!0}
[all …]
Dmdlocation.ll12 ; CHECK-NEXT: !4 = distinct !MDSubprogram(
16 ; CHECK-NEXT: !8 = distinct !MDLocation(line: 3, column: 7, scope: !0)
17 ; CHECK-NEXT: !9 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !8)
18 ; CHECK-NEXT: !10 = distinct !MDSubprogram(
22 ; CHECK-NEXT: !14 = distinct !MDLocation(line: 3, column: 7, scope: !0)
23 ; CHECK-NEXT: !15 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !14)
28 !4 = distinct !MDSubprogram() ; Test actual remapping.
32 ; Test distinct nodes.
33 !8 = distinct !MDLocation(line: 3, column: 7, scope: !0)
34 !9 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !8)
Ddistinct-cycles.ll7 ; CHECK: !0 = distinct !{!1}
8 !0 = distinct !{!1}
/external/llvm/test/Transforms/Inline/
Dnoalias-cs.ll50 !1 = distinct !{!1, !2, !"hello: %a"}
51 !2 = distinct !{!2, !"hello"}
53 !4 = distinct !{!4, !5, !"hello2: %a"}
54 !5 = distinct !{!5, !"hello2"}
55 !6 = distinct !{!6, !5, !"hello2: %b"}
60 ; CHECK: !1 = distinct !{!1, !2, !"hello2: %a"}
61 ; CHECK: !2 = distinct !{!2, !"hello2"}
62 ; CHECK: !3 = distinct !{!3, !2, !"hello2: %b"}
66 ; CHECK: !7 = distinct !{!7, !8, !"hello2: %a"}
67 ; CHECK: !8 = distinct !{!8, !"hello2"}
[all …]
Dnoalias2.ll75 ; CHECK: !1 = distinct !{!1, !2, !"hello: %c"}
76 ; CHECK: !2 = distinct !{!2, !"hello"}
78 ; CHECK: !4 = distinct !{!4, !2, !"hello: %a"}
80 ; CHECK: !6 = distinct !{!6, !7, !"hello: %c"}
81 ; CHECK: !7 = distinct !{!7, !"hello"}
82 ; CHECK: !8 = distinct !{!8, !9, !"foo: %c"}
83 ; CHECK: !9 = distinct !{!9, !"foo"}
85 ; CHECK: !11 = distinct !{!11, !7, !"hello: %a"}
86 ; CHECK: !12 = distinct !{!12, !9, !"foo: %a"}
90 ; CHECK: !16 = distinct !{!16, !17, !"hello2: %a"}
[all …]
Dnoalias.ll68 ; CHECK: !1 = distinct !{!1, !2, !"hello: %a"}
69 ; CHECK: !2 = distinct !{!2, !"hello"}
71 ; CHECK: !4 = distinct !{!4, !5, !"hello2: %a"}
72 ; CHECK: !5 = distinct !{!5, !"hello2"}
73 ; CHECK: !6 = distinct !{!6, !5, !"hello2: %b"}
/external/llvm/test/Transforms/Util/
Dcombine-alias-scope-metadata.ll19 !1 = distinct !{!1, !0, !"in"}
20 !2 = distinct !{!2, !0, !"tmp"}
21 !3 = distinct !{!3, !0, !"tmp2"}
22 !4 = distinct !{!1, !2}
23 !5 = distinct !{!2, !3}
24 !6 = distinct !{!1, !2}
/external/llvm/test/Linker/Inputs/
Dmdlocation.ll7 !4 = distinct !MDSubprogram() ; Test actual remapping.
11 ; Test distinct nodes.
12 !8 = distinct !MDLocation(line: 3, column: 7, scope: !0)
13 !9 = distinct !MDLocation(line: 3, column: 7, scope: !0, inlinedAt: !8)
Ddistinct.ll8 !3 = distinct !{}
9 !4 = distinct !{!0}
10 !5 = distinct !{i32* @global}
/external/clang/test/SemaObjC/
Dcomptypes-3.m45 …if (obj_a == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProt…
46 …if (obj_b == obj_a) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyProt…
57 …if (obj_b == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPro…
58 …if (obj_ac == obj_b) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPro…
60 …if (obj_ab == obj_ac) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPr…
61 …if (obj_ac == obj_ab) foo (); // expected-warning {{comparison of distinct pointer types ('id<MyPr…
Dcomptypes-7.m51 …if (obj == j) foo() ; // expected-warning {{comparison of distinct pointer types ('id' and 'int *'…
52 …if (j == obj) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'id'…
56 …if (obj_c == j) foo() ; // expected-warning {{comparison of distinct pointer types ('MyClass *' an…
57 …if (j == obj_c) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'M…
61 …if (obj_p == j) foo() ; // expected-warning {{comparison of distinct pointer types ('id<MyProtocol…
62 …if (j == obj_p) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'i…
66 …if (obj_C == j) foo() ; // expected-warning {{comparison of distinct pointer types ('Class' and 'i…
67 …if (j == obj_C) foo() ; // expected-warning {{comparison of distinct pointer types ('int *' and 'C…
/external/llvm/test/CodeGen/X86/
D2012-11-30-misched-dbg.ll72 !5 = distinct !MDLexicalBlock(line: 815, column: 0, file: !14, scope: !6)
73 !6 = distinct !MDLexicalBlock(line: 812, column: 0, file: !14, scope: !7)
74 !7 = distinct !MDLexicalBlock(line: 807, column: 0, file: !14, scope: !8)
75 !8 = distinct !MDLexicalBlock(line: 440, column: 0, file: !14, scope: !9)
76 !9 = distinct !MDLexicalBlock(line: 435, column: 0, file: !14, scope: !10)
77 !10 = distinct !MDLexicalBlock(line: 434, column: 0, file: !14, scope: !11)
78 !11 = distinct !MDLexicalBlock(line: 250, column: 0, file: !14, scope: !12)
79 !12 = distinct !MDLexicalBlock(line: 249, column: 0, file: !14, scope: !13)
80 !13 = distinct !MDLexicalBlock(line: 221, column: 0, file: !14, scope: !21)
D2010-09-16-EmptyFilename.ll27 !9 = distinct !MDLexicalBlock(line: 53, column: 11, file: !14, scope: !0)
29 !11 = distinct !MDLexicalBlock(line: 4, column: 13, file: !15, scope: !12)
30 !12 = distinct !MDLexicalBlock(line: 4, column: 11, file: !15, scope: !6)
/external/bison/m4/
Ddouble-slash-root.m410 AC_CACHE_CHECK([whether // is distinct from /], [gl_cv_double_slash_root],
14 # that have a distinct // are Apollo DomainOS (too old to port to),
16 # special semantics and is distinct from /, please report it to
36 [Define to 1 if // is a file system root distinct from /.])
/external/llvm/test/CodeGen/ARM/
Ddebug-info-qreg.ll66 !25 = distinct !MDLexicalBlock(line: 59, column: 33, file: !54, scope: !10)
81 !40 = distinct !MDLexicalBlock(line: 75, column: 35, file: !54, scope: !41)
82 !41 = distinct !MDLexicalBlock(line: 75, column: 5, file: !54, scope: !42)
83 !42 = distinct !MDLexicalBlock(line: 71, column: 32, file: !54, scope: !43)
84 !43 = distinct !MDLexicalBlock(line: 71, column: 3, file: !54, scope: !25)
87 !46 = distinct !MDLexicalBlock(line: 42, column: 2, file: !55, scope: !47)
88 !47 = distinct !MDLexicalBlock(line: 41, column: 28, file: !55, scope: !14)
Ddebug-info-branch-folding.ll70 !25 = distinct !MDLexicalBlock(line: 59, column: 33, file: !1, scope: !10)
85 !40 = distinct !MDLexicalBlock(line: 75, column: 35, file: !1, scope: !41)
86 !41 = distinct !MDLexicalBlock(line: 75, column: 5, file: !1, scope: !42)
87 !42 = distinct !MDLexicalBlock(line: 71, column: 32, file: !1, scope: !43)
88 !43 = distinct !MDLexicalBlock(line: 71, column: 3, file: !1, scope: !25)
91 !46 = distinct !MDLexicalBlock(line: 42, column: 2, file: !15, scope: !47)
92 !47 = distinct !MDLexicalBlock(line: 41, column: 28, file: !15, scope: !14)
/external/clang/test/Modules/
Dlinkage-merge.m14 static int f1(float); // okay: considered distinct
15 static int f2(float); // okay: considered distinct
16 extern int f3(float); // okay: considered distinct
/external/llvm/test/Transforms/LICM/
Ddebug-value.ll51 !12 = distinct !MDLexicalBlock(line: 272, column: 5, file: !25, scope: !13)
52 !13 = distinct !MDLexicalBlock(line: 271, column: 5, file: !25, scope: !14)
53 !14 = distinct !MDLexicalBlock(line: 267, column: 1, file: !25, scope: !10)
56 !17 = distinct !MDLexicalBlock(line: 282, column: 9, file: !25, scope: !12)
61 !22 = distinct !MDLexicalBlock(line: 285, column: 13, file: !25, scope: !17)
/external/llvm/test/Transforms/SampleProfile/
Dpropagate.ll213 !12 = distinct !MDLexicalBlock(line: 4, column: 0, file: !1, scope: !4)
215 !14 = distinct !MDLexicalBlock(line: 4, column: 0, file: !1, scope: !12)
217 !16 = distinct !MDLexicalBlock(line: 7, column: 0, file: !1, scope: !17)
218 !17 = distinct !MDLexicalBlock(line: 6, column: 0, file: !1, scope: !12)
220 !19 = distinct !MDLexicalBlock(line: 8, column: 0, file: !1, scope: !20)
221 !20 = distinct !MDLexicalBlock(line: 7, column: 0, file: !1, scope: !16)
224 !23 = distinct !MDLexicalBlock(line: 10, column: 0, file: !1, scope: !20)
226 !25 = distinct !MDLexicalBlock(line: 10, column: 0, file: !1, scope: !23)
230 !29 = distinct !MDLexicalBlock(line: 14, column: 0, file: !1, scope: !30)
231 !30 = distinct !MDLexicalBlock(line: 13, column: 0, file: !1, scope: !23)
[all …]
/external/llvm/test/Transforms/InstSimplify/
Dpast-the-end.ll9 ; Comparing base addresses of two distinct globals. Never equal.
18 ; Comparing past-the-end addresses of two distinct globals. Never equal.
41 ; Comparing base addresses of two distinct allocas. Never equal.
52 ; Comparing past-the-end addresses of two distinct allocas. Never equal.
/external/llvm/test/Transforms/AddDiscriminators/
Dfirst-only.ll65 !11 = distinct !MDLexicalBlock(line: 3, column: 0, file: !1, scope: !4)
67 ; CHECK: ![[BLOCK1:[0-9]+]] = distinct !MDLexicalBlock(scope: ![[FOO]],{{.*}} line: 3)
71 !13 = distinct !MDLexicalBlock(line: 3, column: 0, file: !1, scope: !11)
75 ; CHECK: ![[BLOCK2]] = distinct !MDLexicalBlock(scope: ![[BLOCK1]],{{.*}} line: 3)
/external/llvm/test/Feature/
Dmd_on_instruction.ll20 ; CHECK: !1 = distinct !{}
25 !1 = distinct !{}

12345678910>>...13