Searched refs:hello2 (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/Transforms/Inline/ |
D | noalias-cs.ll | 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"} 68 ; CHECK: !9 = distinct !{!9, !8, !"hello2: %b"} 77 ; CHECK: !18 = distinct !{!18, !19, !"hello2: %a"} [all …]
|
D | noalias.ll | 33 define void @hello2(float* noalias nocapture %a, float* noalias nocapture %b, float* nocapture read… 45 tail call void @hello2(float* %a, float* %b, float* %c) 71 ; CHECK: !4 = distinct !{!4, !5, !"hello2: %a"} 72 ; CHECK: !5 = distinct !{!5, !"hello2"} 73 ; CHECK: !6 = distinct !{!6, !5, !"hello2: %b"}
|
D | noalias2.ll | 33 define void @hello2(float* noalias nocapture %a, float* noalias nocapture %b, float* nocapture read… 48 tail call void @hello2(float* %a, float* %b, float* %c) 90 ; CHECK: !16 = distinct !{!16, !17, !"hello2: %a"} 91 ; CHECK: !17 = distinct !{!17, !"hello2"} 92 ; CHECK: !18 = distinct !{!18, !17, !"hello2: %b"}
|
D | align.ll | 57 define void @hello2(float* align 128 nocapture %a, float* align 128 nocapture %b, float* nocapture … 69 tail call void @hello2(float* %a, float* %b, float* %c)
|
/external/elfutils/tests/debuginfod-rpms/ |
D | hello2.spec. | 1 Summary: hello2 -- double hello, world rpm 2 Name: hello2 29 gcc -g -O2 -D_FORTIFY_SOURCE=2 hello.c -o hello2 35 cp hello2 $RPM_BUILD_ROOT/usr/local/bin/ 46 %attr(0751,root,root) /usr/local/bin/hello2 54 - Add hello2 for dwz testing support.
|
D | hello3.spec. | 51 - New variant of hello2, with crazy source file paths 57 - Add hello2 for dwz testing support.
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | noalias-cs.ll | 87 !4 = distinct !{!4, !5, !"hello2: %a"} 88 !5 = distinct !{!5, !"hello2"} 89 !6 = distinct !{!6, !5, !"hello2: %b"} 94 ; CHECK: !1 = distinct !{!1, !2, !"hello2: %a"} 95 ; CHECK: !2 = distinct !{!2, !"hello2"} 96 ; CHECK: !3 = distinct !{!3, !2, !"hello2: %b"} 103 ; CHECK: !10 = distinct !{!10, !11, !"hello2: %a"} 104 ; CHECK: !11 = distinct !{!11, !"hello2"} 105 ; CHECK: !12 = distinct !{!12, !11, !"hello2: %b"} 111 ; CHECK: !18 = distinct !{!18, !19, !"hello2: %a"} [all …]
|
D | noalias.ll | 33 define void @hello2(float* noalias nocapture %a, float* noalias nocapture %b, float* nocapture read… 45 tail call void @hello2(float* %a, float* %b, float* %c) 71 ; CHECK: !4 = distinct !{!4, !5, !"hello2: %a"} 72 ; CHECK: !5 = distinct !{!5, !"hello2"} 73 ; CHECK: !6 = distinct !{!6, !5, !"hello2: %b"}
|
D | noalias2.ll | 60 define void @hello2(float* noalias nocapture %a, float* noalias nocapture %b, float* nocapture read… 61 ; CHECK-LABEL: define {{[^@]+}}@hello2 104 tail call void @hello2(float* %a, float* %b, float* %c) 127 ; NO_ASSUME: !16 = distinct !{!16, !17, !"hello2: %a"} 128 ; NO_ASSUME: !17 = distinct !{!17, !"hello2"} 129 ; NO_ASSUME: !18 = distinct !{!18, !17, !"hello2: %b"}
|
D | align.ll | 63 define void @hello2(float* align 128 nocapture %a, float* align 128 nocapture %b, float* nocapture … 64 ; CHECK-LABEL: define {{[^@]+}}@hello2 100 tail call void @hello2(float* %a, float* %b, float* %c)
|
/external/elfutils/tests/ |
D | Makefile.am | 475 debuginfod-rpms/fedora30/hello2-1.0-2.src.rpm \ 476 debuginfod-rpms/fedora30/hello2-1.0-2.x86_64.rpm \ 477 debuginfod-rpms/fedora30/hello2-debuginfo-1.0-2.x86_64.rpm \ 478 debuginfod-rpms/fedora30/hello2-debugsource-1.0-2.x86_64.rpm \ 479 debuginfod-rpms/fedora30/hello2-two-1.0-2.x86_64.rpm \ 480 debuginfod-rpms/fedora30/hello2-two-debuginfo-1.0-2.x86_64.rpm \ 487 debuginfod-rpms/hello2.spec. \ 488 debuginfod-rpms/rhel6/hello2-1.0-2.i686.rpm \ 489 debuginfod-rpms/rhel6/hello2-1.0-2.src.rpm \ 490 debuginfod-rpms/rhel6/hello2-debuginfo-1.0-2.i686.rpm \ [all …]
|
D | run-debuginfod-find.sh | 327 archive_test c36708a78618d597dee15d0dc989f093ca5f9120 /usr/src/debug/hello2-1.0-2.x86_64/hello.c $S… 328 archive_test 41a236eb667c362a1c4196018cc4581e09722b1b /usr/src/debug/hello2-1.0-2.x86_64/hello.c $S…
|
/external/llvm-project/clang/test/Preprocessor/ |
D | stringize_space.c | 24 paste(hello2,
|
/external/scapy/test/ |
D | pipetool.uts | 337 s.send("hello2") 364 s.send("hello2") 389 s.send("hello2") 415 s.send("hello2") 420 assert c.q.get(timeout=5) == "hello2" 441 s.send("hello2")
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 3037 const char* hello2 = "487"; in onDrawContent() local 3039 builder2->addText(hello2, strlen(hello2)); in onDrawContent()
|