| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolutionNormalization.cpp | 24 Normalize, enumerator 69 assert(Kind == Normalize && "Only two possibilities!"); in visitAddRecExpr() 103 return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUse() 108 return NormalizeDenormalizeRewriter(Normalize, Pred, SE).visit(S); in normalizeForPostIncUseIf()
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | real.h | 151 epsilon.Normalize( in EPSILON() 157 huge.Normalize(false, maxExponent - 1, Fraction::MASKR(binaryPrecision)); in HUGE() 162 tiny.Normalize(false, 1, Fraction::MASKL(1)); // minimum *normal* number in TINY() 190 twoPow.Normalize(false, static_cast<int>(expo), Fraction::MASKL(1))}; 242 result.flags |= result.value.Normalize( 246 result.flags |= result.value.Normalize(isNegative, exponent, fraction); 322 result.flags |= result.value.Normalize(isNegative, exponent, fraction); 326 result.flags |= result.value.Normalize(isNegative, exponent, fraction); 412 RealFlags Normalize(bool negative, int exponent, const Fraction &fraction,
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | PopulateSwitch.cpp | 132 auto Normalize = [&](llvm::APSInt Val) { in REGISTER_TWEAK() local 140 std::make_pair(Normalize(EnumConstant->getInitVal()), EnumConstant)); in REGISTER_TWEAK() 161 auto Iter = ExpectedCases.find(Normalize(Enumerator->getInitVal())); in REGISTER_TWEAK() 181 auto Iter = ExpectedCases.find(Normalize(CE->getResultAsAPSInt())); in REGISTER_TWEAK()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-filepath.h | 72 Normalize(); in FilePath() 200 void Normalize();
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 294 scaled.Normalize(false, expo - 2 * adjust + exponentBias, GetFraction()); in SQRT() 296 result.value.Normalize(false, in SQRT() 361 result.flags = result.value.Normalize(isNegative, expo, nearest); in NEAREST() 391 one.Normalize(false, exponentBias, Fraction::MASKL(1)); // 1.0 in HYPOT() 478 adjust.Normalize(IsSignBitSet(), noClipExponent, Fraction::MASKL(1)); in ToWholeNumber() 492 RealFlags Real<W, P>::Normalize(bool negative, int exponent, in Normalize() function in Fortran::evaluate::value::Real 572 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round() 596 result.flags |= result.value.Normalize( in NormalizeAndRound() 737 result.Normalize(false, binaryPrecision + exponentBias - 1, GetFraction()); in RRSPACING() 752 result.Normalize( in SPACING() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | UnicodeTest.cpp | 334 auto Normalize = [](StringRef Name) { in TEST() local 347 auto A = Normalize(r.Name); in TEST() 348 auto B = Normalize(name); in TEST()
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | big-radix-floating-point.h | 202 void Normalize() { in RemoveLeastOrderZeroDigits() function 281 Normalize(); in RemoveLeastOrderZeroDigits()
|
| H A D | binary-to-decimal.cpp | 76 Normalize(); 277 Normalize(); in Minimize()
|
| H A D | decimal-to-binary.cpp | 319 Normalize(); in ConvertToBinary()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 101 static std::string Normalize(const std::string &value) { in Normalize() function 161 std::string s{Normalize(*charConst)}; in Enter() 495 flags_.set(Flag::AsynchronousYes, Normalize(*charConst) == "YES"); in Enter() 531 flags_.set(Flag::AdvanceYes, Normalize(*charConst) == "YES"); in Enter() 610 std::string s{Normalize(*charConst)}; in Enter() 877 auto upper{Normalize(value)}; in CheckStringValue()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | UnicodeNameToCodepoint.cpp | 467 auto Normalize = [](StringRef Name) { in nearestMatchesForCodepointName() local 476 std::string NormalizedName = Normalize(Pattern); in nearestMatchesForCodepointName()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-filepath.cc | 348 void FilePath::Normalize() { in Normalize() function in testing::internal::FilePath
|
| /llvm-project-15.0.7/compiler-rt/lib/builtins/ |
| H A D | fp_mul_impl.inc | 87 // Normalize the significand and adjust the exponent if needed.
|
| H A D | fp_add_impl.inc | 73 // Normalize any denormals, and adjust the exponent accordingly.
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/ |
| H A D | Passes.td | 32 let summary = "Normalize memrefs";
|
| /llvm-project-15.0.7/lld/ |
| H A D | CMakeLists.txt | 60 # Normalize LLVM_CMAKE_DIR. --cmakedir might contain backslashes.
|
| /llvm-project-15.0.7/mlir/test/Dialect/Affine/ |
| H A D | affine-loop-normalize.mlir | 3 // Normalize steps to 1 and lower bounds to 0.
|
| /llvm-project-15.0.7/clang/ |
| H A D | CMakeLists.txt | 60 # Normalize LLVM_CMAKE_DIR. --cmakedir might contain backslashes.
|