Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DReductionRules.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/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.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/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDefs.h26 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp78 unsigned Min) { in widenScalarOrEltToNextPow2()
98 unsigned Min) { in moreElementsToNextPow2()
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp87 int Min = 0; in convertToHSV() local
143 double Min = V - C; in convertToRGB() local
H A Dxray-graph.h44 double Min; member
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.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/contrib/llvm-project/clang/lib/Sema/
H A DSemaAMDGPU.cpp119 uint32_t Min = 0; in checkAMDGPUFlatWorkGroupSizeArguments() local
180 uint32_t Min = 0; in checkAMDGPUWavesPerEUArguments() local
H A DSemaHexagon.cpp270 int32_t Min = A.IsSigned ? -(1 << (A.BitWidth - 1)) : 0; in CheckHexagonBuiltinArgument() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); in parseJSON() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h232 struct Min : std::integral_constant< struct
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dlog2.c14 #define Min (0x0010000000000000) macro
H A Dlog.c14 #define Min (0x0010000000000000) macro
H A Dlog10.c12 #define Min 0x0010000000000000 macro
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h112 uint64_t Min; global() member
H A DBytesOutputStyle.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/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp648 unsigned Min = 0; in handleAMDGPUFlatWorkGroupSizeAttr() local
673 unsigned Min = in handleAMDGPUWavesPerEUAttr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp142 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dpowf.c12 #define Min v_u32 (0x00800000) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcommon.h61 template <class T> constexpr T Min(T A, T B) { return A < B ? A : B; } in Min() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h150 Min, enumerator
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.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

1234