| /llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegacyLegalizerInfo.cpp | 60 case NotFound: in operator <<() 293 case NotFound: in findAction() 303 return {NotFound, LLT()}; in findScalarLegalAction() 308 return {NotFound, LLT()}; in findScalarLegalAction() 317 return {NotFound, LLT()}; in findScalarLegalAction() 334 return {NotFound, Aspect.Type}; in findVectorLegalAction() 338 return {NotFound, Aspect.Type}; in findVectorLegalAction() 353 return {NotFound, IntermediateType}; in findVectorLegalAction()
|
| H A D | LegalizerInfo.cpp | 69 case NotFound: in operator <<()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ModuleFile.h | 69 NotFound = 3 enumerator 90 File.Val.setInt(NotFound); in getNotFound() 101 bool isNotFound() const { return Val.getInt() == NotFound; } in isNotFound()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Lookup.h | 50 NotFound = 0, enumerator 479 assert(ResultKind == NotFound && Decls.empty()); in setNotFoundInCurrentInstantiation() 503 ResultKind = NotFound; in resolveKindAfterFilter() 581 ResultKind = NotFound; in clear() 747 LookupResultKind ResultKind = NotFound;
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | CompilationDatabaseTest.cpp | 297 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 299 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST() 300 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 322 CompileCommand NotFound = findCompileArgsInJsonDatabase( in TEST() local 328 EXPECT_TRUE(NotFound.Directory.empty()) << ErrorMessage; in TEST() 329 EXPECT_TRUE(NotFound.CommandLine.empty()) << ErrorMessage; in TEST()
|
| /llvm-project-15.0.7/clang/lib/Basic/ |
| H A D | DiagnosticIDs.cpp | 683 bool NotFound = true; in getDiagnosticsInGroup() local 689 NotFound = false; in getDiagnosticsInGroup() 697 NotFound &= getDiagnosticsInGroup(Flavor, &OptionTable[(short)*SubGroups], in getDiagnosticsInGroup() 700 return NotFound; in getDiagnosticsInGroup()
|
| /llvm-project-15.0.7/lld/MachO/ |
| H A D | Driver.h | 98 NotFound = 0x11, enumerator
|
| H A D | DriverUtils.cpp | 351 addDep(DepOpCode::NotFound, f); in write()
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 611 ValT safeLookup(KeyT x, ValT NotFound) const { in safeLookup() argument 613 return Traits::startLess(x, start(i)) ? NotFound : value(i); in safeLookup() 1035 ValT treeSafeLookup(KeyT x, ValT NotFound) const; 1080 ValT lookup(KeyT x, ValT NotFound = ValT()) const { 1082 return NotFound; 1083 return branched() ? treeSafeLookup(x, NotFound) : 1084 rootLeaf().safeLookup(x, NotFound); 1163 treeSafeLookup(KeyT x, ValT NotFound) const { in treeSafeLookup() argument 1169 return NR.get<Leaf>().safeLookup(x, NotFound); in treeSafeLookup()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineVectorOps.cpp | 853 static constexpr auto NotFound = None; in foldAggregateConstructionIntoAggregateReuse() local 858 SmallVector<Optional<Instruction *>, 2> AggElts(NumAggElts, NotFound); in foldAggregateConstructionIntoAggregateReuse() 863 [](Optional<Instruction *> Elt) { return Elt != NotFound; }); in foldAggregateConstructionIntoAggregateReuse() 909 NotFound, in foldAggregateConstructionIntoAggregateReuse() enumerator 923 if (SourceAggregate == NotFound) in foldAggregateConstructionIntoAggregateReuse() 924 return AggregateDescription::NotFound; in foldAggregateConstructionIntoAggregateReuse() 946 return NotFound; in foldAggregateConstructionIntoAggregateReuse() 992 case AggregateDescription::NotFound: in foldAggregateConstructionIntoAggregateReuse() 1016 if (Describe(SourceAggregate) != AggregateDescription::NotFound) { in foldAggregateConstructionIntoAggregateReuse()
|
| /llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | LegalizerInfo.h | 93 NotFound, enumerator 187 case LegacyLegalizeActions::NotFound: in LegalizeActionStep() 188 Action = LegalizeActions::NotFound; in LegalizeActionStep()
|
| H A D | LegacyLegalizerInfo.h | 74 NotFound, enumerator
|
| H A D | LegalizationArtifactCombiner.h | 1269 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
|
| /llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/ |
| H A D | LegalizerInfoTest.cpp | 34 case NotFound: OS << "NotFound"; break; in operator <<()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaLookup.cpp | 330 assert(ResultKind != NotFound || Decls.size() == 0); in checkDebugAssumptions() 485 assert(ResultKind == NotFound || in resolveKind() 4716 case LookupResult::NotFound: in resolveCorrection() 4823 case LookupResult::NotFound: in performQualifiedLookups()
|
| H A D | SemaTemplateVariadic.cpp | 1018 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
|
| H A D | SemaDecl.cpp | 172 NotFound, enumerator 187 return UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 190 UnqualifiedTypeNameLookupResult::NotFound; in lookupUnqualifiedTypeNameInBase() 221 if (FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound) { in lookupUnqualifiedTypeNameInBase() 228 case UnqualifiedTypeNameLookupResult::NotFound: in lookupUnqualifiedTypeNameInBase() 244 UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 246 DC && FoundTypeDecl == UnqualifiedTypeNameLookupResult::NotFound; in recoverFromTypeInKnownDependentBase() 378 case LookupResult::NotFound: in getTypeName() 916 case LookupResult::NotFound: in ClassifyName() 17418 case LookupResult::NotFound: in HandleField()
|
| H A D | SemaExprObjC.cpp | 2302 case LookupResult::NotFound: in getObjCMessageKind()
|
| H A D | SemaExprCXX.cpp | 8874 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
|
| H A D | SemaTemplate.cpp | 10702 case LookupResult::NotFound: { in CheckTypenameType()
|
| H A D | SemaDeclCXX.cpp | 18325 case LookupResult::NotFound: in HandleMSProperty()
|
| H A D | TreeTransform.h | 1126 case LookupResult::NotFound: in RebuildDependentNameType()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | irtranslator-extract-used-by-dbg.ll | 78 !50 = !DIEnumerator(name: "NotFound", value: 0)
|