Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h278 bool isEndLoopN(unsigned Opcode) const;
DHexagonInstrInfo.cpp386 if (isEndLoopN(LastOpcode)) { in AnalyzeBranch()
445 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) { in AnalyzeBranch()
513 } else if (isEndLoopN(Cond[0].getImm())) { in InsertBranch()
553 if (isEndLoopN(Cond[0].getImm())) { in InsertBranch()
1015 if (isEndLoopN(opcode)) in ReverseBranchCondition()
1047 isEndLoopN(Cond[0].getImm())) { in PredicateInstruction()
1798 bool HexagonInstrInfo::isEndLoopN(unsigned Opcode) const { in isEndLoopN() function in HexagonInstrInfo