Home
last modified time | relevance | path

Searched defs:MinOffset (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64PreLegalizerCombiner.cpp145 uint64_t MinOffset = -1ull; in matchFoldGlobalOffset() local
206 uint64_t Offset, MinOffset; in applyFoldGlobalOffset() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_x86_64.cpp120 static constexpr int64_t MinOffset{std::numeric_limits<int32_t>::min()}; variable
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DDFAPacketizer.cpp288 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
DMachineInstr.cpp1279 int64_t MinOffset = std::min(OffsetA, OffsetB); in MemOperandsHaveAlias() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
DAArch64LoadStoreOptimizer.cpp605 int &MinOffset, int &MaxOffset) { in getPrePostIndexedMemOpInfo()
1635 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn() local
1787 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local
1861 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
DAArch64MachineFunctionInfo.h249 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize() local
DAArch64InstrInfo.cpp2623 unsigned &Width, int64_t &MinOffset, in getMemOpInfo()
6688 int64_t MinOffset, in getOutliningCandidateInfo() local
DAArch64FrameLowering.cpp944 int64_t MinOffset, MaxOffset; in convertCalleeSaveRestoreToSPPrePostIncDec() local
DAArch64ISelLowering.cpp16040 uint64_t MinOffset = -1ull; in performGlobalAddressCombine() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86AvoidStoreForwardingBlocks.cpp528 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp1184 int64_t MinOffset = std::numeric_limits<int64_t>::max(); member in __anonbfbadf4c0711::LSRUse
1711 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded()
1732 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded()
1748 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse()
1762 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse()
1846 ScalarEvolution &SE, int64_t MinOffset, in isAlwaysFoldable()
DGuardWidening.cpp687 const ConstantInt *MinOffset = CurrentChecks.front().getOffset(); in combineRangeChecks() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp660 unsigned MinOffset = std::min(A->getOffset(), B->getOffset()); in combineKnownAdjacentMMOs() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonFrameLowering.cpp1695 int MinOffset = 0; // CS offsets are negative. in assignCalleeSavedSpillSlots() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp23117 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in isAlias() local