Home
last modified time | relevance | path

Searched refs:Matched (Results 1 – 25 of 29) 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 == 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/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/llvm/lib/Analysis/
H A DOverflowInstAnalysis.cpp54 bool Matched = in isCheckForZeroAndMulWithOverflow() local
60 if (!Matched) in isCheckForZeroAndMulWithOverflow()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4370 bool Matched = false; in AST_MATCHER_P() local
4376 Matched = true; in AST_MATCHER_P()
4381 return Matched; in AST_MATCHER_P()
5091 bool Matched = false; in AST_POLYMORPHIC_MATCHER_P2() local
5103 Matched = true; in AST_POLYMORPHIC_MATCHER_P2()
5109 return Matched; in AST_POLYMORPHIC_MATCHER_P2()
5177 bool Matched = false; in AST_POLYMORPHIC_MATCHER_P2() local
5194 Matched = true; in AST_POLYMORPHIC_MATCHER_P2()
5204 Matched = true; in AST_POLYMORPHIC_MATCHER_P2()
5210 return Matched; in AST_POLYMORPHIC_MATCHER_P2()
[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/llvm/lib/Transforms/IPO/
H A DSampleProfileMatcher.cpp855 bool Matched = functionMatchesProfileHelper(IRFunc, ProfFunc); in functionMatchesProfile() local
856 FuncProfileMatchCache[{&IRFunc, ProfFunc}] = Matched; in functionMatchesProfile()
857 if (Matched) { in functionMatchesProfile()
863 return Matched; in functionMatchesProfile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp3836 SmallVector<MatchResult, 4> Matched; in getPatternForClassTemplateSpecialization() local
3853 Matched.push_back(PartialSpecMatchResult()); in getPatternForClassTemplateSpecialization()
3854 Matched.back().Partial = Partial; in getPatternForClassTemplateSpecialization()
3855 Matched.back().Args = Info.takeCanonical(); in getPatternForClassTemplateSpecialization()
3863 if (Matched.size() >= 1) { in getPatternForClassTemplateSpecialization()
3864 SmallVectorImpl<MatchResult>::iterator Best = Matched.begin(); in getPatternForClassTemplateSpecialization()
3865 if (Matched.size() == 1) { in getPatternForClassTemplateSpecialization()
3878 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization()
3889 for (SmallVectorImpl<MatchResult>::iterator P = Matched.begin(), in getPatternForClassTemplateSpecialization()
3890 PEnd = Matched.end(); in getPatternForClassTemplateSpecialization()
[all …]
H A DSemaTemplate.cpp4187 SmallVector<MatchResult, 4> Matched; in CheckVarTemplateId() local
4214 Matched.push_back(PartialSpecMatchResult()); in CheckVarTemplateId()
4215 Matched.back().Partial = Partial; in CheckVarTemplateId()
4216 Matched.back().Args = Info.takeCanonical(); in CheckVarTemplateId()
4220 if (Matched.size() >= 1) { in CheckVarTemplateId()
4221 SmallVector<MatchResult, 4>::iterator Best = Matched.begin(); in CheckVarTemplateId()
4222 if (Matched.size() == 1) { in CheckVarTemplateId()
4235 PEnd = Matched.end(); in CheckVarTemplateId()
4245 for (SmallVector<MatchResult, 4>::iterator P = Matched.begin(), in CheckVarTemplateId()
4246 PEnd = Matched.end(); in CheckVarTemplateId()
[all …]
/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/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp460 unsigned Matched = 0; in isCTTZTable() local
472 Matched++; in isCTTZTable()
475 return Matched == InputBits; in isCTTZTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructionSelector.h320 bool &Matched) const;
H A DAMDGPUInstructionSelector.cpp5391 bool &Matched) const { in selectVOP3PMadMixModsImpl()
5392 Matched = false; in selectVOP3PMadMixModsImpl()
5448 Matched = true; in selectVOP3PMadMixModsImpl()
5459 bool Matched; in selectVOP3PMadMixModsExt() local
5460 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixModsExt()
5461 if (!Matched) in selectVOP3PMadMixModsExt()
5474 bool Matched; in selectVOP3PMadMixMods() local
5475 std::tie(Src, Mods) = selectVOP3PMadMixModsImpl(Root, Matched); in selectVOP3PMadMixMods()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp782 bool Matched = false; member
1060 << Info.TotalSize << (Info.Matched ? " is" : " not") in run()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1252 RecVec Matched = Rec->getValueAsListOfDefs("MatchedItinClasses"); in inferFromItinClass() local
1253 if (!llvm::is_contained(Matched, ItinClassDef)) in inferFromItinClass()
2044 RecVec Matched = (*II)->getValueAsListOfDefs("MatchedItinClasses"); in collectItinProcResources() local
2045 if (!llvm::is_contained(Matched, ItinClassDef)) in collectItinProcResources()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp2155 Matched = MutateCandidate; in chooseInsnToMutate()
2187 if (Matched) { in emitActionOpcodes()
2188 assert(canMutate(Rule, Matched) && in emitActionOpcodes()
2191 unsigned RecycleInsnID = Rule.getInsnVarID(*Matched); in emitActionOpcodes()
H A DGlobalISelMatchTable.h2300 InstructionMatcher *Matched; variable
2313 : MatchAction(AK_BuildMI), InsnID(InsnID), I(I), Matched(nullptr) {} in BuildMIAction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp1851 bool Matched = match(CB.Inst, m_Intrinsic<Intrinsic::assume>( in eliminateConstraints() local
1853 (void)Matched; in eliminateConstraints()
1854 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.cpp2354 bool Matched = false; in computeSampleProfileOverlap() local
2399 Matched = true; in computeSampleProfileOverlap()
2407 (Matched && FuncOverlap.Similarity < LowSimilarityThreshold) || in computeSampleProfileOverlap()
2408 (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()
9277 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
9367 … return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) ); in parse()
9636 return ParserResult::ok( ParseResultType::Matched ); in makeCommandLineParser()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1116 RecVec Matched = I->getValueAsListOfDefs("MatchedItinClasses"); in GenSchedClassTables() local
1117 if (is_contained(Matched, SC.ItinClassDef)) { in GenSchedClassTables()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.td594 // Load immediate on condition. Matched via DAG pattern and created
603 // Move register on condition. Matched via DAG pattern and
612 // Load on condition. Matched via DAG pattern.
638 // Move register on condition. Matched via DAG pattern and
645 // Load on condition. Matched via DAG pattern.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4057 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet() local
4073 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
4078 for (auto M : Matched) in MatchPhiSet()
4080 Matched.clear(); in MatchPhiSet()
4084 for (auto MV : Matched) in MatchPhiSet()
4086 Matched.clear(); in MatchPhiSet()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5285 bool Matched = matchUnaryPredicate(MRI, RHS, BuildUDIVPattern); in buildUDivUsingMul() local
5286 (void)Matched; in buildUDivUsingMul()
5287 assert(Matched && "Expected unary predicate match to succeed"); in buildUDivUsingMul()
5458 bool Matched = matchUnaryPredicate(MRI, RHS, BuildSDIVPattern); in buildSDivUsingMul() local
5459 (void)Matched; in buildSDivUsingMul()
5460 assert(Matched && "Expected unary predicate match to succeed"); in buildSDivUsingMul()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp3578 bool Matched = in fixCppIncludeInsertions() local
3580 assert(Matched && "Header insertion replacement must have replacement text " in fixCppIncludeInsertions()
3582 (void)Matched; in fixCppIncludeInsertions()

12