Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:QII

68     const HexagonInstrInfo    *QII;
108 static bool canBeFeederToNewValueJump(const HexagonInstrInfo *QII,
116 if (QII->isPredicated(II))
214 static bool canCompareBeNewValueJump(const HexagonInstrInfo *QII,
365 QII = static_cast<const HexagonInstrInfo *>(MF.getTarget().getInstrInfo());
477 if (QII->isNewValueJumpCandidate(MI)) {
483 if (!canCompareBeNewValueJump(QII, QRI, MII, predReg, isSecondOpReg,
530 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF)) {
542 if (!canBeFeederToNewValueJump(QII, QRI, MII, jmpPos, cmpPos, MF))
600 assert((QII->isNewValueJumpCandidate(cmpInstr)) &&
606 opc = QII->getInvertedPredicatedOpcode(opc);
610 QII->get(opc))
621 QII->get(opc))
627 QII->get(opc))