Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp318 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() function in __anon2aa686d00111::ARMAsmParser
7692 if (inExplicitITBlock() && !lastInITBlock() && isITBlockTerminator(Inst)) { in validateInstruction()
10874 if (inExplicitITBlock() || !isThumbTwo() || !useImplicitITThumb()) in MatchInstruction()