Home
last modified time | relevance | path

Searched defs:Min (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
HDReductionRules.h50 PBQPNum Min = ECosts[0][j] + XCosts[0]; in applyR1() local
60 PBQPNum Min = ECosts[i][0] + XCosts[0]; in applyR1() local
112 PBQPNum Min = (*YXECosts)[i][0] + (*ZXECosts)[j][0] + XCosts[0]; in applyR2() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp86 APInt Min = getUnsignedMin(); in toKnownBits() local
799 APInt Min = APInt::getMinValue(BW); in castOp() local
1252 APInt Min = getSignedMin(); in smul_fast() local
1571 APInt Min = getUnsignedMin(); in shl() local
1723 APInt Min = getSignedMin(); in smul_sat() local
1747 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local
1961 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local
1977 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local
2007 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local
2023 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local
[all …]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDefs.h26 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDVerifyDiagnosticConsumer.h57 unsigned Min, Max; variable
75 unsigned Min, unsigned Max) in Directive()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizeMutations.cpp78 unsigned Min) { in widenScalarOrEltToNextPow2()
98 unsigned Min) { in moreElementsToNextPow2()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-color-helper.cpp87 int Min = 0; in convertToHSV() local
143 double Min = V - C; in convertToRGB() local
HDxray-graph.h44 double Min; member
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
HDRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFixedPoint.cpp275 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in mul() local
336 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in div() local
372 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide); in shl() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAMDGPU.cpp119 uint32_t Min = 0; in checkAMDGPUFlatWorkGroupSizeArguments() local
180 uint32_t Min = 0; in checkAMDGPUWavesPerEUArguments() local
HDSemaHexagon.cpp270 int32_t Min = A.IsSigned ? -(1 << (A.BitWidth - 1)) : 0; in CheckHexagonBuiltinArgument() local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDDarwinSDKInfo.cpp40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); in parseJSON() local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDPointerSumType.h232 struct Min : std::integral_constant< struct
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp93 unsigned Min, unsigned Max) in StandardDirective()
110 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective()
291 unsigned Min = 1, Max = 1; member
1150 unsigned Min, unsigned Max) { in create()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.h111 uint64_t Min; member
HDBytesOutputStyle.cpp207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges()
430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/Targets/
HDAMDGPU.cpp648 unsigned Min = 0; in handleAMDGPUFlatWorkGroupSizeAttr() local
673 unsigned Min = in handleAMDGPUWavesPerEUAttr() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
HDSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUPreLegalizerCombiner.cpp142 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcommon.h61 template <class T> constexpr T Min(T A, T B) { return A < B ? A : B; } in Min() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryBuiltins.h150 Min, enumerator
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRangeConstraintManager.cpp181 const APSInt Min = Ty.getMinValue(); in unite() local
1683 const llvm::APSInt &Min = std::max(LHS.From(), RHS.From()); in VisitBinaryOperator() local
1745 const llvm::APSInt &Min = IsLHSNegative in VisitBinaryOperator() local
1779 llvm::APSInt Min = ConservativeRange.From(); in VisitBinaryOperator() local
3102 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange() local
3176 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymGERange() local
3217 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.cpp71 std::optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp483 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
549 auto Min = Scaled64::getLargest(); in finalizeMetrics() local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenACCKinds.h503 Min, enumerator

1234