Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp86 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 DVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
223 unsigned Min, unsigned Max) in Directive()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp78 unsigned Min) { in widenScalarOrEltToNextPow2()
98 unsigned Min) { in moreElementsToNextPow2()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp269 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 Dextern.c69 COORD Min; /* Min area robots take up */ variable
/openbsd-src/gnu/llvm/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
/openbsd-src/gnu/llvm/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
1134 unsigned Min, unsigned Max) { in create()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); in parseJSON() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DPointerSumType.h232 struct Min : std::integral_constant< struct
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A DGenerateInput.h39 inline IntT getRandomInteger(IntT Min, IntT Max) { in getRandomInteger()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
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()
H A Dllvm-pdbutil.h112 uint64_t Min; member
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h150 Min, enumerator
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dcommon.h42 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 DDriverUtils.cpp249 int Maj, Min; in findMajMinShlib() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h89 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
/openbsd-src/gnu/llvm/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
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 DAMDGPUPreLegalizerCombiner.cpp86 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp70 std::optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp482 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
554 auto Min = Scaled64::getLargest(); in finalizeMetrics() local

1234