Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1270 Match_Unsupported = FIRST_TARGET_MATCH_RESULT_TY, enumerator
4143 return Match_Unsupported; in checkTargetMatchPredicate()
4145 return Match_Unsupported; in checkTargetMatchPredicate()
4153 return Match_Unsupported; in checkTargetMatchPredicate()
4159 return Match_Unsupported; in checkTargetMatchPredicate()
4163 return Match_Unsupported; in checkTargetMatchPredicate()
4171 return Match_Unsupported; in checkTargetMatchPredicate()
4222 case Match_Unsupported: in matchAndEmitATTInstruction()
4352 if (OriginalError == Match_Unsupported) in matchAndEmitATTInstruction()
4376 if (llvm::count(Match, Match_Unsupported) == 1) { in matchAndEmitATTInstruction()
[all …]