Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Support/
H A DGlobPattern.cpp114 Pat.Exact = S; in create()
144 if (Exact) in match()
145 return S == *Exact; in match()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp95 return {buffer, static_cast<std::size_t>(start - buffer), 0, Exact}; in ConvertToDecimal()
148 return {buffer, static_cast<std::size_t>(p - buffer), expo, Exact}; in ConvertToDecimal()
288 return {"-Inf", 4, 0, Exact}; in ConvertToDecimal()
290 return {"+Inf", 4, 0, Exact}; in ConvertToDecimal()
292 return {"Inf", 3, 0, Exact}; in ConvertToDecimal()
H A Ddecimal-to-binary.cpp255 int flags{Exact}; in ToBinary()
/llvm-project-15.0.7/flang/include/flang/Decimal/
H A Ddecimal.h33 Exact = 0, enumerator
100 enum ConversionResultFlags flags { Exact }; enumerator
/llvm-project-15.0.7/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()
273 case Breakpoint::Exact: in SearchCallback()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp275 bool Exact; in calcRange() local
278 &Exact); in calcRange()
444 bool Exact; in convert() local
447 &Exact); in convert()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGlobPattern.h51 Optional<StringRef> Exact; variable
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h138 Exact, enumerator
147 Mode EvalMode = Mode::Exact;
H A DScalarEvolution.h850 Exact,
864 ExitCountKind Kind = Exact);
876 const SCEV *getBackedgeTakenCount(const Loop *L, ExitCountKind Kind = Exact);
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dinstancetype.m67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dinstancetype.mm67 // Exact type checks
100 // Exact type check.
113 // Exact type check.
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h1076 for (int Exact : Exacts) in setRequiresImmediate() local
1077 ImmSet.insert(Exact); in setRequiresImmediate()
1079 void setRequiresImmediate(int Exact) { in setRequiresImmediate()
1081 ImmSet.insert(Exact); in setRequiresImmediate()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dllvm.amdgcn.softwqm.ll48 ; Make sure the transition from WQM to Exact to softwqm does not trigger WQM.
74 ; Make sure the transition from WQM to Exact to softwqm does trigger WQM.
108 ; Make sure the transition from Exact to STRICT_WWM then softwqm does not trigger WQM.
140 ; Make sure the transition from Exact to STRICT_WWM then softwqm does not trigger WQM.
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Ddwarfdump-bogus-LNE.s100 # Exact prologue length isn't important but it tells us where to expect the
/llvm-project-15.0.7/clang/test/Rewriter/
H A Dinstancetype-test.mm66 // Exact type checks
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dfdiv.ll5 ; Exact division by a constant converted to multiplication.
/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator
/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.cpp434 if (converted.flags != decimal::ConversionResultFlags::Exact) { in TryFastPathRealInput()
511 if (converted.flags != decimal::ConversionResultFlags::Exact) { in EditCommonRealInput()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp104 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
/llvm-project-15.0.7/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;
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp634 unsigned Exact = 0; in TEST_F() local
636 Exact = std::max(Exact, N.getActiveBits()); in TEST_F()
640 EXPECT_EQ(Exact, ResultCR); in TEST_F()
661 unsigned Exact = 0; in TEST_F() local
663 Exact = std::max(Exact, N.getMinSignedBits()); in TEST_F()
667 EXPECT_EQ(Exact, ResultCR); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstrTypes.h363 DEFINE_HELPERS(SDiv, Exact) // CreateExactSDiv
364 DEFINE_HELPERS(UDiv, Exact) // CreateExactUDiv
365 DEFINE_HELPERS(AShr, Exact) // CreateExactAShr
366 DEFINE_HELPERS(LShr, Exact) // CreateExactLShr
/llvm-project-15.0.7/llvm/test/Transforms/LICM/
H A Datomics.ll204 ; Exact semantics of monotonic accesses are a bit vague in the C++ spec,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp644 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall()
1002 case ObjectSizeOpts::Mode::Exact: in combineSizeOffset()

12