| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | strncmp-1.ll | 25 ret i32 %temp1 38 ret i32 %temp1 50 ret i32 %temp1 61 ret i32 %temp1 72 ret i32 %temp1 87 ret i32 %temp1 97 ret i32 %temp1 107 ret i32 %temp1 118 ret i32 %temp1 128 ret i32 %temp1 [all …]
|
| H A D | weak-symbols.ll | 13 ; CHECK: ret i32 %temp1 18 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly 19 ret i32 %temp1 29 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) nounwind readonly 30 ret i32 %temp1
|
| H A D | strncat-2.ll | 68 %temp1 = call i8* @strncat(i8* nonnull %str1, i8* nonnull %str2, i32 %n) 69 ret i8* %temp1 78 %temp1 = call i8* @strncat(i8* %str1, i8* %str2, i32 0) 79 ret i8* %temp1 89 %temp1 = call i8* @strncat(i8* %str1, i8* %str2, i32 5) 90 ret i8* %temp1 99 %temp1 = call i8* @strncat(i8* %str1, i8* %str2, i32 %n) 100 ret i8* %temp1 111 %temp1 = call i8* @strncat(i8* %str, i8* %src, i32 10) 112 ret i8* %temp1
|
| H A D | strcmp-1.ll | 35 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 36 ret i32 %temp1 57 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 58 ret i32 %temp1 73 %temp1 = call i32 @strcmp(i8* %str1, i8* %str2) 74 ret i32 %temp1 89 ret i32 %temp1 111 %str2 = select i1 %b, i8* %temp1, i8* %temp2 126 %temp1 = call i32 @strcmp(i8* %str, i8* %str) 127 ret i32 %temp1 [all …]
|
| H A D | strcmp-2.ll | 14 ; CHECK: ret i16 %temp1 18 %temp1 = call i16 @strcmp(i8* %str1, i8* %str2) 19 ret i16 %temp1
|
| H A D | strncmp-wrong-datalayout.ll | 14 %temp1 = call i32 @strncmp(i8* %str1, i8* %str2, i32 1) 15 ret i32 %temp1
|
| H A D | strncmp-2.ll | 20 %temp1 = call i16 @strncmp(i8* %str1, i8* %str2, i32 10) 21 ret i16 %temp1
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ARM/ |
| H A D | strcmp.ll | 25 ret i32 %temp1 39 ret i32 %temp1 51 ret i32 %temp1 62 ret i32 %temp1 77 %str2 = select i1 %b, i8* %temp1, i8* %temp2 89 ret i32 %temp1 103 ret i32 %temp1 117 ret i32 %temp1 129 ret i32 %temp1 140 ret i32 %temp1 [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
| H A D | nonmember_swap.pass.cpp | 43 std::string& temp1 = temp_files.first; in main() local 45 assert(temp1 != temp2); in main() 47 std::ofstream fs1(temp1.c_str()); in main() 56 std::ifstream fs(temp1.c_str()); in main() 63 std::remove(temp1.c_str()); in main() 76 std::wofstream fs1(temp1.c_str()); in main() 85 std::wifstream fs(temp1.c_str()); in main() 92 std::remove(temp1.c_str()); in main()
|
| H A D | member_swap.pass.cpp | 42 std::string& temp1 = temp_files.first; in main() local 44 assert(temp1 != temp2); in main() 46 std::ofstream fs1(temp1.c_str()); in main() 55 std::ifstream fs(temp1.c_str()); in main() 62 std::remove(temp1.c_str()); in main() 75 std::wofstream fs1(temp1.c_str()); in main() 84 std::wifstream fs(temp1.c_str()); in main() 91 std::remove(temp1.c_str()); in main()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | pr14562.ll | 3 @temp1 = global i64 -77129852189294865, align 8 6 %x = load i64, ptr @temp1, align 8 10 store i64 %z, ptr @temp1, align 8 11 ; CHECK: movl $0, {{_?}}temp1+4 12 ; CHECK: movl $0, {{_?}}temp1
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/file.streams/fstreams/fstream.assign/ |
| H A D | nonmember_swap.pass.cpp | 44 std::string& temp1 = temp_files.first; in main() local 46 assert(temp1 != temp2); in main() 48 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 68 std::remove(temp1.c_str()); in main() 73 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 93 std::remove(temp1.c_str()); in main()
|
| H A D | member_swap.pass.cpp | 42 std::string& temp1 = temp_files.first; in main() local 44 assert(temp1 != temp2); in main() 46 std::fstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 66 std::remove(temp1.c_str()); in main() 71 std::wfstream fs1(temp1.c_str(), std::ios_base::in | std::ios_base::out in main() 91 std::remove(temp1.c_str()); in main()
|
| /llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/ |
| H A D | intrinsic-use.ll | 28 ; CHECK-NEXT: store i8* [[VAL1]], i8** %temp1 30 ; CHECK-NEXT: [[VAL2:%.*]] = load i8*, i8** %temp1 44 %temp1 = alloca i8*, align 8 53 store i8* %val1, i8** %temp1 54 call void @test0_helper(i8* %x, i8** %temp1) 55 %val2 = load i8*, i8** %temp1 76 ; CHECK-NEXT: store i8* [[VAL1]], i8** %temp1 90 %temp1 = alloca i8*, align 8 99 store i8* %val1, i8** %temp1 100 call void @test0_helper(i8* %x, i8** %temp1) [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/ArgumentPromotion/ |
| H A D | byval.ll | 17 %temp1 = load i32, i32* %temp, align 4 18 %temp2 = add i32 %temp1, 1 32 %temp1 = load i32, i32* %temp, align 4 33 %temp2 = add i32 %temp1, 1 55 %temp1 = load i32, i32* %temp, align 4 56 %temp2 = add i32 %temp1, 1 71 %temp1 = load i32, i32* %temp, align 4 72 %temp2 = add i32 %temp1, 1 103 %temp1 = load i32, i32* %temp, align 4 104 %temp2 = add i32 %temp1, 1 [all …]
|
| H A D | byval-2.ll | 17 %temp1 = load i32, i32* %temp, align 4 18 %temp2 = add i32 %temp1, 1 42 %temp1 = getelementptr %struct.ss, %struct.ss* %S, i32 0, i32 0 43 store i32 1, i32* %temp1, align 8
|
| H A D | attrs.ll | 15 %temp1 = load i32, i32* %temp, align 4 16 %temp2 = add i32 %temp1, 1 41 %temp1 = getelementptr %struct.ss, %struct.ss* %S, i32 0, i32 0 42 store i32 1, i32* %temp1, align 8
|
| H A D | 2008-02-01-ReturnAttrs.ll | 28 %temp1 = call i32 @deref( i32* %x_addr ) nounwind 29 ret i32 %temp1
|
| H A D | crash.ll | 37 %temp1 = call fastcc i8* @spam(i1 (i8*)* @barney) 72 %temp1 = alloca %S 73 %temp2 = call i32 @test_inf_promote_callee(%S* %temp, %S* %temp1)
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/ |
| H A D | copy_assign.pass.cpp | 80 std::vector<int> temp1, temp2; in balanced_allocs() local 87 temp1 = ca_allocs; in balanced_allocs() 88 std::sort(temp1.begin(), temp1.end()); in balanced_allocs() 90 std::unique_copy(temp1.begin(), temp1.end(), std::back_inserter<std::vector<int>>(temp2)); in balanced_allocs() 101 temp1 = ca_allocs; in balanced_allocs() 102 std::sort(temp1.begin(), temp1.end()); in balanced_allocs() 104 std::unique_copy(temp1.begin(), temp1.end(), std::back_inserter<std::vector<int>>(temp2)); in balanced_allocs()
|
| /llvm-project-15.0.7/llvm/test/Transforms/PhaseOrdering/ |
| H A D | dce-after-argument-promotion.ll | 20 %temp1 = load i32, i32* %temp, align 4 21 %temp2 = add i32 %temp1, 1 37 %temp1 = getelementptr %struct.ss, %struct.ss* %S, i32 0, i32 0 38 store i32 1, i32* %temp1, align 8
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | schedule-vs-if-nested-loop.ll | 21 %temp1.0 = phi float [ 1.000000e+00, %main_body ], [ %temp1.1, %LOOP ], [ %temp1.1, %ENDIF16 ] 90 %76 = insertelement <4 x float> %75, float %temp1.0, i32 1 98 %temp1.1 = phi float [ %94, %ENDIF19 ], [ 1.000000e+00, %main_body ] 123 %94 = fadd float %temp1.1, 0.000000e+00
|
| H A D | schedule-vs-if-nested-loop-failure.ll | 34 %temp1.0 = phi float [ 1.000000e+00, %main_body ], [ %103, %Flow2 ] 105 %82 = insertelement <4 x float> %81, float %temp1.0, i32 1 113 %temp1.1 = phi float [ %108, %Flow ], [ 1.000000e+00, %main_body ] 141 %103 = phi float [ %temp1.1, %Flow1 ], [ %temp1.1, %LOOP ] 153 %112 = fadd float %temp1.1, 0.000000e+00
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/ |
| H A D | valid-shell.txt | 59 # RUN: echo "create a temp1 file" > %T/test/test1/temp1.write 61 # RUN: %{python} %S/check_path.py file %T/test/temp.write %T/test/test1/temp1.write %T/test/test2/t… 85 # RUN: cd %T/dir1 && echo "hello" > temp1.txt 87 # RUN: diff temp2.txt ../dir1/temp1.txt 105 # RUN: echo "abcdefgh" > %T/testCat/temp1.write 108 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write %T/testCat/temp3.write > %T/testCat/tempmu… 121 # RUN: echo "abcdefgh" > %T/testCat/temp1.write 123 # RUN: cat %T/testCat/temp1.write %T/testCat/temp2.write | FileCheck --check-prefix=PIPED-CAT-OUTPU… 131 # RUN: echo "cvbnm" > %T/testCat/temp1.write
|
| /llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/ |
| H A D | no-vx.ll | 16 %indirect-arg-temp1 = alloca fp128, align 8 24 store fp128 %3, fp128* %indirect-arg-temp1, align 8 25 …%call = call signext i32 @bar(i32 signext 2, fp128* %indirect-arg-temp, fp128* %indirect-arg-temp1)
|