Home
last modified time | relevance | path

Searched refs:MatchResult (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp320 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 DFileCheck.cpp1438 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 Dcheck_output.py193 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 DMSP430AsmParser.cpp258 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 DWebAssemblyAsmParser.cpp825 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 DSystemZAsmParser.cpp1247 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 DAArch64AsmParser.cpp4787 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 Ddiff.cpp1616 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 Dlib.rs81 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 DSparcAsmParser.cpp587 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 DARMAsmParser.cpp10465 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 DMipsAsmParser.cpp5739 unsigned MatchResult = in MatchAndEmitInstruction() local
5742 switch (MatchResult) { in MatchAndEmitInstruction()

Completed in 58 milliseconds