HomeSort by: relevance | last modified time | path
    Searched refs:Exact (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GlobPattern.h 51 Optional<StringRef> Exact;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
GlobPattern.cpp 114 Pat.Exact = S;
144 if (Exact)
145 return S == *Exact;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 306 // APFloat::convertToInteger(&Exact) purports to do what we want, but
335 bool Exact;
338 &Exact);
450 bool Exact;
453 &Exact);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 192 Exact,
201 Mode EvalMode = Mode::Exact;
ScalarEvolution.h 753 Exact,
754 /// A constant which provides an upper bound on the exact trip count.
756 /// An expression which provides an upper bound on the exact trip count.
767 ExitCountKind Kind = Exact);
779 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
1303 /// pair of exact and max expressions that are eventually summarized in
1322 /// Construct either an exact exit limit from a constant, or an unknown
1370 /// includes an exact count and a maximum count.
1403 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
1417 /// Return an expression indicating the exact *backedge-taken
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h 1015 for (int Exact : Exacts)
1016 ImmSet.insert(Exact);
1018 void setRequiresImmediate(int Exact) {
1020 ImmSet.insert(Exact);
  /src/external/lgpl3/gmp/dist/mpn/ia64/
sqr_diag_addlsh1.asm 39 C Exact performance table. The 2nd line is this code, the 3rd line is ctop-
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 375 bool Exact : 1;
394 : NoUnsignedWrap(false), NoSignedWrap(false), Exact(false), NoNaNs(false),
413 void setExact(bool b) { Exact = b; }
426 bool hasExact() const { return Exact; }
441 Exact &= Flags.Exact;
1603 /// As such, this method can be used to do an exact bit-for-bit comparison of
2015 /// exact power or 2, return the log base 2 integer value. Otherwise,
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h 366 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
367 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
368 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
369 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 786 bool Exact = (Dist % IVBump) == 0;
789 if (!Exact)
1452 // doesn't underflow. This is not an exact test and should be improved.
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
ia64-mont.pl 503 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
ia64-mont.pl 503 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
ia64-mont.pl 502 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact;
ScalarEvolution.cpp 933 // K! / 2^T is odd, and exact division by an odd number *is* safe in modular
934 // arithmetic. To do exact division in modular arithmetic, all we have
992 // this multiplication factor will perform the exact division by
3289 /// possible. There is no representation for an exact udiv in SCEV IR, but we
3291 /// it's not exact because the udiv may be clearing bits.
3295 // just deal with u/exact (multiply, constant). See SCEVDivision towards the
3873 /// Check whether value has nuw/nsw/exact set but SCEV does not.
7026 case Exact:
7044 case Exact:
7303 /// Get the exact loop backedge taken count considering all loop exits.
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp 3753 bool Exact = false;
3769 Exact = true;
3807 if (Exact) Flags |= PossiblyExactOperator::IsExact;
6230 bool Exact = EatIfPresent(lltok::kw_exact);
6234 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);

Completed in 50 milliseconds