Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp364 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anon296d71d40111::ARMAsmParser
7618 if (Cond != currentITCond()) { in validateInstruction()
7627 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
10854 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()