| /llvm-project-15.0.7/llvm/test/tools/llvm-ar/ |
| H A D | mri-end.test | 55 #--- no-save.mri 56 create no-save.ar 59 #--- no-save-end.mri 64 #--- save.mri 65 create save.ar 67 save 69 #--- save-end.mri 70 create save-end.ar 72 save 84 save [all …]
|
| H A D | mri-delete.test | 72 save 79 save 87 save 98 save 108 save 117 save 127 save 136 save 145 save 152 save [all …]
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | StringSaver.h | 28 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 29 StringRef save(StringRef S); 30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function 31 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function 50 StringRef save(const char *S) { return save(StringRef(S)); } in save() function 51 StringRef save(StringRef S); 52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function 53 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function
|
| /llvm-project-15.0.7/clang/test/Driver/ |
| H A D | hip-save-temps.hip | 5 // RUN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 10 // RUN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 15 // RUN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 20 // RUN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 25 // RUN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 30 // UN: %clang -### -target x86_64-linux-gnu -nogpulib -save-temps \ 48 // NORDC-SAME: "-o" "hip-save-temps-hip-amdgcn-amd-amdhsa-gfx900.s" 55 // NORDC: {{.*lld.*}}"-o" "hip-save-temps-hip-amdgcn-amd-amdhsa-gfx900.out" 62 // RDCC: "{{.*clang-offload-bundler.*}}" {{.*}} "-output=hip-save-temps.o" 64 // RDCL: {{.*}}llvm-mc{{.*}}"-o" "hip-save-temps-hip-amdgcn-amd-amdhsa.o" "hip-save-temps-hip-amdgc… [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/ARM/ |
| H A D | eh-directive-save-diagnostics.s | 4 @ Check the diagnostics for .save directive 6 @ .save directive should always come after .fnstart directive and 13 @ TEST1: .save before .fnstart 18 .save {r4, r5, r6, r7} 19 @ CHECK: error: .fnstart must precede .save or .vsave directives 20 @ CHECK: .save {r4, r5, r6, r7} 29 @ TEST2: .save after .handlerdata 37 .save {r4, r5, r6, r7} 38 @ CHECK: error: .save or .vsave must precede .handlerdata directive 39 @ CHECK: .save {r4, r5, r6, r7}
|
| H A D | eh-directive-save.s | 4 @ Check the .save directive 29 .save {r0} 42 .save {r0, r1} 55 .save {r0, r2} 68 .save {r1, r2} 81 .save {r0, r1, r2, r3} 112 .save {r4} 125 .save {r4, r5} 168 .save {r4, r14} 181 .save {r4, r5, r14} [all …]
|
| H A D | ra-auth-code.s | 9 .save {ra_auth_code} 10 .save {ra_auth_code, r13} 11 .save {r11, ra_auth_code, r13} 12 .save {r11, ra_auth_code}
|
| H A D | ra-auth-code-errors.s | 9 .save {r11-ra_auth_code} 13 .save {r11, ra_auth_code, r12} 17 .save {ra_auth_code-r13}
|
| /llvm-project-15.0.7/lld/test/ELF/lto/ |
| H A D | save-temps-eq.ll | 21 ;; Check precedence if both --save-temps and --save-temps= are present 22 ; RUN: ld.lld main.o thin1.o --save-temps=preopt --save-temps --save-temps=\opt -o %t/all2/a.out 29 ;; for each option of save-temps= 39 ; RUN: ld.lld main.o thin1.o --save-temps=preopt 46 ; RUN: ld.lld main.o thin1.o --save-temps=promote 58 ; RUN: ld.lld main.o thin1.o --save-temps=import 64 ; RUN: ld.lld main.o thin1.o --save-temps=\opt 84 ; RUN: ld.lld main.o thin1.o --save-temps=prelink 103 ; RUN: ld.lld main.o thin1.o --save-temps=preopt --save-temps=prelink --save-temps=\opt 112 ; RUN: not ld.lld --save-temps=prelink --save-temps=\opt --save-temps=notastage 2>&1 \ [all …]
|
| H A D | thinlto.ll | 9 ; RUN: ld.lld -save-temps --thinlto-jobs=1 -shared %t1.o %t2.o -o %t3 15 ; RUN: ld.lld -save-temps --thinlto-jobs=2 -shared %t1.o %t2.o -o %t3 21 ; RUN: ld.lld -save-temps --plugin-opt=jobs=2 -shared %t1.o %t2.o -o %t3 27 ; RUN: ld.lld -save-temps --threads=2 -shared %t1.o %t2.o -o %t3 33 ; RUN: ld.lld -save-temps --threads=1 --plugin-opt=jobs=2 -shared %t1.o %t2.o -o %t3 39 ; RUN: ld.lld -save-temps --thinlto-jobs=all -shared %t1.o %t2.o -o %t3 45 ; RUN: ld.lld -save-temps --thinlto-jobs=100 -shared %t1.o %t2.o -o %t3 51 ; RUN: not ld.lld -save-temps --thinlto-jobs=foo -shared %t1.o %t2.o -o %t3 2>&1 | FileCheck %s --c… 55 ; RUN: ld.lld -shared -save-temps %t1.o %t2.o -o %t3 59 ; Check that -save-temps is usable with thin archives [all …]
|
| /llvm-project-15.0.7/llvm/test/LTO/ARM/ |
| H A D | lto-linking-metadata.ll | 3 ; RUN: llvm-lto %t1.bc -o %t1.save.opt -save-linked-module -save-merged-module -O1 --exported-symbo… 4 ; RUN: llvm-dis < %t1.save.opt.merged.bc | FileCheck %s 5 ; RUN: llvm-dis < %t1.save.opt.linked.bc | FileCheck %s --check-prefix=CHECK-LINKED 7 ; RUN: llvm-lto2 run %t1.bc -o %t.out.o -save-temps \
|
| /llvm-project-15.0.7/llvm/test/LTO/X86/ |
| H A D | internalize.ll | 3 ; RUN: llvm-lto %t1.bc -o %t1.save.opt --exported-symbol=_foo -save-merged-module -O0 4 ; RUN: llvm-dis < %t1.save.opt.merged.bc | FileCheck %s --check-prefix=INTERNALIZE 8 ; RUN: llvm-lto %t1.bc -enable-lto-internalization=false -o %t1.save.opt \ 9 ; RUN: --exported-symbol=_foo -save-merged-module -O0 10 ; RUN: llvm-dis < %t1.save.opt.merged.bc | FileCheck %s --check-prefix=INTERNALIZE-OPTION-DISABLE 12 ; RUN: llvm-lto2 run %t1.bc -o %t.o -save-temps \ 19 ; RUN: llvm-lto2 run %t1.bc -o %t.o -save-temps -enable-lto-internalization=false \
|
| /llvm-project-15.0.7/llvm/test/Transforms/Coroutines/ |
| H A D | coro-save-nomerge.ll | 4 declare token @llvm.coro.save(ptr) #0 13 ; CHECK-NEXT: [[TMP0:%.*]] = call token @llvm.coro.save(ptr null) 17 ; CHECK-NEXT: [[TMP2:%.*]] = call token @llvm.coro.save(ptr null) 28 %0 = call token @llvm.coro.save(ptr null) 33 %2 = call token @llvm.coro.save(ptr null) 47 ; CHECK-NEXT: [[TMP0:%.*]] = call token @llvm.coro.save(ptr null) 51 ; CHECK-NEXT: [[TMP2:%.*]] = call token @llvm.coro.save(ptr null) 62 %0 = call token @llvm.coro.save(ptr null) 67 %2 = call token @llvm.coro.save(ptr null)
|
| H A D | coro-alloca-08.ll | 26 %save = call token @llvm.coro.save(i8* null) 27 %suspend = call i8 @llvm.coro.suspend(token %save, i1 false) 33 %StrayCoroSave = call token @llvm.coro.save(i8* null) 49 %save = call token @llvm.coro.save(i8* null) 50 %suspend = call i8 @llvm.coro.suspend(token %save, i1 false) 56 %StrayCoroSave = call token @llvm.coro.save(i8* null) 76 declare token @llvm.coro.save(i8*) #3
|
| /llvm-project-15.0.7/llvm/test/LTO/Resolution/X86/ |
| H A D | link-odr-availextern.ll | 8 ; RUN: llvm-lto2 run -o %t3 %t1 %t2ae -r %t1,f,p -r %t2ae,f, -save-temps 11 ; RUN: llvm-lto2 run -o %t3 %t1 %t2odr -r %t1,f,p -r %t2odr,f, -save-temps 14 ; RUN: llvm-lto2 run -o %t3 %t2ae %t1 -r %t1,f,p -r %t2ae,f, -save-temps 17 ; RUN: llvm-lto2 run -o %t3 %t2odr %t1 -r %t1,f,p -r %t2odr,f, -save-temps 20 ; RUN: llvm-lto2 run -o %t3 %t2ae -r %t2ae,f, -save-temps 23 ; RUN: llvm-lto2 run -o %t3 %t2odr -r %t2odr,f, -save-temps 26 ; RUN: llvm-lto2 run -o %t3 %t2odr %t1 -r %t1,f, -r %t2odr,f, -save-temps
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/ |
| H A D | stable_sort.pass.cpp | 36 value_type* save(new value_type[len]); in test_sort_helper() local 39 std::copy(f, l, save); in test_sort_helper() 40 std::stable_sort(save, save+len); in test_sort_helper() 41 assert(std::is_sorted(save, save+len)); in test_sort_helper() 43 delete [] save; in test_sort_helper()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | selective-save-temps.ll | 17 ; RUN: -save-temps 20 ;; for each option of save-temps= 33 ; RUN: -select-save-temps=preopt 45 ; RUN: -select-save-temps=promote 55 ; RUN: -select-save-temps=internalize 65 ; RUN: -select-save-temps=import 75 ; RUN: -select-save-temps=\opt 86 ; RUN: -select-save-temps=precodegen 109 ; RUN: -select-save-temps=resolution 140 ; RUN: -select-save-temps=preopt -save-temps 2>&1 \ [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SPARC/ |
| H A D | fp16-promote.ll | 22 ; V8-NEXT: save %sp, -96, %sp 30 ; V9-NEXT: save %sp, -96, %sp 38 ; SPARC64-NEXT: save %sp, -176, %sp 51 ; V8-NEXT: save %sp, -96, %sp 60 ; V9-NEXT: save %sp, -96, %sp 127 ; V9-NEXT: save %sp, -112, %sp 187 ; V9-NEXT: save %sp, -96, %sp 243 ; V9-NEXT: save %sp, -112, %sp 303 ; V9-NEXT: save %sp, -104, %sp 366 ; V9-NEXT: save %sp, -104, %sp [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Thumb/ |
| H A D | callee_save.ll | 7 ; only need to save the low registers. 11 ; CHECK-NEXT: .save {r4, r5, r6, r7, lr} 27 ; CHECK-NEXT: .save {r8} 40 ; 4 arg/return regs for the save/restore. 48 ; CHECK-NEXT: .save {r8, r9, r10, r11} 65 ; lr to save/restore r8. 69 ; CHECK-NEXT: .save {r4, r7, lr} 72 ; CHECK-NEXT: .save {r8} 244 ; CHECK-NEXT: .save {r9, r10, r11} 247 ; CHECK-NEXT: .save {r8} [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | s2rem.ll | 18 ; PIC: save $16, $17, $ra, [[FS:[0-9]+]] 19 ; STATIC: save $16, $ra, [[FS:[0-9]+]] 35 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 49 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 64 ; PIC: save $16, $17, $ra, $18, [[FS:[0-9]+]] 79 ; PIC: save $16, $ra, [[FS:[0-9]+]] 80 ; STATIC: save $16, $ra, [[FS:[0-9]+]]
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | fiber_asm.cpp | 12 void ucontext_do_switch(void **save, void **load); 62 void ucontext_switch(ucontext *save, ucontext *load) { in ucontext_switch() argument 63 save->fiber = __tsan_get_current_fiber(); in ucontext_switch() 65 ucontext_do_switch(&save->sp, &load->sp); in ucontext_switch()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | float-helpers.s | 42 ; CHECK-SOFT: .save {r11, lr} 65 ; CHECK-SOFT: .save {r11, lr} 88 ; CHECK-SOFT: .save {r11, lr} 111 ; CHECK-SOFT: .save {r11, lr} 134 ; CHECK-SOFT: .save {r11, lr} 165 ; CHECK-SOFT: .save {r11, lr} 196 ; CHECK-SOFT: .save {r11, lr} 227 ; CHECK-SOFT: .save {r11, lr} 258 ; CHECK-SOFT: .save {r11, lr} 289 ; CHECK-SOFT: .save {r11, lr} [all …]
|
| H A D | tail-call-results.ll | 26 ; HF-NOTAIL-NEXT: .save {r7, lr} 37 ; CHECK-NEXT: .save {r7, lr} 51 ; HF-NOTAIL-NEXT: .save {r7, lr} 64 ; CHECK-NEXT: .save {r7, lr} 76 ; HF-NOTAIL-NEXT: .save {r7, lr} 98 ; HF-NOTAIL-NEXT: .save {r7, lr} 118 ; HF-NOTAIL-NEXT: .save {r7, lr} 139 ; HF-NOTAIL-NEXT: .save {r7, lr} 159 ; HF-NOTAIL-NEXT: .save {r7, lr} 180 ; HF-NOTAIL-NEXT: .save {r7, lr}
|
| /llvm-project-15.0.7/lld/test/wasm/lto/ |
| H A D | thinlto.ll | 7 ; RUN: wasm-ld -r -save-temps --thinlto-jobs=1 %t1.o %t2.o -o %t3 13 ; RUN: wasm-ld -r -save-temps --thinlto-jobs=2 %t1.o %t2.o -o %t3 19 ; RUN: wasm-ld -r -save-temps --threads=2 %t1.o %t2.o -o %t3 25 ; RUN: wasm-ld -r -save-temps --threads=1 --thinlto-jobs=2 %t1.o %t2.o -o %t3 31 ; RUN: wasm-ld -r -save-temps --thinlto-jobs=all %t1.o %t2.o -o %t3 37 ; RUN: wasm-ld -r -save-temps --thinlto-jobs=100 %t1.o %t2.o -o %t3 43 ; RUN: not wasm-ld -r -save-temps --thinlto-jobs=foo %t1.o %t2.o -o %t3 2>&1 | FileCheck %s --check… 48 ; RUN: wasm-ld -r -save-temps %t1.o %t2.o -o %t3
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/remote/ |
| H A D | MarshallingTests.cpp | 42 return Strings.save(URI.toString()).begin(); in testPathURI() 58 Sym.Name = Strings.save("Foo"); in createSymbol() 59 Sym.Scope = Strings.save("llvm::foo::bar::"); in createSymbol() 78 Sym.Signature = Strings.save("(int X, char Y, Type T)"); in createSymbol() 81 Strings.save("({1: int X}, {2: char Y}, {3: Type T})"); in createSymbol() 82 Sym.Documentation = Strings.save("This is my amazing Foo constructor!"); in createSymbol() 83 Sym.ReturnType = Strings.save("Foo"); in createSymbol() 130 Strings.save(UnittestURI->toString()).begin(); in TEST() 249 Header.IncludeHeader = Strings.save("<iostream>"); in TEST() 252 Header.IncludeHeader = Strings.save("\"cstdio\""); in TEST() [all …]
|