| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_stats_timing.cpp | 88 std::string formatSI(double interval, int width, char unit) { in formatSI() argument 103 if (interval == 0.0) { in formatSI() 110 if (interval < 0.0) { in formatSI() 112 interval = -interval; in formatSI() 116 if (interval * ranges[i].scale < 1.e0) { in formatSI() 117 interval = interval * 1000.e0 * ranges[i].scale; in formatSI() 119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI() 127 << interval << std::setw(3) << unit; in formatSI()
|
| H A D | kmp_stats_timing.h | 105 extern std::string formatSI(double interval, int width, char unit); 107 inline std::string formatSeconds(double interval, int width) { in formatSeconds() argument 108 return formatSI(interval, width, 'S'); in formatSeconds() 111 inline std::string formatTicks(double interval, int width) { in formatTicks() argument 112 return formatSI(interval, width, 'T'); in formatTicks()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | late-remat-update-2.mir | 4 # to postpone its live interval update. After the rematerialization, the live 5 # interval of %t1 is larger than necessary. Then %t1 is merged into %t3 and %t1 6 # gets removed. After the merge, %t3 contains live interval larger than 7 # necessary. Because %t3 is not in toBeUpdated set so its live interval is not 9 # regalloc. This test wants to check the live interval is up-to-date after 14 # to allocate both %t1 and %t2 to $rax register. If the %t1's live interval is 18 # regallocbasic instead of greedy because greedy can update the live interval
|
| H A D | regalloc-spill-at-ehpad.ll | 4 ; allocator encounters a very short interval that contains no uses but does 6 ; register allocator marked a interval like this as unspillable, resulting in
|
| H A D | regalloc-advanced-split-cost.ll | 8 ; %shl is the interval that will be split. 12 ; that this choice will cause the creation of a local interval that will have a
|
| H A D | 2010-03-04-Mul8Bug.ll | 5 ; from the AX register instead of AH/AL. That confuses live interval analysis.
|
| /llvm-project-15.0.7/libc/AOR_v20.02/math/tools/ |
| H A D | exp.sollya | 9 b = log(2)/(2*N); // interval 10 b = b + b*0x1p-16; // increase interval for non-nearest rounding (TOINT_NARROW) 31 // double interval error for non-nearest rounding
|
| H A D | exp2.sollya | 10 b = 1/(2*N); // interval 16 //b = 1/(2*N); // interval 44 // double interval error for non-nearest rounding:
|
| H A D | cos.sollya | 8 a = -pi/4; // interval
|
| H A D | v_exp.sollya | 9 b = log(2)/(2*N); // interval
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | prune.m | 23 …e-module -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-… 32 …s -Wno-private-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-… 41 …s -Wno-private-module -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-…
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | cache.ll | 51 ; Verify that caches with a timestamp older than the pruning interval 59 ; Verify that specifying a negative number for the pruning interval 64 …bol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval -1 68 ; default values for pruning interval and cache expiration are used, 78 ; pruning interval has value 0 (i.e. run garbage collector now) 85 …mbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval 0 89 ; A negative pruning interval is used to avoid removing cache entries 93 …bol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.cache.noindex --thinlto-cache-pruning-interval -1
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | signed-char-misuse.rst | 18 [-128..127] interval. To avoid this kind of misinterpretation, the desired way 21 interval which matches the known character codes. 30 interval, while the same characters are stored in the [128..255] interval for
|
| /llvm-project-15.0.7/flang/include/flang/Lower/ |
| H A D | PFTBuilder.h | 418 AggregateStore(Interval &&interval, 421 : interval{std::move(interval)}, namingSymbol{&namingSym}, 425 : interval{initialValueSym.offset(), initialValueSym.size()}, 431 std::size_t getOffset() const { return std::get<0>(interval); } 443 Interval interval{}; 472 return std::get<AggregateStore>(var).interval;
|
| /llvm-project-15.0.7/llvm/test/Analysis/LoopAccessAnalysis/ |
| H A D | reverse-memcheck-bounds.ll | 7 ; we need to take this into account and swap the interval 52 ; the interval limits.
|
| /llvm-project-15.0.7/clang/test/ClangScanDeps/Inputs/removed-args/ |
| H A D | cdb.json.template | 4 …er-build-session -fbuild-session-file=DIR/build-session -fmodules-prune-interval=123 -fmodules-pru…
|
| /llvm-project-15.0.7/llvm/docs/PDB/ |
| H A D | MsfFile.rst | 21 following pattern (sometimes referred to as an "interval"): 28 In the first interval, the first data block is used to store 32 the end of an interval, and is for visualization purposes only): 109 bytes, it contains 8 times as many bits as an interval has blocks. This means
|
| /llvm-project-15.0.7/lldb/examples/python/ |
| H A D | performance.py | 71 self.interval = self.end - self.start 372 breakpoint_timer.interval) 391 print('Total time = %.03f sec.' % total_time.interval)
|
| /llvm-project-15.0.7/libclc/generic/lib/math/ |
| H A D | sinpi.cl | 48 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval 98 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval
|
| H A D | cospi.cl | 50 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval 104 // 0x1.0p-7 <= |x| < 2^52, result depends on which 0.25 interval
|
| H A D | clc_tanpi.cl | 49 // 0x1.0p-7 <= |x| < 2^23, result depends on which 0.25 interval 108 // 0x1.0p-14 <= |x| < 2^53, result depends on which 0.25 interval
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | live-debug-variables.ll | 5 ; "i4" sharing the same virtual register. This means the live interval of the 7 ; scope of each. Later during register allocation the live interval is split
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | partially-dead-super-register-immediate.ll | 8 ; During live interval construction, the first sub register def is
|
| H A D | at-least-one-def-value-assert.mir | 8 # CHECK-NEXT: - interval: %0 [16r,48r:0) 0@16r L000000000000000C [16r,32r:0) 0@16r weight:0.00…
|
| /llvm-project-15.0.7/libc/utils/mathtools/ |
| H A D | expm1f.sollya | 7 # and use a degree-6 polynomial to approximate expm1f in each interval.
|