/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 86 APInt Min = getUnsignedMin(); in toKnownBits() local 739 APInt Min = APInt::getMinValue(BW); in castOp() local 1140 APInt Min = getSignedMin(); in smul_fast() local 1444 APInt Min = getUnsignedMin(); in shl() local 1589 APInt Min = getSignedMin(); in smul_sat() local 1613 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1675 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1691 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1721 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1737 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local [all …]
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 205 unsigned Min, Max; variable 223 unsigned Min, unsigned Max) in Directive()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizeMutations.cpp | 78 unsigned Min) { in widenScalarOrEltToNextPow2() 98 unsigned Min) { in moreElementsToNextPow2()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 269 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in mul() local 330 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in div() local 366 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide); in shl() local
|
/openbsd-src/games/robots/ |
H A D | extern.c | 69 COORD Min; /* Min area robots take up */ variable
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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 1134 unsigned Min, unsigned Max) { in create()
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); in parseJSON() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 232 struct Min : std::integral_constant< struct
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | GenerateInput.h | 39 inline IntT getRandomInteger(IntT Min, IntT Max) { in getRandomInteger()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
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()
|
H A D | llvm-pdbutil.h | 112 uint64_t Min; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 150 Min, enumerator
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | common.h | 42 template <class T> constexpr T Min(T A, T B) { return A < B ? A : B; } in Min() function
|
/openbsd-src/gnu/llvm/lld/ELF/ |
H A D | DriverUtils.cpp | 249 int Maj, Min; in findMajMinShlib() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.h | 89 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
|
/openbsd-src/gnu/llvm/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 3079 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange() local 3153 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymGERange() local 3194 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 86 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 70 std::optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 482 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger() 554 auto Min = Scaled64::getLargest(); in finalizeMetrics() local
|