/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 87 APInt Max = getUnsignedMax(); in toKnownBits() local 800 APInt Max = APInt::getMaxValue(BW); in castOp() local 1253 APInt Max = getSignedMax(); in smul_fast() local 1572 APInt Max = getUnsignedMax(); in shl() local 1724 APInt Max = getSignedMax(); in smul_sat() local 1747 APInt Min = getSignedMin(), Max = getSignedMax(); in sshl_sat() local 1919 APInt Max = Upper - 1; in getUnsignedPopCountRange() local 1961 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedAddMayOverflow() local 1977 APInt Min = getSignedMin(), Max = getSignedMax(); in signedAddMayOverflow() local 2007 APInt Min = getUnsignedMin(), Max = getUnsignedMax(); in unsignedSubMayOverflow() local [all …]
|
/freebsd/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 | 311 auto Max = llvm::max_element(Indices); in visitKnownRecord() local 326 auto Max = llvm::max_element(Indices); in visitKnownRecord() local 496 auto Max = llvm::max_element(Indices); in visitKnownRecord() local
|
H A D | llvm-pdbutil.h | 113 std::optional<uint64_t> Max; global() member
|
/freebsd/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/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/contrib/llvm-project/llvm/lib/Support/ |
H A D | APFixedPoint.cpp | 273 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in mul() local 334 APSInt Max = APFixedPoint::getMax(CommonFXSema).getValue() in div() local 371 APSInt Max = APFixedPoint::getMax(Sema).getValue().extOrTrunc(Wide); in shl() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAMDGPU.cpp | 123 uint32_t Max = 0; in checkAMDGPUFlatWorkGroupSizeArguments() local 184 uint32_t Max = 0; in checkAMDGPUWavesPerEUArguments() local
|
H A D | SemaHexagon.cpp | 271 int32_t Max = (1 << (A.IsSigned ? A.BitWidth - 1 : A.BitWidth)) - 1; in CheckHexagonBuiltinArgument() local
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Support.cpp | 89 double Max = static_cast<double>(NumMicroOps) / DispatchWidth; in computeBlockRThroughput() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | DarwinSDKInfo.cpp | 41 VersionTuple Max = VersionTuple(0); in parseJSON() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUAsmUtils.h | 36 unsigned Max; member
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 93 unsigned Min, unsigned Max) in StandardDirective() 110 unsigned Min, unsigned Max, StringRef RegexStr) in RegexDirective() 291 unsigned Min = 1, Max = 1; member 1150 unsigned Min, unsigned Max) { in create()
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | log2.c | 13 #define Max (0x7ff0000000000000) macro
|
H A D | log.c | 13 #define Max (0x7ff0000000000000) macro
|
H A D | log10.c | 13 #define Max 0x7ff0000000000000 macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | LowerTypeTests.h | 64 uint64_t Max = 0; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRAsmBackend.cpp | 45 int64_t Max = maxIntN(Width); in signed_width() local 64 int64_t Max = maxUIntN(Width); in unsigned_width() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 48 double Max; member
|
H A D | xray-color-helper.cpp | 88 int Max = 0; in convertToHSV() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | MicrosoftDemangle.h | 120 static constexpr size_t Max = 10; member
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | AMDGPU.cpp | 649 unsigned Max = 0; in handleAMDGPUFlatWorkGroupSizeAttr() local 675 unsigned Max = in handleAMDGPUWavesPerEUAttr() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | RawConstants.h | 98 Max enumerator
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_buffer_queue.h | 84 size_t Max = 0; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/ |
H A D | SystemZMCAsmBackend.cpp | 31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup()
|