/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
H A D | ReductionRules.h | 50 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 D | ConstantRange.cpp | 86 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 D | FuzzerDefs.h | 26 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 D | LegalizeMutations.cpp | 78 unsigned Min) { in widenScalarOrEltToNextPow2() 98 unsigned Min) { in moreElementsToNextPow2()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 87 int Min = 0; in convertToHSV() local 143 double Min = V - C; in convertToRGB() local
|
H A D | xray-graph.h | 44 double Min; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 275 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 D | SemaAMDGPU.cpp | 119 uint32_t Min = 0; in checkAMDGPUFlatWorkGroupSizeArguments() local 180 uint32_t Min = 0; in checkAMDGPUWavesPerEUArguments() local
|
H A D | SemaHexagon.cpp | 270 int32_t Min = A.IsSigned ? -(1 << (A.BitWidth - 1)) : 0; in CheckHexagonBuiltinArgument() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); in parseJSON() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 232 struct Min : std::integral_constant< struct
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | log2.c | 14 #define Min (0x0010000000000000) macro
|
H A D | log.c | 14 #define Min (0x0010000000000000) macro
|
H A D | log10.c | 12 #define Min 0x0010000000000000 macro
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 93 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 D | llvm-pdbutil.h | 112 uint64_t Min; global() member
|
H A D | BytesOutputStyle.cpp | 207 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 D | SystemZMCAsmBackend.cpp | 31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 648 unsigned Min = 0; in handleAMDGPUFlatWorkGroupSizeAttr() local 673 unsigned Min = in handleAMDGPUWavesPerEUAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 142 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | powf.c | 12 #define Min v_u32 (0x00800000) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 61 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 D | MemoryBuiltins.h | 150 Min, enumerator
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 181 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
|