/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 1438 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check() local 1441 if (!MatchResult) { in Check() 1443 MatchResult.takeError()); in Check() 1446 size_t MatchPos = *MatchResult; in Check() 1561 Expected<size_t> MatchResult = Pat->match(Buffer, MatchLen, SM); in CheckNot() local 1563 if (!MatchResult) { in CheckNot() 1565 Req.VerboseVerbose, Diags, MatchResult.takeError()); in CheckNot() 1568 size_t Pos = *MatchResult; in CheckNot() 1621 Expected<size_t> MatchResult = Pat.match(MatchBuffer, MatchLen, SM); in CheckDag() local 1624 if (!MatchResult) { in CheckDag() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 320 unsigned MatchResult = in MatchAndEmitInstruction() local 323 switch (MatchResult) { in MatchAndEmitInstruction() 608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local 610 if (MatchResult == MatchOperand_Success) { in ParseInstruction() 614 if (MatchResult == MatchOperand_ParseFail) { in ParseInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 258 unsigned MatchResult = in MatchAndEmitInstruction() local 261 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 193 class MatchResult: class 233 res = MatchResult(pattern)
|
/third_party/rust/crates/glob/src/ |
D | lib.rs | 81 use MatchResult::{EntirePatternDoesntMatch, Match, SubPatternDoesntMatch}; 530 enum MatchResult { enum 728 ) -> MatchResult { in matches_from() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 825 unsigned MatchResult = in MatchAndEmitInstruction() local 827 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 1247 unsigned MatchResult; in MatchAndEmitInstruction() local 1250 MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() 1252 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4787 unsigned MatchResult = in MatchAndEmitInstruction() local 4793 if (MatchResult != Match_Success) { in MatchAndEmitInstruction() 4797 auto ShortFormNEONMatchResult = MatchResult; in MatchAndEmitInstruction() 4800 MatchResult = in MatchAndEmitInstruction() 4807 if (MatchResult == Match_InvalidOperand && ErrorInfo == 1 && in MatchAndEmitInstruction() 4810 MatchResult = ShortFormNEONMatchResult; in MatchAndEmitInstruction() 4816 switch (MatchResult) { in MatchAndEmitInstruction() 4844 return showMatchError(IDLoc, MatchResult, ErrorInfo, Operands); in MatchAndEmitInstruction() 4861 MatchResult = Match_InvalidSuffix; in MatchAndEmitInstruction() 4863 return showMatchError(ErrorLoc, MatchResult, ErrorInfo, Operands); in MatchAndEmitInstruction() [all …]
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 1519 struct MatchResult { in BestEffortMatchFunctions() struct 1525 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions() argument 1529 std::vector<MatchResult> all_match_results; in BestEffortMatchFunctions() 1558 MatchResult{src_func_id, dst_func_id, std::move(src_match_result), in BestEffortMatchFunctions() 1566 for (const MatchResult& match_result : all_match_results) { in BestEffortMatchFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 587 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local 589 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 7191 unsigned MatchResult; 7192 if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) { 7197 << MatchResult << "\n"); 7198 RetCode = MatchResult; 7217 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) { 7220 << MatchResult << "\n"); 7222 RetCode = MatchResult;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenAsmMatcher.inc | 8237 unsigned MatchResult; 8238 if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) { 8243 << MatchResult << "\n"); 8244 RetCode = MatchResult; 8263 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) { 8266 << MatchResult << "\n"); 8268 RetCode = MatchResult;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 10465 unsigned MatchResult; in MatchAndEmitInstruction() local 10469 MatchResult = MatchInstruction(Operands, Inst, NearMisses, MatchingInlineAsm, in MatchAndEmitInstruction() 10472 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenAsmMatcher.inc | 5920 static const char *getMatchKindDiag(ARMAsmParser::ARMMatchResultTy MatchResult) { 5921 switch (MatchResult) { 15256 unsigned MatchResult; 15257 if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) { 15262 << MatchResult << "\n"); 15263 EarlyPredicateNearMiss = NearMissInfo::getMissedPredicate(MatchResult); 15295 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) { 15298 << MatchResult << "\n"); 15300 LatePredicateNearMiss = NearMissInfo::getMissedPredicate(MatchResult);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5739 unsigned MatchResult = in MatchAndEmitInstruction() local 5742 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 27625 unsigned MatchResult; 27626 if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) { 27631 << MatchResult << "\n"); 27632 RetCode = MatchResult; 27651 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) { 27654 << MatchResult << "\n"); 27656 RetCode = MatchResult;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 37078 unsigned MatchResult; 37079 if ((MatchResult = checkEarlyTargetMatchPredicate(Inst, Operands)) != Match_Success) { 37084 << MatchResult << "\n"); 37085 RetCode = MatchResult; 37104 if ((MatchResult = checkTargetMatchPredicate(Inst)) != Match_Success) { 37107 << MatchResult << "\n"); 37109 RetCode = MatchResult;
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 40202 + absl::optional<FontTableMatcher::MatchResult> match_result =
|