/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 87 APInt Max = getUnsignedMax(); in toKnownBits() local 744 APInt Max = APInt::getMaxValue(BW); castOp() local 1175 APInt Max = getSignedMax(); smul_fast() local 1479 APInt Max = getUnsignedMax(); shl() local 1631 APInt Max = getSignedMax(); smul_sat() local 1654 APInt Min = getSignedMin(), Max = getSignedMax(); sshl_sat() local 1826 APInt Max = Upper - 1; getUnsignedPopCountRange() local 1868 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); unsignedAddMayOverflow() local 1884 APInt Min = getSignedMin(), Max = getSignedMax(); signedAddMayOverflow() local 1914 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); unsignedSubMayOverflow() local 1930 APInt Min = getSignedMin(), Max = getSignedMax(); signedSubMayOverflow() local 1960 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); unsignedMulMayOverflow() local [all...] |
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDefs.h | 27 template <class T> T Max(T a, T b) { return a > b ? a : b; } in Max() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | BytesOutputStyle.cpp | 92 uint32_t Max = R.Max.value_or(R.Min); in dump() local 109 uint32_t Max = R.Max.value_or(File.getFileSize()); in dump() local 207 void BytesOutputStyle::dumpBlockRanges(uint32_t Min, uint32_t Max) { in dumpBlockRanges() 430 void BytesOutputStyle::dumpByteRanges(uint32_t Min, uint32_t Max) { in dumpByteRanges()
|
H A D | MinimalTypeDumper.cpp | 310 auto Max = std::max_element(Indices.begin(), Indices.end()); visitKnownRecord() local 325 auto Max = std::max_element(Indices.begin(), Indices.end()); visitKnownRecord() local 495 auto Max = std::max_element(Indices.begin(), Indices.end()); visitKnownRecord() local
|
H A D | llvm-pdbutil.h | 112 std::optional<uint64_t> Max; member
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 57 unsigned Min, Max; variable 75 unsigned Min, unsigned Max) in Directive()
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | sv_log2_3u.c |
|
H A D | sv_log10_2u5.c |
|
H A D | sv_log2f_2u5.c |
|
H A D | sv_logf_3u4.c |
|
H A D | sv_log10f_3u5.c |
|
/freebsd-src/contrib/llvm-project/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()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 267 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() mul() local 328 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() div() local 365 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); shl() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Support.cpp | 89 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 36 unsigned Max; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 41 VersionTuple Max = VersionTuple(0); in parseJSON() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 93 unsigned Min, unsigned Max) in StandardDirective() argument 110 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective() argument 291 unsigned Min = 1, Max = 1; member 1144 create(bool RegexKind,SourceLocation DirectiveLoc,SourceLocation DiagnosticLoc,bool MatchAnyFileAndLine,bool MatchAnyLine,StringRef Text,unsigned Min,unsigned Max) create() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 64 uint64_t Max = 0; member
|
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_powf.c |
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 48 double Max; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 44 int64_t Max = maxIntN(Width); signed_width() local 63 int64_t Max = maxUIntN(Width); unsigned_width() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 115 static constexpr size_t Max = 10; global() member
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 609 unsigned Max = 0; handleAMDGPUFlatWorkGroupSizeAttr() local 635 unsigned Max = handleAMDGPUWavesPerEUAttr() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 98 Max enumerator
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 84 size_t Max = 0; variable
|