| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | vec-icmpeq-v2i64-p7.ll | 22 ; CHECK_LE-LABEL: shufeq: 30 ; CHECK_LE-NEXT: xxswapd 35, 0 33 ; CHECK_LE-NEXT: xxswapd 0, 0 35 ; CHECK_LE-NEXT: ld 3, -16(1) 36 ; CHECK_LE-NEXT: blr 66 ; CHECK_LE-LABEL: shufne: 80 ; CHECK_LE-NEXT: blr 106 ; CHECK_LE-LABEL: cmpeq: 115 ; CHECK_LE-NEXT: blr 138 ; CHECK_LE-LABEL: cmpne: [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_flags.cpp | 151 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags() 152 CHECK_LE(f->min_uar_stack_size_log, f->max_uar_stack_size_log); in InitializeFlags() 155 CHECK_LE(f->max_redzone, 2048); in InitializeFlags()
|
| H A D | asan_poisoning.cpp | 76 CHECK_LE(size, 4096); in AsanPoisonOrUnpoisonIntraObjectRedzone() 363 CHECK_LE(end - beg, in __sanitizer_annotate_contiguous_container() 403 CHECK_LE(beg, mid); in __sanitizer_contiguous_container_find_bad_address() 404 CHECK_LE(mid, end); in __sanitizer_contiguous_container_find_bad_address()
|
| H A D | asan_allocator.cpp | 45 CHECK_LE(rz_size, 2048); in RZSize2Log() 272 CHECK_LE(sizeof(QuarantineCache), sizeof(ms->quarantine_cache)); in GetQuarantineCache() 321 CHECK_LE(options.max_redzone, 2048); in CheckOptions() 554 CHECK_LE(user_end, alloc_end); in Allocate() 597 CHECK_LE(alloc_beg + sizeof(LargeChunkHeader), chunk_beg); in Allocate()
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_bitvector.h | 324 void check(uptr idx) const { CHECK_LE(idx, size()); } in check() 328 CHECK_LE(res, kLevel1Size); in idx0() 334 CHECK_LE(res, BV::kSize); in idx1() 340 CHECK_LE(res, BV::kSize); in idx2()
|
| H A D | sanitizer_allocator_primary64.h | 419 CHECK_LE(counter_size_bits, kMaxCounterBits); in PackedCounterArray() 724 CHECK_LE(beg + size, NonConstSpaceBeg + kSpaceSize); in MapWithCallbackOrDie() 743 CHECK_LE(new_mapped_free_array, kFreeArraySize); in EnsureFreeArraySpace() 843 CHECK_LE(region->allocated_user, region->mapped_user); in PopulateFreeArray() 845 CHECK_LE(region->allocated_meta, region->mapped_meta); in PopulateFreeArray()
|
| H A D | sanitizer_deadlock_detector2.cpp | 182 CHECK_LE(id, kMaxMutex); in allocateId() 200 CHECK_LE(lt->nlocked, kMaxNesting); in MutexBeforeLock() 290 CHECK_LE(lt->nlocked, kMaxNesting); in MutexAfterLock()
|
| H A D | sanitizer_internal_defs.h | 323 #define CHECK_LE(a, b) CHECK_IMPL((a), <=, (b)) macro 332 #define DCHECK_LE(a, b) CHECK_LE(a, b)
|
| H A D | sanitizer_allocator_secondary.h | 110 CHECK_LE(res + size, map_end); in Allocate() 201 CHECK_LE(nearest_chunk, p); in GetBlockBegin()
|
| H A D | sanitizer_unwind_linux_libcdep.cpp | 168 CHECK_LE((uptr)res, kStackTraceMax); in UnwindSlow()
|
| H A D | sanitizer_stack_store.cpp | 86 CHECK_LE(count, kBlockSizeFrames); in Alloc() 268 CHECK_LE(header->size, kBlockSizeBytes); in GetOrUnpack()
|
| H A D | sanitizer_stacktrace.cpp | 62 CHECK_LE(size, kStackTraceMax); in Init()
|
| H A D | sanitizer_suppressions.cpp | 29 CHECK_LE(suppression_types_num_, kMaxSuppressionTypes); in SuppressionContext()
|
| H A D | sanitizer_symbolizer_mac.cpp | 94 CHECK_LE(i, kArgVMax); in GetArgV()
|
| H A D | sanitizer_ring_buffer.h | 100 CHECK_LE(size, 128 << kPageSizeBits); in Init()
|
| H A D | sanitizer_fuchsia.cpp | 255 CHECK_LE(size, size_); in Unmap() 459 CHECK_LE(length, ZX_CPRNG_DRAW_MAX_LEN); in GetRandom()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | internal_defs.h | 121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) macro 130 #define DCHECK_LE(A, B) CHECK_LE(A, B)
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_ignoreset.cpp | 34 CHECK_LE(size_, kMaxSize); in At()
|
| H A D | tsan_platform_posix.cpp | 83 CHECK_LE(beg, end); in TryProtectRange()
|
| H A D | tsan_platform_linux.cpp | 462 CHECK_LE(thr_beg, tls_addr + tls_size); in ImitateTlsWrite() 464 CHECK_LE(thr_end, tls_addr + tls_size); in ImitateTlsWrite()
|
| H A D | tsan_clock.h | 252 CHECK_LE(atomic_load_relaxed(&global_acquire_), v); in NoteGlobalAcquire()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_ignoreset.cpp | 34 CHECK_LE(size_, kMaxSize); in At()
|
| H A D | tsan_platform_posix.cpp | 83 CHECK_LE(beg, end); in TryProtectRange()
|
| H A D | tsan_platform_linux.cpp | 454 CHECK_LE(thr_beg, tls_addr + tls_size); in ImitateTlsWrite() 456 CHECK_LE(thr_end, tls_addr + tls_size); in ImitateTlsWrite()
|
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_flags.cpp | 86 CHECK_LE((uptr)common_flags()->malloc_context_size, kStackTraceMax); in InitializeFlags()
|