Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_x86_64.cpp127 static constexpr int64_t MinOffset{std::numeric_limits<int32_t>::min()}; variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDDFAPacketizer.cpp288 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
HDMachineInstr.cpp1231 int64_t MinOffset = std::min(OffsetA, OffsetB); in mayAlias() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64LoadStoreOptimizer.cpp542 int &MinOffset, int &MaxOffset) { in getPrePostIndexedMemOpInfo()
1515 int MinOffset = Offset < MIOffset ? Offset : MIOffset; in findMatchingInsn() local
1655 int Scale, MinOffset, MaxOffset; in mergeUpdateInsn() local
1729 int Scale, MinOffset, MaxOffset; in isMatchingUpdateInsn() local
HDAArch64MachineFunctionInfo.h201 int64_t MinOffset = std::numeric_limits<int64_t>::max(); in getCalleeSavedStackSize() local
HDAArch64InstrInfo.cpp2047 unsigned &Width, int64_t &MinOffset, in getMemOpInfo()
5823 int64_t MinOffset, in getOutliningCandidateInfo() local
HDAArch64ISelLowering.cpp12294 uint64_t MinOffset = -1ull; in performGlobalAddressCombine() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86AvoidStoreForwardingBlocks.cpp527 int64_t MinOffset = std::min(Op1.getOffset(), Op2.getOffset()); in alias() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopStrengthReduce.cpp1155 int64_t MinOffset = std::numeric_limits<int64_t>::max(); member in __anonc765e98b0711::LSRUse
1684 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded()
1705 int64_t MinOffset, int64_t MaxOffset, in isAMCompletelyFolded()
1721 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse()
1735 static bool isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, in isLegalUse()
1819 ScalarEvolution &SE, int64_t MinOffset, in isAlwaysFoldable()
HDGuardWidening.cpp689 const ConstantInt *MinOffset = CurrentChecks.front().getOffset(); in combineRangeChecks() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDSILoadStoreOptimizer.cpp649 unsigned MinOffset = std::min(A->getOffset(), B->getOffset()); in combineKnownAdjacentMMOs() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonFrameLowering.cpp1545 int MinOffset = 0; // CS offsets are negative. in assignCalleeSavedSpillSlots() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp20921 int64_t MinOffset = std::min(SrcValOffset0, SrcValOffset1); in isAlias() local