Home
last modified time | relevance | path

Searched refs:NotFound (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp60 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 DLegalizerInfo.cpp69 case NotFound: in operator <<()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DModuleFile.h69 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 DLookup.h50 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 DCompilationDatabaseTest.cpp297 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 DDiagnosticIDs.cpp683 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 DDriver.h98 NotFound = 0x11, enumerator
H A DDriverUtils.cpp351 addDep(DepOpCode::NotFound, f); in write()
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DIntervalMap.h611 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 DInstCombineVectorOps.cpp853 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 DLegalizerInfo.h93 NotFound, enumerator
187 case LegacyLegalizeActions::NotFound: in LegalizeActionStep()
188 Action = LegalizeActions::NotFound; in LegalizeActionStep()
H A DLegacyLegalizerInfo.h74 NotFound, enumerator
H A DLegalizationArtifactCombiner.h1269 return Step.Action == Unsupported || Step.Action == NotFound; in isInstUnsupported()
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DLegalizerInfoTest.cpp34 case NotFound: OS << "NotFound"; break; in operator <<()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp330 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 DSemaTemplateVariadic.cpp1018 case LookupResult::NotFound: in ActOnSizeofParameterPackExpr()
H A DSemaDecl.cpp172 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 DSemaExprObjC.cpp2302 case LookupResult::NotFound: in getObjCMessageKind()
H A DSemaExprCXX.cpp8874 case LookupResult::NotFound: in CheckMicrosoftIfExistsSymbol()
H A DSemaTemplate.cpp10702 case LookupResult::NotFound: { in CheckTypenameType()
H A DSemaDeclCXX.cpp18325 case LookupResult::NotFound: in HandleMSProperty()
H A DTreeTransform.h1126 case LookupResult::NotFound: in RebuildDependentNameType()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll78 !50 = !DIEnumerator(name: "NotFound", value: 0)