| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 98 int MaxOffset = std::numeric_limits<int>::min(), in compressJumpTable() local 105 MaxOffset = std::max(MaxOffset, BlockOffset); in compressJumpTable() 119 int Span = MaxOffset - MinOffset; in compressJumpTable()
|
| H A D | AArch64InstrInfo.cpp | 1959 MaxOffset = 255; in getMemOpInfo() 1966 MaxOffset = 255; in getMemOpInfo() 1975 MaxOffset = 255; in getMemOpInfo() 1985 MaxOffset = 255; in getMemOpInfo() 1996 MaxOffset = 255; in getMemOpInfo() 2007 MaxOffset = 255; in getMemOpInfo() 2016 MaxOffset = 63; in getMemOpInfo() 2022 MaxOffset = 4095; in getMemOpInfo() 2035 MaxOffset = 63; in getMemOpInfo() 2043 MaxOffset = 4095; in getMemOpInfo() [all …]
|
| H A D | AArch64InstrInfo.h | 116 int64_t &MinOffset, int64_t &MaxOffset) const;
|
| /freebsd-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_x86_64.cc | 128 static constexpr int64_t MaxOffset{std::numeric_limits<int32_t>::max()}; variable 156 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionEntry() 201 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionExit() 229 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionTailExit()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | GlobalMerge.cpp | 146 unsigned MaxOffset; member in __anon9107961a0111::GlobalMerge 189 : FunctionPass(ID), MaxOffset(GlobalMergeMaxOffset) { in GlobalMerge() 195 : FunctionPass(ID), TM(TM), MaxOffset(MaximalOffset), in GlobalMerge() 470 if (MergedSize > MaxOffset) { in doMerge() 640 if (DL.getTypeAllocSize(Ty) < MaxOffset) { in doInitialization()
|
| H A D | MachineInstr.cpp | 1241 int64_t MaxOffset = std::max(OffsetA, OffsetB); in mayAlias() local 1243 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 1187 if (f.Offset > MaxOffset) in pushFixup() 1188 MaxOffset = f.Offset; in pushFixup() 1670 (MaxOffset > 0)) in isAMCompletelyFolded() 1672 MaxOffset = (uint64_t)BaseOffset + MaxOffset; in isAMCompletelyFolded() 2495 int64_t NewMaxOffset = LU.MaxOffset; in reconcileNewOffset() 2520 } else if (NewOffset > LU.MaxOffset) { in reconcileNewOffset() 2529 LU.MaxOffset = NewMaxOffset; in reconcileNewOffset() 2568 LU.MaxOffset = Offset; in getUse() 3787 if (LU.MaxOffset != LU.MinOffset) in GenerateConstantOffsets() 3788 Worklist.push_back(LU.MaxOffset); in GenerateConstantOffsets() [all …]
|
| H A D | GuardWidening.cpp | 708 *MaxOffset = CurrentChecks.back().getOffset(); in combineRangeChecks() local 710 unsigned BitWidth = MaxOffset->getValue().getBitWidth(); in combineRangeChecks() 711 if ((MaxOffset->getValue() - MinOffset->getValue()) in combineRangeChecks() 715 APInt MaxDiff = MaxOffset->getValue() - MinOffset->getValue(); in combineRangeChecks() 716 const APInt &HighOffset = MaxOffset->getValue(); in combineRangeChecks()
|
| /freebsd-12.1/contrib/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 567 uint64_t MaxOffset = 0; in writeArchive() local 568 uint64_t LastOffset = MaxOffset; in writeArchive() 571 LastOffset = MaxOffset; in writeArchive() 573 MaxOffset += M.Header.size() + M.Data.size() + M.Padding.size(); in writeArchive() 575 MaxOffset += M.Symbols.size() * 4; in writeArchive()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Inclusions/ |
| H A D | HeaderIncludes.cpp | 136 unsigned MaxOffset = SM.getFileOffset(Tok.getLocation()); in getMaxHeaderInsertionOffset() local 138 MaxOffset = SM.getFileOffset(Tok.getLocation()); in getMaxHeaderInsertionOffset() 139 return MaxOffset; in getMaxHeaderInsertionOffset()
|
| /freebsd-12.1/contrib/compiler-rt/lib/scudo/ |
| H A D | scudo_allocator.cpp | 569 const uptr MaxOffset = in performSanityChecks() local 571 Header.Offset = MaxOffset; in performSanityChecks() 572 if (Header.Offset != MaxOffset) in performSanityChecks()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 398 uint64_t MaxOffset = *FB.FirstByteOffset + Lines * FB.NumPerLine; in operator <<() local 400 if (MaxOffset > 0) in operator <<() 401 Power = llvm::Log2_64_Ceil(MaxOffset); in operator <<()
|
| /freebsd-12.1/contrib/ntp/scripts/monitoring/ |
| H A D | loopwatch.config.SAMPLE | 71 MaxOffset=none
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | Thumb2SizeReduction.cpp | 574 unsigned MaxOffset = ((1 << ImmLimit) - 1) * Scale; in ReduceLoadStore() local 576 if ((OffsetImm & (Scale - 1)) || OffsetImm > MaxOffset) in ReduceLoadStore()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 27862 unsigned MaxOffset = TotalNumIntRegs * 8 + in EmitVAARG64WithCustomInserter() local 27943 .addImm(MaxOffset + 8 - ArgSizeA8); in EmitVAARG64WithCustomInserter()
|