Home
last modified time | relevance | path

Searched refs:MinOffset (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp123 MinOffset = std::numeric_limits<int>::max(); in compressJumpTable()
130 if (BlockOffset <= MinOffset) { in compressJumpTable()
131 MinOffset = BlockOffset; in compressJumpTable()
139 if (!isInt<21>(MinOffset - Offset)) { in compressJumpTable()
144 int Span = MaxOffset - MinOffset; in compressJumpTable()
H A DAArch64MachineFunctionInfo.h304 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize() local
312 MinOffset = std::min<int64_t>(Offset, MinOffset); in getCalleeSavedStackSize()
319 MinOffset = std::min<int64_t>(Offset, MinOffset); in getCalleeSavedStackSize()
323 unsigned Size = alignTo(MaxOffset - MinOffset, 16); in getCalleeSavedStackSize()
H A DAArch64LoadStoreOptimizer.cpp598 int &MinOffset, int &MaxOffset) { in getPrePostIndexedMemOpInfo() argument
607 MinOffset = -64; in getPrePostIndexedMemOpInfo()
610 MinOffset = -256; in getPrePostIndexedMemOpInfo()
1797 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn() local
1803 if ((!IsUnscaled && alignTo(MinOffset, 2) != MinOffset) || in findMatchingInsn()
1826 if (IsUnscaled && (alignTo(MinOffset, OffsetStride) != MinOffset)) { in findMatchingInsn()
2002 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local
2003 getPrePostIndexedMemOpInfo(*I, Scale, MinOffset, MaxOffset); in mergeUpdateInsn()
2079 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
2080 getPrePostIndexedMemOpInfo(MemMI, Scale, MinOffset, MaxOffset); in isMatchingUpdateInsn()
[all …]
H A DAArch64LowerHomogeneousPrologEpilog.cpp224 int64_t MinOffset, MaxOffset; in emitStore() local
226 AArch64InstrInfo::getMemOpInfo(Opc, Scale, Width, MinOffset, MaxOffset); in emitStore()
265 int64_t MinOffset, MaxOffset; in emitLoad() local
267 AArch64InstrInfo::getMemOpInfo(Opc, Scale, Width, MinOffset, MaxOffset); in emitLoad()
H A DAArch64InstrInfo.cpp3616 MinOffset = 0; in getMemOpInfo()
3639 MinOffset = 0; in getMemOpInfo()
3646 MinOffset = 0; in getMemOpInfo()
3669 MinOffset = 0; in getMemOpInfo()
3680 MinOffset = 0; in getMemOpInfo()
3691 MinOffset = 0; in getMemOpInfo()
3729 MinOffset = 0; in getMemOpInfo()
3929 MinOffset = 0; in getMemOpInfo()
3939 MinOffset = 0; in getMemOpInfo()
3947 MinOffset = 0; in getMemOpInfo()
[all …]
H A DAArch64InstrInfo.h179 int64_t &MinOffset, int64_t &MaxOffset);
H A DAArch64ISelLowering.h710 int64_t getPreferredLargeGEPBaseOffset(int64_t MinOffset,
H A DAArch64FrameLowering.cpp1393 int64_t MinOffset, MaxOffset; in convertCalleeSaveRestoreToSPPrePostIncDec() local
1395 NewOpc, Scale, Width, MinOffset, MaxOffset); in convertCalleeSaveRestoreToSPPrePostIncDec()
1403 CSStackSizeInc < MinOffset || CSStackSizeInc > MaxOffset) { in convertCalleeSaveRestoreToSPPrePostIncDec()
H A DAArch64ISelLowering.cpp16292 AArch64TargetLowering::getPreferredLargeGEPBaseOffset(int64_t MinOffset, in getPreferredLargeGEPBaseOffset() argument
16294 int64_t HighPart = MinOffset & ~0xfffULL; in getPreferredLargeGEPBaseOffset()
16295 if (MinOffset >> 12 == MaxOffset >> 12 && isLegalAddImmediate(HighPart)) { in getPreferredLargeGEPBaseOffset()
22964 uint64_t MinOffset = -1ull; in performGlobalAddressCombine() local
22973 MinOffset = std::min(MinOffset, C->getZExtValue()); in performGlobalAddressCombine()
22975 uint64_t Offset = MinOffset + GN->getOffset(); in performGlobalAddressCombine()
23004 DAG.getConstant(MinOffset, DL, MVT::i64)); in performGlobalAddressCombine()
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp120 static constexpr int64_t MinOffset{std::numeric_limits<int32_t>::min()}; variable
150 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionEntry()
197 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionExit()
227 if (TrampolineOffset < MinOffset || TrampolineOffset > MaxOffset) { in patchFunctionTailExit()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DDFAPacketizer.cpp258 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
259 int64_t Overlapa = Op1.getSize() + Op1.getOffset() - MinOffset; in alias()
260 int64_t Overlapb = Op2.getSize() + Op2.getOffset() - MinOffset; in alias()
H A DMachineInstr.cpp1303 int64_t MinOffset = std::min(OffsetA, OffsetB); in MemOperandsHaveAlias() local
1328 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in MemOperandsHaveAlias()
1329 return (MinOffset + LowWidth > MaxOffset); in MemOperandsHaveAlias()
1342 KnownWidthA ? WidthA + OffsetA - MinOffset : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()
1344 KnownWidthB ? WidthB + OffsetB - MinOffset : MemoryLocation::UnknownSize; in MemOperandsHaveAlias()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PreLegalizerCombiner.cpp155 uint64_t MinOffset = -1ull; in matchFoldGlobalOffset() local
163 MinOffset = std::min(MinOffset, Cst->Value.getZExtValue()); in matchFoldGlobalOffset()
169 uint64_t NewOffset = MinOffset + CurrOffset; in matchFoldGlobalOffset()
189 MatchInfo = std::make_pair(NewOffset, MinOffset); in matchFoldGlobalOffset()
216 uint64_t Offset, MinOffset; in applyFoldGlobalOffset() local
217 std::tie(Offset, MinOffset) = MatchInfo; in applyFoldGlobalOffset()
229 B.buildConstant(LLT::scalar(64), -static_cast<int64_t>(MinOffset))); in applyFoldGlobalOffset()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1239 if (f.Offset < MinOffset) in pushFixup()
1240 MinOffset = f.Offset; in pushFixup()
1735 (MinOffset > 0)) in isAMCompletelyFolded()
1737 MinOffset = (uint64_t)BaseOffset + MinOffset; in isAMCompletelyFolded()
2569 int64_t NewMinOffset = LU.MinOffset; in reconcileNewOffset()
2590 if (NewOffset < LU.MinOffset) { in reconcileNewOffset()
2603 LU.MinOffset = NewMinOffset; in reconcileNewOffset()
2642 LU.MinOffset = Offset; in getUse()
3965 Worklist.push_back(LU.MinOffset); in GenerateConstantOffsets()
3966 if (LU.MaxOffset != LU.MinOffset) in GenerateConstantOffsets()
[all …]
H A DGuardWidening.cpp898 const ConstantInt *MinOffset = CurrentChecks.front().getOffset(); in combineRangeChecks() local
902 if ((MaxOffset->getValue() - MinOffset->getValue()) in combineRangeChecks()
906 APInt MaxDiff = MaxOffset->getValue() - MinOffset->getValue(); in combineRangeChecks()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AvoidStoreForwardingBlocks.cpp523 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
524 int64_t Overlapa = Op1.getSize() + Op1.getOffset() - MinOffset; in alias()
525 int64_t Overlapb = Op2.getSize() + Op2.getOffset() - MinOffset; in alias()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp271 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in instMayAlias() local
272 int64_t Overlap0 = Size0 + SrcValOffset0 - MinOffset; in instMayAlias()
273 int64_t Overlap1 = Size1 + SrcValOffset1 - MinOffset; in instMayAlias()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE75 MinOffset=none
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1663 int MinOffset = 0; // CS offsets are negative. in assignCalleeSavedSpillSlots() local
1670 MinOffset = std::min(MinOffset, S->Offset); in assignCalleeSavedSpillSlots()
1682 int Off = MinOffset - Size; in assignCalleeSavedSpillSlots()
1686 MinOffset = std::min(MinOffset, Off); in assignCalleeSavedSpillSlots()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h345 int64_t getPreferredLargeGEPBaseOffset(int64_t MinOffset, int64_t MaxOffset) { in getPreferredLargeGEPBaseOffset() argument
346 return getTLI()->getPreferredLargeGEPBaseOffset(MinOffset, MaxOffset); in getPreferredLargeGEPBaseOffset()
H A DTargetLowering.h2711 virtual int64_t getPreferredLargeGEPBaseOffset(int64_t MinOffset, in getPreferredLargeGEPBaseOffset() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp27979 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in mayAlias() local
27980 int64_t Overlap0 = *Size0 + SrcValOffset0 - MinOffset; in mayAlias()
27981 int64_t Overlap1 = *Size1 + SrcValOffset1 - MinOffset; in mayAlias()