Searched refs:Max (Results 1 - 25 of 139) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolUnknown.h21 S->getSymTag() >= PDB_SymType::Max)
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h36 void dumpBlockRanges(uint32_t Min, uint32_t Max);
37 void dumpByteRanges(uint32_t Min, uint32_t Max);
H A DBytesOutputStyle.cpp92 uint32_t Max = R.Max.getValueOr(R.Min); local
94 if (Max < R.Min)
96 "Invalid block range specified. Max < Min",
98 if (Max >= File.getBlockCount())
103 dumpBlockRanges(R.Min, Max);
109 uint32_t Max = R.Max.getValueOr(File.getFileSize()); local
111 if (Max < R.Min)
112 return make_error<StringError>("Invalid byte range specified. Max < Mi
207 dumpBlockRanges(uint32_t Min, uint32_t Max) argument
430 dumpByteRanges(uint32_t Min, uint32_t Max) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MCA/
H A DSupport.cpp88 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; local
100 Max = std::max(Max, Throughput);
106 return Max;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h48 double Max; member in struct:llvm::xray::GraphRenderer::TimeStat
169 A.Pct90 + B.Pct90, A.Pct99 + B.Pct99, A.Max + B.Max,
178 A.Pct90 - B.Pct90, A.Pct99 - B.Pct99, A.Max - B.Max,
191 A.Max / B,
203 A.Max * B,
217 A.Pct90 * B.Pct90, A.Pct99 * B.Pct99, A.Max * B.Max,
225 A.Pct90 / B.Pct90, A.Pct99 / B.Pct99, A.Max /
[all...]
H A Dxray-color-helper.cpp87 int Max = 0; local
91 if (Scaled[i] > Scaled[Max])
92 Max = i;
95 double C = Scaled[Max] - Scaled[Min];
98 (C == 0) ? 0 : (Scaled[(Max + 1) % 3] - Scaled[(Max + 2) % 3]) / C;
99 HPrime = HPrime + 2.0 * Max;
103 double V = Scaled[Max];
H A Dxray-graph.cpp161 if (S.Max < L)
162 S.Max = L;
271 M.Max = std::max(M.Max, S.Max);
332 &TimeStat::Max, &TimeStat::Sum};
354 &TimeStat::Max, &TimeStat::Sum};
H A Dxray-account.cpp223 double Max; member in struct:__anon2883::ResultRow
235 R.Max = *MinMax.second;
279 Row.Max /= CycleFrequency;
308 sortByKey(Results, [](const TupleType &X) { return std::get<2>(X).Max; });
358 Row.Pct90, Row.Pct99, Row.Max, Row.Sum)
368 << Row.Pct90 << ',' << Row.Pct99 << ',' << Row.Max << "," << Row.Sum
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h84 size_t Max = 0; member in class:__xray::BufferQueue::Iterator
87 DCHECK_NE(Offset, Max);
90 } while (!Buffers[Offset].Used && Offset != Max);
107 Max(M) { function in class:__xray::BufferQueue::Iterator
110 while (!Buffers[Offset].Used && Offset != Max) {
124 DCHECK_EQ(L.Max, R.Max);
H A Dxray_function_call_trie.h193 explicit Allocators(uptr Max) XRAY_NEVER_INSTRUMENT {
194 new (&NodeAllocatorStorage) NodeAllocatorType(Max);
198 new (&RootAllocatorStorage) RootAllocatorType(Max);
202 new (&ShadowStackAllocatorStorage) ShadowStackAllocatorType(Max);
206 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max);
310 static Allocators InitAllocatorsCustom(uptr Max) XRAY_NEVER_INSTRUMENT {
311 Allocators A(Max);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DLowerTypeTests.h64 uint64_t Max = 0; member in struct:llvm::lowertypetests::BitSetBuilder
71 if (Max < Offset)
72 Max = Offset;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h196 unsigned Min, unsigned Max);
205 unsigned Min, Max; member in class:clang::VerifyDiagnosticConsumer::Directive
221 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max)
223 Text(Text), Min(Min), Max(Max), MatchAnyLine(MatchAnyLine) {
220 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.cpp262 MemoryLocation Max = addNoOverflow(Loc, MinBytesNearLoc); local
266 Max = __sanitizer::Max(Ranges[I].getEnd().getMemoryLocation(), Max);
271 if (Max - Min > BytesToShow)
272 Min = __sanitizer::Min(Max - BytesToShow, OrigMin);
273 Max = addNoOverflow(Min, BytesToShow);
275 if (!IsAccessibleMemoryRange(Min, Max - Min)) {
282 for (uptr P = Min; P != Max; ++P) {
291 for (uptr P = Min; P != Max;
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h66 static const auto Max = std::numeric_limits<T>::max(); member in class:clang::interp::Integral
155 return Integral(Max);
184 return CheckRange<T, Min, Max>(Value);
247 template <typename T, T Min, T Max>
250 return Min <= V && V <= Max;
253 template <typename T, T Min, T Max>
256 return V >= 0 && static_cast<uint64_t>(V) <= Max;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h20 /// Return a uniformly distributed random value between \c Min and \c Max
21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { argument
22 return std::uniform_int_distribution<T>(Min, Max)(Gen);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h98 Max
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp93 unsigned Max)
94 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) {}
110 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max,
112 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max),
291 unsigned Min = 1, Max = 1; member in struct:__anon530::UnattachedDirective
301 MatchAnyLine, UD.Text, UD.Min, UD.Max);
572 D.Max = Directive::MaxCount;
576 if (!PH.Next(D.Max) || D.Max < D.Min) {
583 D.Max
91 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
109 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, StringRef RegexStr) argument
1114 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp463 const SUnit *Max = nullptr; local
467 if (!Max || SU->getDepth() + SU->Latency > Max->getDepth() + Max->Latency)
468 Max = SU;
470 assert(Max && "Failed to find bottom of the critical path");
475 << (Max->getDepth() + Max->Latency) << "\n");
487 const SUnit *CriticalPathSU = Max;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_poisoning.cpp162 *beg.chunk = Max(value, end.offset);
173 *end.chunk = Max(end.value, end.offset);
316 *shadow_end = Max(end_value, end_offset);
376 uptr c = RoundUpTo(Max(old_mid, new_mid), granularity);
419 uptr r2_beg = Max(beg, mid - kMaxRangeToCheck);
421 uptr r3_beg = Max(end - kMaxRangeToCheck, mid);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp48 case AtomicRMWInst::Max:
86 case AtomicRMWInst::Max:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNMinRegStrategy.cpp119 T Max = std::numeric_limits<T>::min();
123 if (Cur >= Max) {
124 if (Cur > Max) {
125 Max = Cur;
H A DAMDGPUAtomicOptimizer.cpp127 case AtomicRMWInst::Max:
206 Op = AtomicRMWInst::Max;
264 case AtomicRMWInst::Max:
400 case AtomicRMWInst::Max:
533 case AtomicRMWInst::Max:
630 case AtomicRMWInst::Max:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp57 // The range of values between Min and Max that are of form Align*N+Offset,
58 // for some integer N. Min and Max are required to be of that form as well,
60 int32_t Min = INT_MIN, Max = INT_MAX; member in struct:__anon2229::OffsetRange
66 : Min(L), Max(H), Align(A), Offset(O) {}
74 Max = adjustDown(std::min(Max, A.Max), Align, Offset);
78 Max = -1;
81 if (Min > Max)
82 std::tie(Min, Max, Alig
1086 int32_t Max = Off >= 0 ? 0 : -Off; local
1122 int32_t Max = 0; // Force non-negative offsets. local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); local
650 return ConstantRange(std::move(Min), std::move(Max));
1384 APInt Min = getSignedMin(), Max = getSignedMax();
1387 APInt NewU = Max.sshl_sat(Max.isNegative() ? ShAmtMin : ShAmtMax) + 1;
1435 APInt Min = getUnsignedMin(), Max = getUnsignedMax();
1441 if (Max.ugt(~OtherMax))
1451 APInt Min = getSignedMin(), Max = getSignedMax();
1462 if (Max.isNegative() && OtherMax.isNegative() &&
1463 Max
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h844 int Max; member in struct:clang::TargetInfo::ConstraintInfo::__anon136
855 ImmRange.Min = ImmRange.Max = 0;
889 (Value.sge(ImmRange.Min) && Value.sle(ImmRange.Max));
897 void setRequiresImmediate(int Min, int Max) { argument
900 ImmRange.Max = Max;

Completed in 403 milliseconds

123456