| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | binary-to-decimal.cpp | 95 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 D | decimal-to-binary.cpp | 255 int flags{Exact}; in ToBinary()
|
| /llvm-project-15.0.7/flang/include/flang/Decimal/ |
| H A D | decimal.h | 33 Exact = 0, enumerator 100 enum ConversionResultFlags flags { Exact }; enumerator
|
| /llvm-project-15.0.7/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() 273 case Breakpoint::Exact: in SearchCallback()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 275 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 D | GlobPattern.h | 51 Optional<StringRef> Exact; variable
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | MemoryBuiltins.h | 138 Exact, enumerator 147 Mode EvalMode = Mode::Exact;
|
| H A D | ScalarEvolution.h | 850 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 D | instancetype.m | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | instancetype.mm | 67 // Exact type checks 100 // Exact type check. 113 // Exact type check.
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1076 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 D | llvm.amdgcn.softwqm.ll | 48 ; 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 D | dwarfdump-bogus-LNE.s | 100 # Exact prologue length isn't important but it tells us where to expect the
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | instancetype-test.mm | 66 // Exact type checks
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | fdiv.ll | 5 ; Exact division by a constant converted to multiplication.
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | edit-input.cpp | 434 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 D | AppleObjCRuntimeV1.cpp | 104 eFunctionNameTypeBase, eLanguageTypeUnknown, Breakpoint::Exact, 0, in CreateExceptionResolver()
|
| /llvm-project-15.0.7/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;
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | ConstantRangeTest.cpp | 634 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 D | InstrTypes.h | 363 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 D | atomics.ll | 204 ; Exact semantics of monotonic accesses are a bit vague in the C++ spec,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | MemoryBuiltins.cpp | 644 EvalOptions.EvalMode = ObjectSizeOpts::Mode::Exact; in lowerObjectSizeCall() 1002 case ObjectSizeOpts::Mode::Exact: in combineSizeOffset()
|