Home
last modified time | relevance | path

Searched defs:Exact (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h51 std::optional<StringRef> Exact; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp243 bool Exact; in calcRange() local
419 bool Exact; in convert() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp371 bool ShAmtNonZero, bool Exact) { in lshr()
429 bool ShAmtNonZero, bool Exact) { in ashr()
911 const KnownBits &RHS, bool Exact) { in divComputeLowBit()
947 bool Exact) { in sdiv()
1003 bool Exact) { in udiv()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h47 unsigned Exact : 1; member
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp790 bool Exact = (Dist % IVBump) == 0; in computeCount() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1161 for (int Exact : Exacts) in setRequiresImmediate() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DValueTracking.cpp1277 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); in computeKnownBitsFromOperator() local
1291 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); in computeKnownBitsFromOperator() local
H A DScalarEvolution.cpp10551 const SCEV *Exact = in howFarToZero() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp1236 auto AccessCB = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()
1285 auto CanSkipAccess = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6925 bool Exact = EatIfPresent(lltok::kw_exact); in parseInstruction() local