Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1255 Match_Unsupported = FIRST_TARGET_MATCH_RESULT_TY, enumerator
4116 return Match_Unsupported; in checkTargetMatchPredicate()
4122 return Match_Unsupported; in checkTargetMatchPredicate()
4129 return Match_Unsupported; in checkTargetMatchPredicate()
4212 case Match_Unsupported: in MatchAndEmitATTInstruction()
4342 if (OriginalError == Match_Unsupported) in MatchAndEmitATTInstruction()
4366 if (llvm::count(Match, Match_Unsupported) == 1) { in MatchAndEmitATTInstruction()
4575 if (llvm::count(Match, Match_Unsupported) == 1) { in MatchAndEmitIntelInstruction()