| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtins-hexagon-circ.c | 14 char *base = start; in test2() 28 short *base = start; in test4() 35 int *base = start; in test5() 56 char *base = start; in test8() 70 short *base = start; in test10() 77 int *base = start; in test11() 91 void *base = start; in test13() 98 void *base = start; in test14() 105 void *base = start; in test15() 112 void *base = start; in test16() [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | bisect-skip-count | 47 start = args.skipstart variable 51 print("Start: %d" % start) 55 while start != end and start != end-1: 56 count = start + (end - start)//2 67 start = count variable 71 firstcount = start 73 start = args.countstart variable 78 while start != end and start != end-1: 79 count = start + (end - start)//2 87 start = count variable [all …]
|
| H A D | bisect | 29 start = args.start variable 33 print("Start: %d" % start) 37 while start != end and start != end-1: 38 count = start + (end - start)//2 39 print("Visiting Count: %d with (Start, End) = (%d,%d)" % (count, start, end)) 45 start = count variable 50 print("Last good count: %d" % start)
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | IntervalMapTest.cpp | 103 EXPECT_EQ(100u, I.start()); in TEST() 116 EXPECT_EQ(100u, I.start()); in TEST() 125 EXPECT_EQ(100u, I.start()); in TEST() 132 EXPECT_EQ(0u, I.start()); in TEST() 138 EXPECT_EQ(0u, I.start()); in TEST() 145 EXPECT_EQ(150u, I.start()); in TEST() 152 EXPECT_EQ(150u, I.start()); in TEST() 233 EXPECT_EQ(60u, I.start()); in TEST() 237 EXPECT_EQ(90u, I.start()); in TEST() 271 EXPECT_EQ(80u, I.start()); in TEST() [all …]
|
| /llvm-project-15.0.7/lldb/source/Host/common/ |
| H A D | LockFileBase.cpp | 23 Status LockFileBase::WriteLock(const uint64_t start, const uint64_t len) { in WriteLock() argument 24 return DoLock([&](const uint64_t start, in WriteLock() 26 start, len); in WriteLock() 30 return DoLock([&](const uint64_t start, in TryWriteLock() 32 start, len); in TryWriteLock() 36 return DoLock([&](const uint64_t start, in ReadLock() 38 start, len); in ReadLock() 42 return DoLock([&](const uint64_t start, in TryReadLock() 44 start, len); in TryReadLock() 70 const auto error = locker(start, len); in DoLock() [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-symbolizer/ |
| H A D | sym-verbose.test | 22 #CHECK-NEXT: Function start line: 4 29 #CHECK-NEXT: Function start line: 9 38 #CHECK-NEXT: Function start line: 4 46 #CHECK-NEXT: Function start line: 9 55 #CHECK-NEXT: Function start line: 4 63 #CHECK-NEXT: Function start line: 9 72 #CHECK-NEXT: Function start line: 4 79 #CHECK-NEXT: Function start line: 9 89 #CHECK-NEXT: Function start line: 4 97 #CHECK-NEXT: Function start line: 9 [all …]
|
| /llvm-project-15.0.7/llvm/test/Transforms/ConstraintElimination/ |
| H A D | add.ll | 40 %start.1 = add i8 %start, 1 43 %start.2 = add i8 %start, 2 46 %start.3 = add i8 %start, 3 49 %start.4 = add i8 %start, 4 91 %start.1 = add i8 %start, 1 94 %start.2 = add i8 %start, 2 97 %start.3 = add i8 %start, 3 100 %start.4 = add i8 %start, 4 145 %start.1 = add i8 %start, 1 148 %start.2 = add i8 %start, 2 [all …]
|
| H A D | sub.ll | 40 %start.1 = sub i8 %start, 1 43 %start.2 = sub i8 %start, 2 46 %start.3 = sub i8 %start, 3 49 %start.4 = sub i8 %start, 4 94 %start.1 = sub i8 %start, 1 97 %start.2 = sub i8 %start, 2 100 %start.3 = sub i8 %start, 3 103 %start.4 = sub i8 %start, 4 107 %start.5 = sub i8 %start, 5 154 %start.1 = sub i8 %start, 1 [all …]
|
| H A D | mixed-signed-unsigned-predicates.ll | 63 %start.1.1 = add nuw i8 %start, 1 67 %start.3.1 = add nuw i8 %start, 3 84 %start.1 = add nuw i8 %start, 1 94 %start.2 = add nuw i8 %start, 2 104 %start.3 = add nuw i8 %start, 3 111 %start.4 = add nuw i8 %start, 4 203 %start.1 = add nuw i8 %start, 1 213 %start.2 = add nuw i8 %start, 2 223 %start.3 = add nuw i8 %start, 3 230 %start.4 = add nuw i8 %start, 4 [all …]
|
| H A D | decompose-with-temporary-indices.ll | 36 %start.add.idx = add nuw nsw i8 %start, %idx 37 %start.add.n = add nuw nsw i8 %start, %n 38 %start.add.1 = add nuw nsw i8 %start, 1 42 %t.0 = icmp ult i8 %start.add.idx, %start.add.n 43 %f.0 = icmp uge i8 %start.add.idx, %start.add.n 46 %c.1 = icmp ult i8 %start.add.1, %start.add.n 49 %c.2 = icmp ult i8 %start.add.idx, %start.add.1 55 %f.1 = icmp ult i8 %start.add.idx, %start.add.n 56 %t.1 = icmp uge i8 %start.add.idx, %start.add.n 59 %c.3 = icmp ult i8 %start.add.1, %start.add.n [all …]
|
| H A D | sub-nuw.ll | 40 %start.1 = sub nuw i8 %start, 1 43 %start.2 = sub nuw i8 %start, 2 46 %start.3 = sub nuw i8 %start, 3 49 %start.4 = sub nuw i8 %start, 4 94 %start.1 = sub nuw i8 %start, 1 97 %start.2 = sub nuw i8 %start, 2 100 %start.3 = sub nuw i8 %start, 3 103 %start.4 = sub nuw i8 %start, 4 107 %start.5 = sub nuw i8 %start, 5 154 %start.1 = sub nuw i8 %start, 1 [all …]
|
| H A D | geps-pointers-to-arrays.ll | 24 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 5, i64 0 25 %c.0 = icmp ult i8* %start.0, %high 54 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 10, i64 0 84 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 5, i64 0 114 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 5, i64 1 147 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 10, i64 0 179 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 10, i64 0 182 %start.1 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 2, i64 1 214 %start.0 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 3, i64 0 218 %start.1 = getelementptr inbounds [10 x i8], [10 x i8]* %start, i64 3, i64 1 [all …]
|
| H A D | geps-pointers-to-structs.ll | 28 %start.0 = getelementptr inbounds %struct.1, %struct.1* %start, i64 5, i32 0 29 %start.0.cast = bitcast i32* %start.0 to i8* 66 %start.0.cast = bitcast i32* %start.0 to i8* 103 %start.0.cast = bitcast i64* %start.0 to i8* 168 %start.0 = getelementptr inbounds %struct.1, %struct.1* %start, i64 6, i32 0 169 %start.0.cast = bitcast i32* %start.0 to i8* 198 %start.0.cast = bitcast i64 * %start.0 to i8* 258 %start.0.cast = bitcast i64* %start.0 to i8* 322 %start.0.cast = bitcast i32* %start.0 to i8* 359 %start.0.cast = bitcast i64* %start.0 to i8* [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/ELF/ |
| H A D | change-entry-point.test | 3 # Test --set-start. 4 # RUN: llvm-objcopy --set-start 0x1000 %t %t2 6 # RUN: llvm-objcopy --set-start 4096 %t %t3 12 # Test --change-start. 13 # RUN: llvm-objcopy --change-start 0x50 %t %t6 17 # RUN: llvm-objcopy --change-start -128 %t %t8 25 # Test --change-start after --set-start. Result should be 0x1150. 26 # RUN: llvm-objcopy --set-start 0x1000 --change-start 0x100 --change-start 0x50 %t %t12 29 # If --set-start is after --change-start then --change-start has no effect. 30 # RUN: llvm-objcopy --change-start 0x150 --set-start 0x1000 %t %t13 [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/ |
| H A D | circ_new.ll | 9 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrub.pci(i8* %start, i32 4, i32 %mod, i8* %start) 23 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrb.pci(i8* %start, i32 4, i32 %mod, i8* %start) 37 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadruh.pci(i8* %start, i32 4, i32 %mod, i8* %start) 51 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrh.pci(i8* %start, i32 4, i32 %mod, i8* %start) 91 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrub.pcr(i8* %start, i32 %mod, i8* %start) 105 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrb.pcr(i8* %start, i32 %mod, i8* %start) 119 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadruh.pcr(i8* %start, i32 %mod, i8* %start) 133 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadrh.pcr(i8* %start, i32 %mod, i8* %start) 147 %0 = tail call { i32, i8* } @llvm.hexagon.L2.loadri.pcr(i8* %start, i32 %mod, i8* %start) 160 %0 = tail call { i64, i8* } @llvm.hexagon.L2.loadrd.pcr(i8* %start, i32 %mod, i8* %start) [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | clear_cache.c | 61 void __clear_cache(void *start, void *end) { in __clear_cache() argument 66 FlushInstructionCache(GetCurrentProcess(), start, end - start); in __clear_cache() 71 arg.addr = (uintptr_t)start; in __clear_cache() 72 arg.len = (uintptr_t)end - (uintptr_t)start; in __clear_cache() 95 const uintptr_t start_int = (uintptr_t)start; in __clear_cache() 99 cacheflush(start, (uintptr_t)end - (uintptr_t)start, BCACHE); in __clear_cache() 101 uint64_t xstart = (uint64_t)(uintptr_t)start; in __clear_cache() 163 register void *start_reg __asm("a0") = start; in __clear_cache() 175 arg.addr = (uintptr_t)start; in __clear_cache() 176 arg.len = (uintptr_t)end - (uintptr_t)start; in __clear_cache() [all …]
|
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | increasing-or-decreasing-iv.ll | 7 ; CHECK-NEXT: %start = select i1 %c, i32 127, i32 0 8 ; CHECK-NEXT: --> %start U: [0,128) S: [0,128) 27 %start = select i1 %c, i32 127, i32 0 47 ; CHECK-NEXT: --> %start U: [0,121) S: [0,121) 94 %start = select i1 %c, i32 120, i32 0 154 %start = select i1 %c, i32 127, i32 0 203 %start = select i1 %c, i16 1000, i16 0 251 %start = select i1 %c, i32 127, i32 0 293 %start = select i1 %c, i32 127, i32 0 338 %start = select i1 %c, i32 127, i32 0 [all …]
|
| H A D | trip-count13.ll | 6 %start = add i8 %rhs, 100 23 define void @u_1(i8 %start) { 26 %rhs = add i8 %start, -100 36 ; CHECK-NEXT: Loop %loop: backedge-taken count is ((-1 * %start) + ((-100 + %start) umax %start)) 46 %start = add i8 %rhs, 100 63 define void @s_1(i8 %start) { 66 %rhs = add i8 %start, -100 76 ; CHECK-NEXT: Loop %loop: backedge-taken count is ((-1 * %start) + ((-100 + %start) smax %start)) 83 define void @s_2(i8 %start) { 85 %rhs = add i8 %start, -100 [all …]
|
| H A D | infer-prestart-no-wrap.ll | 3 define void @infer.sext.0(i1* %c, i32 %start, i32* %buf) { 10 %idx = phi i32 [ %start, %entry ], [ %idx.inc, %loop ] 51 define void @infer.sext.1(i32 %start, i1* %c) { 54 %start.mul = mul i32 %start, 4 55 %start.real = add i32 %start.mul, 2 71 define void @infer.sext.2(i1* %c, i8 %start) { 74 %start.inc = add i8 %start, 1 75 %entry.condition = icmp slt i8 %start, 127 91 define void @infer.zext.1(i1* %c, i8 %start) { 94 %start.inc = add i8 %start, 1 [all …]
|
| /llvm-project-15.0.7/llvm/test/MC/AArch64/ |
| H A D | label-arithmetic-elf.s | 3 start: label 8 adds w0, w1, #(end - start) 9 adds x0, x1, #(end - start) 10 add w0, w1, #(end - start) 11 add x0, x1, #(end - start) 12 cmp w0, #(end - start) 13 cmp x0, #(end - start) 14 sub w0, w1, #(end - start) 15 sub x0, x1, #(end - start) 33 cmp w0, #((end - start) >> 2) [all …]
|
| H A D | adr-diagnostics.s | 3 adr x0, -start 7 adr x1, start * 10 11 adr x2, 2 * (start + 987136) 15 adr x3, (end + start) 19 adr x4, #(end - start) 24 adrp x0, -start 28 adrp x1, start * 10 32 adrp x2, 2 * (start + 987136) 36 adrp x3, (end + start) 40 adrp x4, #(end - start)
|
| /llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/ |
| H A D | msgpack.h | 39 const unsigned char *start; member 86 bytes.start = next; in handle_array() 88 return bytes.start; in handle_array() 104 bytes.start = end_value; in handle_map() 106 return bytes.start; in handle_map() 127 const unsigned char *start = bytes.start; in handle_msgpack_given_type() local 140 const uint64_t N = info(start); in handle_msgpack_given_type() 147 return start + bytes_used; in handle_msgpack_given_type() 156 return start + bytes_used; in handle_msgpack_given_type() 165 return start + bytes_used; in handle_msgpack_given_type() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | LiveIntervalUnion.cpp | 38 SegmentIter SegPos = Segments.find(RegPos->start); in unify() 44 SegPos.advanceTo(RegPos->start); in unify() 66 SegmentIter SegPos = Segments.find(RegPos->start); in extract() 75 RegPos = Range.advanceTo(RegPos, SegPos.start()); in extract() 79 SegPos.advanceTo(RegPos->start); in extract() 90 OS << " [" << SI.start() << ' ' << SI.stop() in print() 149 LiveUnionI.find(LRI->start); in collectInterferingVRegs() 158 while (LRI->start < LiveUnionI.stop() && LRI->end > LiveUnionI.start()) { in collectInterferingVRegs() 179 LRI = LR->advanceTo(LRI, LiveUnionI.start()); in collectInterferingVRegs() 184 if (LRI->start < LiveUnionI.stop()) in collectInterferingVRegs() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/ |
| H A D | LoopCoalescing.cpp | 62 unsigned start = 0; in walkLoop() local 63 for (; start < end - 1; ++start) { in walkLoop() 65 *std::max_element(std::next(operandsDefinedAbove.begin(), start), in walkLoop() 67 if (maxPos > start) in walkLoop() 70 assert(maxPos == start && in walkLoop() 72 LLVM_DEBUG(llvm::dbgs() << " found coalesceable band from " << start in walkLoop() 76 llvm::makeMutableArrayRef(loops.data() + start, end - start); in walkLoop() 82 if (start != end - 1) in walkLoop() 83 end = start + 1; in walkLoop()
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_linux.cpp | 79 uptr start = kMemoryLayout[i].start; in CheckMemoryLayoutSanity() local 82 CHECK_LT(start, end); in CheckMemoryLayoutSanity() 83 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity() 84 CHECK(addr_is_type(start, type)); in CheckMemoryLayoutSanity() 85 CHECK(addr_is_type((start + end) / 2, type)); in CheckMemoryLayoutSanity() 88 uptr addr = start; in CheckMemoryLayoutSanity() 93 addr = (start + end) / 2; in CheckMemoryLayoutSanity() 125 uptr start = kMemoryLayout[i].start; in InitShadow() local 127 uptr size = end - start; in InitShadow() 131 if (start >= maxVirtualAddress) in InitShadow() [all …]
|