Home
last modified time | relevance | path

Searched defs:Max (Results 1 – 25 of 113) sorted by relevance

12345

/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp87 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 DFuzzerDefs.h27 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 DBytesOutputStyle.cpp92 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 DMinimalTypeDumper.cpp310 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 Dllvm-pdbutil.h112 std::optional<uint64_t> Max; member
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h57 unsigned Min, Max; variable
75 unsigned Min, unsigned Max) in Directive()
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_log2_3u.c
H A Dsv_log10_2u5.c
H A Dsv_log2f_2u5.c
H A Dsv_logf_3u4.c
H A Dsv_log10f_3u5.c
/freebsd-src/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 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 DAPFixedPoint.cpp267 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 DSupport.cpp89 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUAsmUtils.h36 unsigned Max; member
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp41 VersionTuple Max = VersionTuple(0); in parseJSON() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp93 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 DLowerTypeTests.h64 uint64_t Max = 0; member
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_powf.c
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h48 double Max; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp44 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 DMicrosoftDemangle.h115 static constexpr size_t Max = 10; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp609 unsigned Max = 0; handleAMDGPUFlatWorkGroupSizeAttr() local
635 unsigned Max = handleAMDGPUWavesPerEUAttr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h98 Max enumerator
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_buffer_queue.h84 size_t Max = 0; variable

12345