Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp661 bool isITBlockTerminator(MCInst &Inst) const;
7693 if (inExplicitITBlock() && !lastInITBlock() && isITBlockTerminator(Inst)) { in validateInstruction()
10872 bool ARMAsmParser::isITBlockTerminator(MCInst &Inst) const { in isITBlockTerminator() function in ARMAsmParser
11031 if (isITBlockFull() || isITBlockTerminator(Inst)) in MatchAndEmitInstruction()