| /llvm-project-15.0.7/llvm/lib/Target/M68k/Disassembler/ |
| H A D | M68kDisassembler.cpp | 117 unsigned RoundUp = alignTo(InstrBits, Align(16)); in getInstruction() local 118 if (RoundUp > Insn.getBitWidth()) in getInstruction() 119 Insn = Insn.zext(RoundUp); in getInstruction() 120 RoundUp = RoundUp >> 3; in getInstruction() 121 for (; Idx < RoundUp; Idx += 2) { in getInstruction()
|
| /llvm-project-15.0.7/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformLinux.c | 92 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function 136 (const uint8_t *)(NoteName + RoundUp(Note->n_namesz, 4)); in WriteBinaryIdForNote() 163 size_t NoteOffset = sizeof(ElfW(Nhdr)) + RoundUp(Note->n_namesz, 4) + in WriteBinaryIds() 164 RoundUp(Note->n_descsz, 4); in WriteBinaryIds()
|
| /llvm-project-15.0.7/compiler-rt/test/tsan/ |
| H A D | deep_stack1.cpp | 27 static size_t RoundUp(size_t n, size_t to) { in RoundUp() function 39 stack_size = RoundUp(stack_size, 0x10000); // round the stack size to 64k in main()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 123 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() 136 CHECK_EQ(p, RoundUp(p, kPageSize)); in ResetRange() 137 CHECK_EQ(sz, RoundUp(sz, kPageSize)); in ResetRange()
|
| H A D | tsan_rtl_access.cpp | 499 uptr size1 = Min<uptr>(size, RoundUp(addr + 1, kShadowCell) - addr); in UnalignedMemoryAccess() 570 Min(end, reinterpret_cast<RawShadow*>(RoundUp( in MemoryRangeSet() 585 uptr size1 = RoundUp(size + addr - addr1, kShadowCell); in MemoryResetRange() 600 size = RoundUp(size, kShadowCell); in MemoryRangeFreed() 635 size = RoundUp(size, kShadowCell); in MemoryRangeImitateWrite() 713 uptr size1 = Min(size, RoundUp(addr, kShadowCell) - addr); in MemoryAccessRangeT()
|
| H A D | tsan_defs.h | 133 T RoundUp(T p, u64 align) { in RoundUp() function
|
| H A D | tsan_mman.cpp | 39 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_sync.cpp | 134 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() 147 CHECK_EQ(p, RoundUp(p, kPageSize)); in ResetRange() 148 CHECK_EQ(sz, RoundUp(sz, kPageSize)); in ResetRange()
|
| H A D | tsan_defs.h | 160 T RoundUp(T p, u64 align) { in RoundUp() function
|
| H A D | tsan_rtl_thread.cpp | 199 epoch0 = RoundUp(epoch1 + 1, kTracePartSize); in OnStarted()
|
| H A D | tsan_mman.cpp | 39 uptr diff = RoundUp(p, kPageSize) - p; in OnUnmap()
|
| H A D | tsan_rtl.cpp | 92 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
|
| /llvm-project-15.0.7/libc/test/src/math/exhaustive/ |
| H A D | log2f_test.cpp | 40 TEST_F(LlvmLibcLog2fExhaustiveTest, RoundUp) { in TEST_F() argument
|
| H A D | logf_test.cpp | 40 TEST_F(LlvmLibcLogfExhaustiveTest, RoundUp) { in TEST_F() argument
|
| H A D | log10f_test.cpp | 45 TEST_F(LlvmLibcLog10fExhaustiveTest, RoundUp) { in TEST_F() argument
|
| H A D | log1pf_test.cpp | 46 TEST_F(LlvmLibclog1pfExhaustiveTest, RoundUp) { in TEST_F() argument
|
| H A D | hypotf_test.cpp | 56 TEST_F(LlvmLibcHypotfExhaustiveTest, RoundUp) { in TEST_F() argument
|
| /llvm-project-15.0.7/flang/include/flang/Decimal/ |
| H A D | decimal.h | 48 RoundUp, /* RU */ enumerator
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | decimal-to-binary.cpp | 165 case RoundUp: in LoseLeastSignificantDigit() 274 case RoundUp: in ToBinary()
|
| H A D | binary-to-decimal.cpp | 157 case RoundUp: in ConvertToDecimal()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | format-implementation.h | 116 modes.round = decimal::RoundUp; in HandleControl()
|
| H A D | edit-output.cpp | 422 if ((rounding == decimal::FortranRounding::RoundUp && in EditFOutput()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProfReader.cpp | 574 static size_t RoundUp(size_t size, size_t align) { in RoundUp() function 616 BI += RoundUp(BinaryIdLen, sizeof(uint64_t)); in printBinaryIds()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | APInt.cpp | 2845 auto RoundUp = [] (const APInt &V, const APInt &A) -> APInt { in SolveQuadraticEquationWrap() local 2872 LowkR = RoundUp(LowkR, R); in SolveQuadraticEquationWrap() 2882 C -= -RoundUp(-C, R); // C = C - RoundDown(C, R) in SolveQuadraticEquationWrap()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 611 return decimal::RoundUp; in MapRoundingMode()
|