/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A 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/Support/ |
H A 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/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 193 class MatchResult: class 233 res = MatchResult(pattern)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 258 unsigned MatchResult = in MatchAndEmitInstruction() local 261 switch (MatchResult) { in MatchAndEmitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 825 unsigned MatchResult = variable 827 switch (MatchResult) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
H A 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/ |
H A 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, ErrorInf in MatchAndEmitInstruction() [all...] |
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 1616 struct MatchResult { 1622 bool operator<(const MatchResult& other) const { 1626 std::vector<MatchResult> all_match_results; 1655 MatchResult{src_func_id, dst_func_id, std::move(src_match_result), 1663 for (const MatchResult& match_result : all_match_results) {
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 81 use MatchResult::{EntirePatternDoesntMatch, Match, SubPatternDoesntMatch}; 530 enum MatchResult { enum 728 ) -> MatchResult { in matches_from()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
H A 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/llvm/lib/Target/ARM/AsmParser/ |
H A 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/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 5739 unsigned MatchResult = in MatchAndEmitInstruction() local 5742 switch (MatchResult) { in MatchAndEmitInstruction()
|