Home
last modified time | relevance | path

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

1234

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp86 APInt Min = getUnsignedMin(); in toKnownBits() local
743 APInt Min = APInt::getMinValue(BW); castOp() local
1174 APInt Min = getSignedMin(); smul_fast() local
1478 APInt Min = getUnsignedMin(); shl() local
1630 APInt Min = getSignedMin(); smul_sat() local
1654 APInt Min = getSignedMin(), Max = getSignedMax(); sshl_sat() 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.h26 template <class T> T Min(T a, T b) { return a < b ? a : b; } in Min() function
/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/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizeMutations.cpp78 unsigned Min) { in widenScalarOrEltToNextPow2()
98 unsigned Min) { in moreElementsToNextPow2()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp87 int Min = 0; in convertToHSV() local
143 double Min = V - C; in convertToRGB() local
H A Dxray-graph.h44 double Min; member
/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.cpp269 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() mul() local
330 APSInt Min = APFixedPoint::getMin(CommonFXSema).getValue() div() local
366 APSInt Min = APFixedPoint::getMin(Sema).getValue().extOrTrunc(Wide); shl() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerSumType.h232 struct Min : std::integral_constant< struct
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DDarwinSDKInfo.cpp40 VersionTuple Min = VersionTuple(std::numeric_limits<unsigned>::max()); 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/tools/llvm-pdbutil/
H A Dllvm-pdbutil.h111 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()
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_powf.c
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DAMDGPU.cpp608 unsigned Min = 0; handleAMDGPUFlatWorkGroupSizeAttr() local
633 unsigned Min = handleAMDGPUWavesPerEUAttr() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp31 auto checkFixupInRange = [&](int64_t Min, int64_t Max) -> bool { in extractBitsForFixup() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h385 Min, global() enumerator
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp144 const int64_t Min = std::numeric_limits<int16_t>::min(); matchClampI64ToI16() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h150 Min, enumerator

1234