Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp670 bool isITBlockTerminator(MCInst &Inst) const;
7718 if (inExplicitITBlock() && !lastInITBlock() && isITBlockTerminator(Inst)) { in validateInstruction()
11337 bool ARMAsmParser::isITBlockTerminator(MCInst &Inst) const { in isITBlockTerminator() function in ARMAsmParser
11499 if (isITBlockFull() || isITBlockTerminator(Inst)) in matchAndEmitInstruction()