Home
last modified time | relevance | path

Searched refs:Matched (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp507 bool Matched = false; in matchPattern() local
510 return Matched; in matchPattern()
515 Matched = Input.equals(Match.Pattern); in matchPattern()
518 Matched = Input.equals_insensitive(Match.Pattern); in matchPattern()
521 Matched = Match.RE->match(Input); in matchPattern()
527 if (Matched) in matchPattern()
530 return Matched; in matchPattern()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp40 bool Matched = false; ///< Is this relocation part of a match. member
46 Out << ", Matched=" << Matched; in print()
116 unsigned Matched = Predicate(*I); in find_best() local
117 if (Matched != FindBest_NoMatch) { in find_best()
125 if (Matched == FindBest_PerfectMatch) { in find_best()
182 if (!X.Matched && in isMatchingReloc()
201 return PreviousBest.Matched && !Candidate.Matched; in compareMatchingRelocs()
493 InsertionPoint->Matched = true; in sortRelocs()
494 Sorted.insert(InsertionPoint, R)->Matched = true; in sortRelocs()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp54 bool Matched = in isCheckForZeroAndMulWithOverflow() local
60 if (!Matched) in isCheckForZeroAndMulWithOverflow()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp62 bool Matched = Tok.is(tok::hash) && !Lex.LexFromRawLexer(Tok) && in checkAndConsumeDirectiveWithName() local
67 if (Matched) in checkAndConsumeDirectiveWithName()
69 return Matched; in checkAndConsumeDirectiveWithName()
126 auto Matched = [&]() { in checkAndConsumeInclusiveDirective() local
135 return Matched(); in checkAndConsumeInclusiveDirective()
140 return Matched(); in checkAndConsumeInclusiveDirective()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4376 Matched = true; in AST_MATCHER_P()
4381 return Matched; in AST_MATCHER_P()
5088 return Matched; in AST_POLYMORPHIC_MATCHER_P2()
5188 return Matched; in AST_POLYMORPHIC_MATCHER_P2()
5320 Matched = true; in AST_POLYMORPHIC_MATCHER_P()
5325 return Matched; in AST_POLYMORPHIC_MATCHER_P()
6268 Matched = true; in AST_MATCHER_P()
6273 return Matched; in AST_MATCHER_P()
7867 Matched = true; in AST_MATCHER_P()
7872 return Matched; in AST_MATCHER_P()
[all …]
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c554 BOOLEAN Matched; in AcpiDbDisplayCommandInfo() local
560 Matched = AcpiDbMatchCommandHelp (Command, Next); in AcpiDbDisplayCommandInfo()
561 if (!DisplayAll && Matched) in AcpiDbDisplayCommandInfo()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3696 SmallVector<MatchResult, 4> Matched; in getPatternForClassTemplateSpecialization() local
3712 Matched.push_back(PartialSpecMatchResult()); in getPatternForClassTemplateSpecialization()
3713 Matched.back().Partial = Partial; in getPatternForClassTemplateSpecialization()
3714 Matched.back().Args = Info.takeCanonical(); in getPatternForClassTemplateSpecialization()
3722 if (Matched.size() >= 1) { in getPatternForClassTemplateSpecialization()
3723 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in getPatternForClassTemplateSpecialization()
3724 if (Matched.size() == 1) { in getPatternForClassTemplateSpecialization()
3737 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization()
3748 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in getPatternForClassTemplateSpecialization()
3749 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization()
[all …]
H A DSemaTemplate.cpp4884 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId() local
4910 Matched.push_back(PartialSpecMatchResult()); in CheckVarTemplateId()
4911 Matched.back().Partial = Partial; in CheckVarTemplateId()
4912 Matched.back().Args = Info.takeCanonical(); in CheckVarTemplateId()
4916 if (Matched.size() >= 1) { in CheckVarTemplateId()
4917 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId()
4918 if (Matched.size() == 1) { in CheckVarTemplateId()
4931 PEnd = Matched.end(); in CheckVarTemplateId()
4941 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
4942 PEnd = Matched.end(); in CheckVarTemplateId()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp457 unsigned Matched = 0; in isCTTZTable() local
469 Matched++; in isCTTZTable()
472 return Matched == InputBits; in isCTTZTable()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp404 bool Matched = false; in eachOfVariadicOperator() local
408 Matched = true; in eachOfVariadicOperator()
413 return Matched; in eachOfVariadicOperator()
H A DASTMatchFinder.cpp1158 auto Finish = [&](bool Matched) { in matchesAnyAncestorOf() argument
1161 CachedResult.ResultOfMatch = Matched; in matchesAnyAncestorOf()
1164 return Matched; in matchesAnyAncestorOf()
/freebsd/contrib/llvm-project/llvm/lib/Option/
H A DOptTable.cpp166 bool Matched = IgnoreCase ? Rest.starts_with_insensitive(I->getName()) in matchOption() local
168 if (Matched) in matchOption()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h322 bool &Matched) const;
H A DAMDGPUInstructionSelector.cpp5430 bool &Matched) const { in selectVOP3PMadMixModsImpl()
5431 Matched = false; in selectVOP3PMadMixModsImpl()
5487 Matched = true; in selectVOP3PMadMixModsImpl()
5498 bool Matched; in selectVOP3PMadMixModsExt() local
5499 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixModsExt()
5500 if (!Matched) in selectVOP3PMadMixModsExt()
5513 bool Matched; in selectVOP3PMadMixMods() local
5514 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixMods()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1273 RecVec Matched = Rec->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass() local
1274 if (!llvm::is_contained(Matched, ItinClassDef)) in inferFromItinClass()
2062 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources() local
2063 if (!llvm::is_contained(Matched, ItinClassDef)) in collectItinProcResources()
H A DGlobalISelMatchTable.cpp2103 Matched = MutateCandidate; in chooseInsnToMutate()
2135 if (Matched) { in emitActionOpcodes()
2136 assert(canMutate(Rule, Matched) && in emitActionOpcodes()
2139 unsigned RecycleInsnID = Rule.getInsnVarID(*Matched); in emitActionOpcodes()
H A DSubtargetEmitter.cpp1096 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses"); in GenSchedClassTables() local
1097 if (is_contained(Matched, SC.ItinClassDef)) { in GenSchedClassTables()
H A DGlobalISelMatchTable.h2253 InstructionMatcher *Matched; variable
2266 : MatchAction(AK_BuildMI), InsnID(InsnID), I(I), Matched(nullptr) {} in BuildMIAction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp843 bool Matched = M.hasSrc(Id1); in matchBottomUp() local
847 if (Matched || !MatchedChildren) in matchBottomUp()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1764 bool Matched = match(CB.Inst, m_Intrinsic<Intrinsic::assume>( in eliminateConstraints() local
1766 (void)Matched; in eliminateConstraints()
1767 assert(Matched && "Must have an assume intrinsic with a icmp operand"); in eliminateConstraints()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp2295 bool Matched = false; in computeSampleProfileOverlap() local
2340 Matched = true; in computeSampleProfileOverlap()
2348 (Matched && FuncOverlap.Similarity < LowSimilarityThreshold) || in computeSampleProfileOverlap()
2349 (Matched && !FuncFilter.NameFilter.empty() && in computeSampleProfileOverlap()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8957 Matched, NoMatch, ShortCircuitAll, ShortCircuitSame enumerator
8993 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
8997 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
9008 return ParserResult::ok( ParseResultType::Matched ); in convertInto()
9077 return ParserResult::ok( ParseResultType::Matched ); in setFlag()
9096 return ParserResult::ok( ParseResultType::Matched ); in invoke()
9252 return ParserResult::ok( ParseResultType::Matched ); in set()
9636 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
9700 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
9712 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td592 // Load immediate on condition. Matched via DAG pattern and created
601 // Move register on condition. Matched via DAG pattern and
610 // Load on condition. Matched via DAG pattern.
636 // Move register on condition. Matched via DAG pattern and
643 // Load on condition. Matched via DAG pattern.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3963 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet() local
3979 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3984 for (auto M : Matched) in MatchPhiSet()
3986 Matched.clear(); in MatchPhiSet()
3990 for (auto MV : Matched) in MatchPhiSet()
3992 Matched.clear(); in MatchPhiSet()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5085 bool Matched = matchUnaryPredicate(MRI, RHS, BuildUDIVPattern); in buildUDivUsingMul() local
5086 (void)Matched; in buildUDivUsingMul()
5087 assert(Matched && "Expected unary predicate match to succeed"); in buildUDivUsingMul()
5260 bool Matched = matchUnaryPredicate(MRI, RHS, BuildSDIVPattern); in buildSDivUsingMul() local
5261 (void)Matched; in buildSDivUsingMul()
5262 assert(Matched && "Expected unary predicate match to succeed"); in buildSDivUsingMul()

12