Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
HDARMAsmParser.cpp355 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anonc24eb77a0111::ARMAsmParser
7648 if (Cond != currentITCond()) { in validateInstruction()
7657 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
11287 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()