Home
last modified time | relevance | path

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

123

/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDLegalizeMutations.cpp47 unsigned Min) { in widenScalarOrEltToNextPow2()
57 unsigned Min) { in moreElementsToNextPow2()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
221 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantRange.cpp648 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth); in castOp() local
1384 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local
1435 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local
1451 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local
1481 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local
1497 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local
1527 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
HDxray-color-helper.cpp86 int Min = 0; in convertToHSV() local
142 double Min = V - C; in convertToRGB() local
HDxray-graph.h44 double Min; member
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTypeSize.h29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
HDOSTargets.cpp51 unsigned Maj, Min, Rev; in getDarwinDefines() local
/freebsd-11-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-11-stable/contrib/llvm-project/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp92 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective()
110 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective()
291 unsigned Min = 1, Max = 1; member
1118 unsigned Min, unsigned Max) { in create()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDPointerSumType.h232 struct Min : std::integral_constant< struct
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDllvm-pdbutil.h110 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-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDcommon.h41 template <class T> constexpr T Min(T A, T B) { return A < B ? A : B; } in Min() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDRangeConstraintManager.cpp605 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange() local
677 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymGERange() local
717 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
HDSimpleSValBuilder.cpp340 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds() local
351 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds() local
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDStdLibraryFunctionsChecker.cpp253 const llvm::APSInt &Min = BVF.getValue(R[I].first, T); in applyAsOutOfRange() local
304 const llvm::APSInt &Min = BVF.getValue(R[I - 1].second + 1ULL, T); in applyAsWithinRange() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDMemoryBuiltins.h189 Min, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDGlobalsModRef.cpp245 FunctionModRefBehavior Min = FMRB_UnknownModRefBehavior; in getModRefBehavior() local
259 FunctionModRefBehavior Min = FMRB_UnknownModRefBehavior; in getModRefBehavior() local
HDBlockFrequencyInfoImpl.cpp461 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
533 auto Min = Scaled64::getLargest(); in finalizeMetrics() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDCodeViewRecordIO.cpp68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDefs.h176 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
HDubsan_diag.cpp261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64MachineFunctionInfo.h236 void setMinMaxSVECSFrameIndex(int Min, int Max) { in setMinMaxSVECSFrameIndex()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
HDAVRAsmBackend.cpp42 int64_t Min = minIntN(Width); in signed_width() local

123