Searched refs:isNewValueJump (Results 1 – 4 of 4) sorted by relevance
324 bool isNewValueJump(const MachineInstr* MI) const;325 bool isNewValueJump(unsigned Opcode) const;
155 if (HII->isNewValueJump(&*FirstTerm)) in isJumpOutOfRange()
1092 if (MI->isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()1167 if (NextMII != I->getParent()->end() && HII->isNewValueJump(&*NextMII)) { in isLegalToPacketizeTogether()1278 if (HII->isNewValueJump(I)) in isLegalToPacketizeTogether()
458 bool LastOpcodeHasNVJump = isNewValueJump(LastInst); in analyzeBranch()496 bool SecLastOpcodeHasNVJump = isNewValueJump(SecondLastInst); in analyzeBranch()610 } else if (isNewValueJump(Cond[0].getImm())) { in InsertBranch()636 assert((!isNewValueJump(Cond[0].getImm())) && in InsertBranch()1362 if (Cond.empty() || isNewValueJump(Cond[0].getImm()) || in PredicateInstruction()2174 if (isNewValueJump(MI)) // r9:2 in isJumpWithinBranchRange()2342 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2346 bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const { in isNewValueJump() function in HexagonInstrInfo2351 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo4109 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()