| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | GlobPattern.cpp | 114 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 D | BreakpointResolverName.cpp | 52 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 D | Float2Int.cpp | 336 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 D | GlobPattern.h | 51 Optional<StringRef> Exact; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | pwm-clock.txt | 16 - clock-frequency : Exact output frequency, in case the PWM period
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 192 Exact, enumerator 201 Mode EvalMode = Mode::Exact;
|
| H A D | ScalarEvolution.h | 794 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 D | TargetInfo.h | 1015 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 D | Breakpoint.h | 86 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | 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;
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 115 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| H A D | AppleObjCRuntimeV2.cpp | 1083 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstrTypes.h | 364 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 D | HexagonHardwareLoops.cpp | 786 bool Exact = (Dist % IVBump) == 0; in computeCount() local 789 if (!Exact) in computeCount()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 541 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
|
| H A D | ScalarEvolution.cpp | 7168 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 D | backzone | 581 # 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 D | LLParser.cpp | 3442 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 D | kmp_itt.inl | 68 Exact moment of call does not matter, but it should be completed before any
|
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | zstd.1.md | 199 Exact guesses result in better compression ratios. Overestimates result in slightly
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 444 nullptr, func_name, func_name_type_mask, language, Breakpoint::Exact, in CreateBreakpoint()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 317 // Exact FP Immediates.
|