/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64PreLegalizerCombiner.cpp | 145 uint64_t MinOffset = -1ull; in matchFoldGlobalOffset() local 206 uint64_t Offset, MinOffset; in applyFoldGlobalOffset() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_x86_64.cc | 127 static constexpr int64_t MinOffset{std::numeric_limits<int32_t>::min()}; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 288 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
|
H A D | MachineInstr.cpp | 1279 int64_t MinOffset = std::min(OffsetA, OffsetB); in MemOperandsHaveAlias() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64LoadStoreOptimizer.cpp | 605 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
|
H A D | AArch64MachineFunctionInfo.h | 249 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize() local
|
H A D | AArch64InstrInfo.cpp | 2603 unsigned &Width, int64_t &MinOffset, in getMemOpInfo() 6627 int64_t MinOffset, in getOutliningCandidateInfo() local
|
H A D | AArch64FrameLowering.cpp | 944 int64_t MinOffset, MaxOffset; in convertCalleeSaveRestoreToSPPrePostIncDec() local
|
H A D | AArch64ISelLowering.cpp | 15534 uint64_t MinOffset = -1ull; in performGlobalAddressCombine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86AvoidStoreForwardingBlocks.cpp | 528 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1158 int64_t MinOffset = std::numeric_limits<int64_t>::max(); member in __anonfc600eff0711::LSRUse 1685 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded() 1706 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded() 1722 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse() 1736 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse() 1820 ScalarEvolution &SE, int64_t MinOffset, in isAlwaysFoldable()
|
H A D | GuardWidening.cpp | 687 const ConstantInt *MinOffset = CurrentChecks.front().getOffset(); in combineRangeChecks() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILoadStoreOptimizer.cpp | 660 unsigned MinOffset = std::min(A->getOffset(), B->getOffset()); in combineKnownAdjacentMMOs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonFrameLowering.cpp | 1695 int MinOffset = 0; // CS offsets are negative. in assignCalleeSavedSpillSlots() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 22838 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in isAlias() local
|