/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
H A D | sched5.c | 10 int Min = sched_get_priority_min (SCHED_OTHER); in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizeMutations.cpp | 57 unsigned Min) { in widenScalarOrEltToNextPow2() 67 unsigned Min) { in moreElementsToNextPow2()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 205 unsigned Min, Max; variable 223 unsigned Min, unsigned Max) in Directive()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/ |
H A D | xray-color-helper.cpp | 86 int Min = 0; in convertToHSV() local 142 double Min = V - C; in convertToRGB() local
|
H A D | xray-graph.h | 44 double Min; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 669 APInt Min = APInt::getMinValue(BW).zextOrSelf(ResultBitWidth); in castOp() local 1497 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1559 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1575 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 1605 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local 1621 APInt Min = getSignedMin(), Max = getSignedMax(); in signedSubMayOverflow() local 1651 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedMulMayOverflow() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/ |
H A D | OSTargets.cpp | 51 unsigned Maj, Min, Rev; in getDarwinDefines() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 264 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in mul() local 319 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() in div() local 355 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide); in shl() local
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
H A D | RISCVSubtarget.cpp | 132 unsigned Min = RVVVectorBitsMin; in getMinRVVVectorSizeInBits() local
|
/netbsd-src/games/robots/ |
H A D | extern.c | 80 COORD Min; /* Min area robots take up */ variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | PointerSumType.h | 232 struct Min : std::integral_constant< struct
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 93 unsigned Min, unsigned Max) in StandardDirective() 112 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective() 293 unsigned Min = 1, Max = 1; member 1137 unsigned Min, unsigned Max) { in create()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | llvm-pdbutil.h | 110 uint64_t Min; 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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
H A D | BenchmarkResult.h | 78 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryBuiltins.h | 195 Min, enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | RangeConstraintManager.cpp | 1229 const llvm::APSInt &Min = std::max(LHS.From(), RHS.From()); in VisitBinaryOperator() local 1291 const llvm::APSInt &Min = IsLHSNegative in VisitBinaryOperator() local 1325 llvm::APSInt Min = ConservativeRange.From(); in VisitBinaryOperator() local 2240 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLTRange() local 2314 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymGERange() local 2355 llvm::APSInt Min = AdjustmentType.getMinValue(); in getSymLERange() local
|
H A D | SimpleSValBuilder.cpp | 208 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds() local 219 llvm::APSInt Max = AT.getMaxValue() / AT.getValue(4), Min = -Max; in isWithinConstantOverflowBounds() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPreLegalizerCombiner.cpp | 83 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
|
H A D | AMDGPURegBankCombiner.cpp | 50 unsigned Min, Max, Med; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerDefs.h | 145 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 469 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger() 541 auto Min = Scaled64::getLargest(); in finalizeMetrics() local
|