Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp321 bool inExplicitITBlock() { return inITBlock() && ITState.IsExplicit; } in inExplicitITBlock() function in __anon46f2ecb80111::ARMAsmParser
7656 if (inExplicitITBlock() && !lastInITBlock() && isITBlockTerminator(Inst)) { in validateInstruction()
10838 if (inExplicitITBlock() || !isThumbTwo() || !useImplicitITThumb()) in MatchInstruction()