Searched refs:Exact (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator in enum:lldb_private::AddressResolver::MatchType
H A DAddressResolverName.h30 AddressResolver::MatchType type = Exact);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h41 Optional<StringRef> Exact; member in class:llvm::GlobPattern
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp114 Pat.Exact = S;
144 if (Exact)
145 return S == *Exact;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp52 m_match_type(Breakpoint::Exact), m_language(language),
66 m_match_type(Breakpoint::Exact), m_language(language),
182 Breakpoint::MatchType::Exact, offset, skip_prologue);
276 case Breakpoint::Exact:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp308 // APFloat::convertToInteger(&Exact) purports to do what we want, but
337 bool Exact; local
340 &Exact);
452 bool Exact; local
455 &Exact);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DAddressResolverName.cpp90 case AddressResolver::Exact:
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h905 for (int Exact : Exacts)
906 ImmSet.insert(Exact);
908 void setRequiresImmediate(int Exact) { argument
910 ImmSet.insert(Exact);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h186 Exact, member in class:llvm::ObjectSizeOpts::Mode
195 Mode EvalMode = Mode::Exact;
H A DScalarEvolution.h729 Exact, enumerator in enum:llvm::ScalarEvolution::ExitCountKind
741 ExitCountKind Kind = Exact);
753 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h85 enum MatchType { Exact, Regexp, Glob }; enumerator in enum:lldb_private::Breakpoint::MatchType
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp116 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0,
H A DAppleObjCRuntimeV2.cpp836 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h366 bool Exact : 1; member in struct:llvm::SDNodeFlags
387 Exact(false), NoNaNs(false), NoInfs(false),
419 Exact = b;
461 bool hasExact() const { return Exact; }
484 Exact &= Flags.Exact;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h369 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
370 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
371 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
372 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp786 bool Exact = (Dist % IVBump) == 0;
789 if (!Exact)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp517 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact;
H A DScalarEvolution.cpp6647 case Exact:
6664 case Exact:
7037 "Exact is not allowed to be less precise than Max");
8874 const SCEV *Exact =
8877 Exact == getCouldNotCompute()
8878 ? Exact
8879 : getConstant(getUnsignedRangeMax(Exact));
8880 return ExitLimit(Exact, Max, false, Predicates);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3462 bool Exact = false;
3478 Exact = true;
3516 if (Exact) Flags |= PossiblyExactOperator::IsExact;
5762 bool Exact = EatIfPresent(lltok::kw_exact);
5765 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl502 // factor is a tad higher: 33 or 34, if not 35. Exact measurement and
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp429 nullptr, func_name, func_name_type_mask, language, Breakpoint::Exact,

Completed in 224 milliseconds