| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
| HD | 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-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | LegalizeMutations.cpp | 47 unsigned Min) { in widenScalarOrEltToNextPow2() 57 unsigned Min) { in moreElementsToNextPow2()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/ |
| HD | VerifyDiagnosticConsumer.h | 205 unsigned Min, Max; variable 221 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/ |
| HD | ConstantRange.cpp | 648 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/ |
| HD | xray-color-helper.cpp | 86 int Min = 0; in convertToHSV() local 142 double Min = V - C; in convertToRGB() local
|
| HD | xray-graph.h | 44 double Min; member
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | TypeSize.h | 29 ElementCount(unsigned Min, bool Scalable) in ElementCount()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/ |
| HD | OSTargets.cpp | 51 unsigned Maj, Min, Rev; in getDarwinDefines() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
| HD | Random.h | 21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/ |
| HD | VerifyDiagnosticConsumer.cpp | 92 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/ |
| HD | PointerSumType.h | 232 struct Min : std::integral_constant< struct
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| HD | llvm-pdbutil.h | 110 uint64_t Min; member
|
| HD | 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-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | common.h | 41 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/ |
| HD | RangeConstraintManager.cpp | 605 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
|
| HD | SimpleSValBuilder.cpp | 340 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/ |
| HD | StdLibraryFunctionsChecker.cpp | 253 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/ |
| HD | MemoryBuiltins.h | 189 Min, enumerator
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | GlobalsModRef.cpp | 245 FunctionModRefBehavior Min = FMRB_UnknownModRefBehavior; in getModRefBehavior() local 259 FunctionModRefBehavior Min = FMRB_UnknownModRefBehavior; in getModRefBehavior() local
|
| HD | BlockFrequencyInfoImpl.cpp | 461 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/ |
| HD | CodeViewRecordIO.cpp | 68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerDefs.h | 176 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/ |
| HD | ubsan_diag.cpp | 261 MemoryLocation Min = subtractNoOverflow(Loc, MinBytesNearLoc); in PrintMemorySnippet() local
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64MachineFunctionInfo.h | 236 void setMinMaxSVECSFrameIndex(int Min, int Max) { in setMinMaxSVECSFrameIndex()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| HD | AVRAsmBackend.cpp | 42 int64_t Min = minIntN(Width); in signed_width() local
|