Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
H A Dsched5.c10 int Min = sched_get_priority_min (SCHED_OTHER); in main() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp57 unsigned Min) { in widenScalarOrEltToNextPow2()
67 unsigned Min) { in moreElementsToNextPow2()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h205 unsigned Min, Max; variable
223 unsigned Min, unsigned Max) in Directive()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp86 int Min = 0; in convertToHSV() local
142 double Min = V - C; in convertToRGB() local
H A Dxray-graph.h44 double Min; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp669 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 DOSTargets.cpp51 unsigned Maj, Min, Rev; in getDarwinDefines() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp264 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 DRandom.h21 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 DRISCVSubtarget.cpp132 unsigned Min = RVVVectorBitsMin; in getMinRVVVectorSizeInBits() local
/netbsd-src/games/robots/
H A Dextern.c80 COORD Min; /* Min area robots take up */ variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPointerSumType.h232 struct Min : std::integral_constant< struct
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp93 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 Dllvm-pdbutil.h110 uint64_t Min; member
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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.h78 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h195 Min, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp1229 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 DSimpleSValBuilder.cpp208 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 DAMDGPUPreLegalizerCombiner.cpp83 const int64_t Min = std::numeric_limits<int16_t>::min(); in matchClampI64ToI16() local
H A DAMDGPURegBankCombiner.cpp50 unsigned Min, Max, Med; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp68 Optional<uint32_t> Min = Limits.front().bytesRemaining(Offset); in maxFieldLength() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerDefs.h145 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 DBlockFrequencyInfoImpl.cpp469 const Scaled64 &Min, const Scaled64 &Max) { in convertFloatingToInteger()
541 auto Min = Scaled64::getLargest(); in finalizeMetrics() local

1234