Home
last modified time | relevance | path

Searched refs:Match_Success (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/MC/
DMCTargetAsmParser.h79 Match_Success, enumerator
172 return Match_Success; in checkTargetMatchPredicate()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2273 case Match_Success: in MatchAndEmitInstruction()
2365 (Match1 == Match_Success) + (Match2 == Match_Success) + in MatchAndEmitInstruction()
2366 (Match3 == Match_Success) + (Match4 == Match_Success); in MatchAndEmitInstruction()
2382 if (Match1 == Match_Success) MatchChars[NumMatches++] = Suffixes[0]; in MatchAndEmitInstruction()
2383 if (Match2 == Match_Success) MatchChars[NumMatches++] = Suffixes[1]; in MatchAndEmitInstruction()
2384 if (Match3 == Match_Success) MatchChars[NumMatches++] = Suffixes[2]; in MatchAndEmitInstruction()
2385 if (Match4 == Match_Success) MatchChars[NumMatches++] = Suffixes[3]; in MatchAndEmitInstruction()
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp704 case Match_Success: in MatchAndEmitInstruction()
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp859 case Match_Success: in MatchAndEmitInstruction()
1361 return Match_Success; in validateTargetOperandClass()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp739 case Match_Success: { in MatchAndEmitInstruction()
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp2070 case Match_Success: in MatchAndEmitInstruction()
/external/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp7463 return Match_Success; in checkTargetMatchPredicate()
7479 case Match_Success: in MatchAndEmitInstruction()
8058 return Match_Success; in validateTargetOperandClass()