Home
last modified time | relevance | path

Searched refs:Matched (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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() local
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()
516 InsertionPoint->Matched in sortRelocs()
[all...]
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink-moduleCaseChange.js77 Matched by default include pattern '**/*'
79 Matched by default include pattern '**/*'
H A Dwhen-pkg-references-sibling-package-through-indirect-symlink.js77 Matched by default include pattern '**/*'
79 Matched by default include pattern '**/*'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js145 Matched by default include pattern '**/*'
152 Matched by default include pattern '**/*'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js145 Matched by default include pattern '**/*'
152 Matched by default include pattern '**/*'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link-moduleCaseChange.js166 Matched by default include pattern '**/*'
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-with-indirect-link.js166 Matched by default include pattern '**/*'
/third_party/typescript/tests/baselines/reference/tscWatch/incremental/
H A DjsxImportSource-option-changed-incremental.js65 Matched by default include pattern '**/*'
179 Matched by default include pattern '**/*'
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-flow-optimizer.cc92 DCHECK(matcher.Matched()); in TryBuildSwitch()
H A Dnode-matchers.h789 bool Matched() const { return if_true_ && if_false_; } in Matched() function
804 bool Matched() const { return branch_; } in Matched() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOptTable.cpp179 /// \returns Matched size. 0 means no match.
186 bool Matched = IgnoreCase in matchOption() local
189 if (Matched) in matchOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1966 bool Matched = false; in visitGetElementPtrInst() local
1971 Matched = true; in visitGetElementPtrInst()
1975 Matched = true; in visitGetElementPtrInst()
1979 Matched = true; in visitGetElementPtrInst()
1982 if (Matched) { in visitGetElementPtrInst()
/third_party/libabigail/tests/lib/
H A Dcatch.hpp9044 Matched, NoMatch, ShortCircuitAll, ShortCircuitSame
9080 return ParserResult::ok( ParseResultType::Matched );
9084 return ParserResult::ok( ParseResultType::Matched );
9095 return ParserResult::ok( ParseResultType::Matched );
9164 return ParserResult::ok( ParseResultType::Matched );
9183 return ParserResult::ok( ParseResultType::Matched );
9339 return ParserResult::ok( ParseResultType::Matched );
9364 return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) );
9454 return InternalParseResult::ok( ParseState( ParseResultType::Matched, ++remainingTokens ) );
9723 return ParserResult::ok( ParseResultType::Matched );
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3448 // Matched and PhiNodesToMatch iterate their elements in a deterministic in MatchPhiSet()
3451 SmallSetVector<PHIPair, 8> Matched; in MatchPhiSet() local
3466 if ((IsMatched = MatchPhiNode(PHI, &P, Matched, PhiNodesToMatch))) in MatchPhiSet()
3471 for (auto M : Matched) in MatchPhiSet()
3473 Matched.clear(); in MatchPhiSet()
3477 for (auto MV : Matched) in MatchPhiSet()
3479 Matched.clear(); in MatchPhiSet()
/third_party/typescript/tests/baselines/reference/tsbuild/outfile-concat/
H A DexplainFiles.js158 Matched by default include pattern '**/*'
160 Matched by default include pattern '**/*'
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp3991 const SCEV *Matched = MatchNotExpr(Operand);
3992 if (!Matched)
3994 MatchedOperands.push_back(Matched);

Completed in 57 milliseconds