Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1151 X86::CondCode ParseConditionCode(StringRef CCode);
2824 X86::CondCode X86AsmParser::ParseConditionCode(StringRef CC) { in ParseConditionCode() function in X86AsmParser
3281 ParseConditionCode(PatchedName.substr(1)) != X86::COND_INVALID))) { in ParseInstruction()