| /llvm-project-15.0.7/llvm/test/tools/llvm-strings/ |
| H A D | stdin-filename.test | 3 RUN: echo abcd | llvm-strings -f - | FileCheck %s 4 RUN: echo abcd | llvm-strings -f | FileCheck %s 5 RUN: echo abcd | llvm-strings --print-file-name - | FileCheck %s 6 RUN: echo abcd | llvm-strings --print-file-name | FileCheck %s 7 CHECK: {standard input}: abcd
|
| H A D | archive-filename.test | 5 RUN: echo -n abcd > %t/abcd 6 RUN: llvm-ar --format=gnu crs %t/archive.a %t/abcd 11 CHECK: archive.a: abcd/ 0 0 0 644 4 ` 12 CHECK: archive.a: abcd
|
| H A D | stdin.test | 11 RUN: echo -e "abcd\nefgh" | llvm-strings - | FileCheck %s --check-prefix=CASE3 --implicit-check-not… 12 CASE3: abcd 16 RUN: echo -e "abcd\x00ef\x1fghij\x7fklmn" | llvm-strings - | FileCheck %s --check-prefix=CASE4 --im… 17 CASE4: abcd
|
| H A D | all-sections.test | 5 RUN: echo abcd | llvm-strings -a | FileCheck %s 6 RUN: echo abcd | llvm-strings --all | FileCheck %s 7 CHECK: abcd
|
| H A D | length.test | 7 RUN: echo abcd >> %t 31 CHECK-1-NEXT: abcd 36 CHECK-2-NEXT: abcd 39 CHECK-4: abcd
|
| H A D | grouped.test | 3 RUN: echo abcd | llvm-strings -af | FileCheck %s 4 CHECK: {standard input}: abcd
|
| H A D | whitespace.test | 2 RUN: echo -n abcd | llvm-strings - | FileCheck %s --strict-whitespace --implicit-check-not={{.}} 3 CHECK: {{^}}abcd{{$}}
|
| H A D | option-grouping.test | 3 RUN: echo abcd > %t 6 CHECK: [[FILE]]: abcd
|
| H A D | response-file.test | 3 RUN: echo abcd > %t 7 CHECK: [[FILE]]: 0 abcd
|
| H A D | file-filename.test | 4 RUN: echo abcd > %t 9 CHECK: [[FILE]]: abcd
|
| H A D | multiple-inputs.test | 5 RUN: echo abcd > %t1 11 CHECK: [[FILE1]]: 0 abcd
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/ |
| H A D | simplestore.ll | 6 @abcd = external global i32 11 store i32 12345, i32* @abcd, align 4 13 ; CHECK: lw $[[REG2:[0-9]+]], %got(abcd)(${{[0-9]+}})
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | JSONTransportTests.cpp | 103 R"({"jsonrpc": "2.0", "method": "foo", "id": "abcd", "params": "efgh"})" in TEST_F() 118 Call foo("abcd"): "efgh" in TEST_F() 128 R"({"id":"abcd","jsonrpc":"2.0","result":"efgh"})" in TEST_F() 143 {"jsonrpc": "2.0", "method": "foo", "id": "abcd", "params": "efgh"} in TEST_F() 159 Call foo("abcd"): "efgh" in TEST_F() 174 "id": "abcd", in TEST_F()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr30813.ll | 4 ; CHECK: movzwl (%rax), [[REG0:%e[abcd]x]] 5 ; CHECK: movl [[REG0]], %e[[REG1C:[abcd]]]x 6 ; CHECK: movq %r[[REG1C]]x, ({{%r[abcd]x}})
|
| H A D | inline-asm-e-constraint.ll | 13 …tail call void asm sideeffect "\0A#define GLOBAL_A abcd$0\0A", "e,~{dirflag},~{fpsr},~{flags}"(ptr… 15 …tail call void asm sideeffect "\0A#define PI abcd$0\0A", "e,~{dirflag},~{fpsr},~{flags}"(float 0x4…
|
| H A D | win32_sret.ll | 19 ; WIN32: movb $42, ({{%e[abcd]x}}) 39 ; WIN32: movb {{.*}}, ({{%e[abcd]x}}) 59 ; WIN32: movb $42, ([[REG1:%e[abcd]x]]) 84 ; WIN32: movl $42, ({{%e[abcd]x}}) 119 ; WIN32: {{[48]}}(%esp), [[REG:%e[abcd]x]] 229 ; WIN32-DAG: movl {{%e[abcd]x}}, 4(%[[out]]) 230 ; WIN32-DAG: movl {{%e[abcd]x}}, (%[[out]])
|
| /llvm-project-15.0.7/llvm/test/MC/AsmParser/ |
| H A D | vararg-default-value.s | 6 .macro abcd arg0=%eax arg1:vararg=%ebx macro 15 abcd ,
|
| H A D | macros-darwin-vararg.s | 67 .macro abcd arg0=%eax, arg1:vararg=%ebx macro 76 abcd ,
|
| H A D | incbin_abcd | 1 abcd
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | inlining-padding.ll | 30 ; CHECK: Name: abcd 32 ; CHECK: 0000: {{.*}} 61626364 00F3F2F1 |........abcd....| 42 ; static void abcd() { x++; } 47 ; abcd(); 100 !27 = distinct !DISubprogram(name: "abcd", scope: !7, file: !7, line: 5, type: !13, isLocal: true, …
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/X86/ |
| H A D | blend_x86.ll | 29 define <4 x float> @constant_blendvps(<4 x float> %xyzw, <4 x float> %abcd) { 38 define <4 x float> @constant_blendvps_zero(<4 x float> %xyzw, <4 x float> %abcd) { 54 define <16 x i8> @constant_pblendvb(<16 x i8> %xyzw, <16 x i8> %abcd) { 63 define <16 x i8> @constant_pblendvb_zero(<16 x i8> %xyzw, <16 x i8> %abcd) { 67 …%1 = tail call <16 x i8> @llvm.x86.sse41.pblendvb(<16 x i8> %xyzw, <16 x i8> %abcd, <16 x i8> zero… 104 define <8 x float> @constant_blendvps_avx(<8 x float> %xyzw, <8 x float> %abcd) { 113 define <8 x float> @constant_blendvps_avx_zero(<8 x float> %xyzw, <8 x float> %abcd) { 129 define <32 x i8> @constant_pblendvb_avx2(<32 x i8> %xyzw, <32 x i8> %abcd) { 134 %1 = tail call <32 x i8> @llvm.x86.avx2.pblendvb(<32 x i8> %xyzw, <32 x i8> %abcd, 142 define <32 x i8> @constant_pblendvb_avx2_zero(<32 x i8> %xyzw, <32 x i8> %abcd) { [all …]
|
| /llvm-project-15.0.7/llvm/test/FileCheck/ |
| H A D | check-dag-overlap.txt | 180 abcd 183 abcd 187 abcd 196 ; DagNotDag-DAG: {{^}}abcd 200 ; DagNotDag-NOT: abcd 204 ; y:DagNotDag-DAG: {{^}}abcd 213 ; z:DagNotDag-DAG: {{^}}abcd
|
| /llvm-project-15.0.7/lld/test/ELF/linkerscript/ |
| H A D | wildcards.s | 15 # SEC-DEFAULT-NEXT: 2 .abcd 00000004 30 ## Now see how replacing '?' with '*' will consume whole abcd. 72 .section .abcd,"ax",@progbits
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | install-name-tool-add-rpath.test | 34 # RUN: llvm-install-name-tool -add_rpath abcd %t.x86_64 39 # RPATH-SIZE-NEXT: path abcd
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | rocm-detect.hip | 52 // RUN: cp -r %T/rocm-spack/hip-* %T/rocm-spack/hip-4.0.0-abcd 58 // RUN: --hip-path=%T/rocm-spack/hip-4.0.0-abcd \ 100 // SPACK-SET: Found HIP installation: [[DIR]]/hip-4.0.0-abcd, version 4.0.20214-a2917cd 103 // SPACK-SET-SAME: "-idirafter" "[[DIR]]/hip-4.0.0-abcd/include"
|