Home
last modified time | relevance | path

Searched refs:Exact (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp114 Pat.Exact = S; in create()
144 if (Exact) in match()
145 return S == *Exact; in match()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp52 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName()
66 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName()
179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
271 case Breakpoint::Exact: in SearchCallback()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp336 bool Exact; in walkForwards() local
339 &Exact); in walkForwards()
451 bool Exact; in convert() local
454 &Exact); in convert()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h51 Optional<StringRef> Exact; variable
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd-13.1/sys/contrib/device-tree/Bindings/clock/
H A Dpwm-clock.txt16 - clock-frequency : Exact output frequency, in case the PWM period
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h192 Exact, enumerator
201 Mode EvalMode = Mode::Exact;
H A DScalarEvolution.h794 Exact,
808 ExitCountKind Kind = Exact);
820 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h1015 for (int Exact : Exacts) in setRequiresImmediate() local
1016 ImmSet.insert(Exact); in setRequiresImmediate()
1018 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
1020 ImmSet.insert(Exact); in setRequiresImmediate()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h86 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h375 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;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp115 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
H A DAppleObjCRuntimeV2.cpp1083 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h364 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
365 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
366 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
367 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp786 bool Exact = (Dist % IVBump) == 0; in computeCount() local
789 if (!Exact) in computeCount()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
H A DScalarEvolution.cpp7168 auto *ExitCount = dyn_cast<SCEVConstant>(getBackedgeTakenCount(L, Exact)); in getSmallConstantTripCount()
7257 case Exact: in getExitCount()
7275 case Exact: in getBackedgeTakenCount()
9519 const SCEV *Exact = in howFarToZero() local
9522 if (Exact != getCouldNotCompute()) { in howFarToZero()
9523 APInt MaxInt = getUnsignedRangeMax(applyLoopGuards(Exact, L)); in howFarToZero()
9524 APInt BaseMaxInt = getUnsignedRangeMax(Exact); in howFarToZero()
9530 return ExitLimit(Exact, Max, false, Predicates); in howFarToZero()
/freebsd-13.1/contrib/tzdata/
H A Dbackzone581 # Exact date unknown
583 # Exact date in October unknown; Sunday October 1 is a reasonable guess.
585 # Exact date in June unknown; Sunday June 2 is a reasonable guess.
/freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3442 bool Exact = false; in parseValID() local
3458 Exact = true; in parseValID()
3496 if (Exact) Flags |= PossiblyExactOperator::IsExact; in parseValID()
5931 bool Exact = EatIfPresent(lltok::kw_exact); in parseInstruction() local
5935 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in parseInstruction()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_itt.inl68 Exact moment of call does not matter, but it should be completed before any
/freebsd-13.1/sys/contrib/zstd/programs/
H A Dzstd.1.md199 Exact guesses result in better compression ratios. Overestimates result in slightly
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp444 nullptr, func_name, func_name_type_mask, language, Breakpoint::Exact, in CreateBreakpoint()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td317 // Exact FP Immediates.