HomeSort by relevance Sort by last modified time
    Searched refs:isEndLoopN (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 304 bool isEndLoopN(unsigned Opcode) const;
HexagonInstrInfo.cpp 469 if (isEndLoopN(LastOpcode)) {
530 if (isEndLoopN(SecLastOpcode) && LastOpcode == Hexagon::J2_jump) {
599 } else if (isEndLoopN(Cond[0].getImm())) {
639 if (isEndLoopN(Cond[0].getImm())) {
672 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) {
690 assert((!IndVar) && isEndLoopN(Cmp->getOpcode())
    [all...]

Completed in 75 milliseconds