/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 259 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
|
H A D | MachineInstr.cpp | 1344 int64_t MinOffset = std::min(OffsetA, OffsetB); in MemOperandsHaveAlias() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64LowerHomogeneousPrologEpilog.cpp | 225 int64_t MinOffset, MaxOffset; in emitStore() local 266 int64_t MinOffset, MaxOffset; in emitLoad() local
|
H A D | AArch64LoadStoreOptimizer.cpp | 600 int &MinOffset, int &MaxOffset) { in getPrePostIndexedMemOpInfo() 1799 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn() local 2004 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local 2081 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
|
H A D | AArch64MachineFunctionInfo.h | 336 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize() local
|
H A D | AArch64InstrInfo.cpp | 2926 int64_t MinOffset, MaxOffset; in canFoldIntoAddrMode() local 3547 TypeSize &Width, int64_t &MinOffset, in getMemOpInfo() 8481 int64_t MinOffset, in getOutliningCandidateInfo() local
|
H A D | AArch64FrameLowering.cpp | 1497 int64_t MinOffset, MaxOffset; in convertCalleeSaveRestoreToSPPrePostIncDec() local
|
H A D | AArch64ISelLowering.cpp | 17419 AArch64TargetLowering::getPreferredLargeGEPBaseOffset(int64_t MinOffset, in getPreferredLargeGEPBaseOffset() 24401 uint64_t MinOffset = -1ull; in performGlobalAddressCombine() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_x86_64.cpp | 120 static constexpr int64_t MinOffset{std::numeric_limits<int32_t>::min()}; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 155 uint64_t MinOffset = -1ull; in matchFoldGlobalOffset() local 216 uint64_t Offset, MinOffset; in applyFoldGlobalOffset() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 523 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LoadStoreOpt.cpp | 279 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in instMayAlias() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1336 Immediate MinOffset = Immediate::getFixedMax(); member in __anonc21373340811::LSRUse 1880 Immediate MinOffset, Immediate MaxOffset, in isAMCompletelyFolded() 1906 Immediate MinOffset, Immediate MaxOffset, in isAMCompletelyFolded() 1922 static bool isLegalUse(const TargetTransformInfo &TTI, Immediate MinOffset, in isLegalUse() 1936 static bool isLegalUse(const TargetTransformInfo &TTI, Immediate MinOffset, in isLegalUse() 2046 ScalarEvolution &SE, Immediate MinOffset, in isAlwaysFoldable()
|
H A D | GuardWidening.cpp | 903 const ConstantInt *MinOffset = CurrentChecks.front().getOffset(); in combineRangeChecks() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Interp.cpp | 385 uint32_t MinOffset = Ptr.getDeclDesc()->getMetadataSize(); in CheckDowncast() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | BasicTTIImpl.h | 353 int64_t getPreferredLargeGEPBaseOffset(int64_t MinOffset, int64_t MaxOffset) { in getPreferredLargeGEPBaseOffset()
|
H A D | TargetLowering.h | 2820 virtual int64_t getPreferredLargeGEPBaseOffset(int64_t MinOffset, in getPreferredLargeGEPBaseOffset()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1662 int64_t MinOffset = 0; // CS offsets are negative. in assignCalleeSavedSpillSlots() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 28386 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in mayAlias() local
|