Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DGlobPattern.cpp107 Pat.Exact = S; in create()
136 if (Exact) in match()
137 return S == *Exact; in match()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp53 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName()
67 m_match_type(Breakpoint::Exact), m_language(language), in BreakpointResolverName()
184 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
273 case Breakpoint::Exact: in SearchCallback()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp316 bool Exact; in walkForwards() local
319 &Exact); in walkForwards()
431 bool Exact; in convert() local
434 &Exact); in convert()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGlobPattern.h42 Optional<StringRef> Exact; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DAddressResolver.h44 typedef enum { Exact, Regexp, Glob } MatchType; enumerator
H A DAddressResolverName.h40 AddressResolver::MatchType type = Exact);
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h154 Exact, enumerator
163 Mode EvalMode = Mode::Exact;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTargetInfo.h868 for (int Exact : Exacts) in setRequiresImmediate() local
869 ImmSet.insert(Exact); in setRequiresImmediate()
871 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
873 ImmSet.insert(Exact); in setRequiresImmediate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DAddressResolverName.cpp92 case AddressResolver::Exact: in SearchCallback()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h362 bool Exact : 1;
376 Exact(false), NoNaNs(false), NoInfs(false),
408 Exact = b;
446 bool hasExact() const { return Exact; }
468 Exact &= Flags.Exact;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h92 typedef enum { Exact, Regexp, Glob } MatchType; enumerator
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h283 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
284 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
285 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
286 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp117 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
H A DAppleObjCRuntimeV2.cpp809 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp786 bool Exact = (Dist % IVBump) == 0; in computeCount() local
789 if (!Exact) in computeCount()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp460 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
H A DScalarEvolution.cpp8732 const SCEV *Exact = in howFarToZero() local
8735 Exact == getCouldNotCompute() in howFarToZero()
8736 ? Exact in howFarToZero()
8737 : getConstant(getUnsignedRangeMax(Exact)); in howFarToZero()
8738 return ExitLimit(Exact, Max, false, Predicates); in howFarToZero()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp3341 bool Exact = false; in ParseValID() local
3358 Exact = true; in ParseValID()
3402 if (Exact) Flags |= PossiblyExactOperator::IsExact; in ParseValID()
5613 bool Exact = EatIfPresent(lltok::kw_exact); in ParseInstruction() local
5616 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true); in ParseInstruction()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_itt.inl69 Exact moment of call does not matter, but it should be completed before any
/freebsd-12.1/contrib/gcc/doc/
H A Dpasses.texi243 for exact semantics. Exact control flow may be extracted from
H A Dmd.texi1827 Exact power of 2
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp432 nullptr, func_name, func_name_type_mask, language, Breakpoint::Exact, in CreateBreakpoint()
/freebsd-12.1/contrib/tzdata/
H A Dnorthamerica2069 # Exact date unknown
2071 # Exact date in October unknown; Sunday October 1 is a reasonable guess.
2073 # Exact date in June unknown; Sunday June 2 is a reasonable guess.
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td298 // Exact FP Immediates.