Searched refs:isNewValueJump (Results 1 – 4 of 4) sorted by relevance
378 bool isNewValueJump(const MachineInstr &MI) const;379 bool isNewValueJump(unsigned Opcode) const;
169 if (HII->isNewValueJump(*FirstTerm)) in isJumpOutOfRange()
1238 if (MI.isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()1350 if (NextMII != I.getParent()->end() && HII->isNewValueJump(*NextMII)) { in isLegalToPacketizeTogether()1455 if (HII->isNewValueJump(I)) in isLegalToPacketizeTogether()1864 HII->isNewValueJump(I) || HII->isToBeScheduledASAP(*J, I)) in producesStall()
470 bool LastOpcodeHasNVJump = isNewValueJump(*LastInst); in analyzeBranch()508 bool SecLastOpcodeHasNVJump = isNewValueJump(*SecondLastInst); in analyzeBranch()625 } else if (isNewValueJump(Cond[0].getImm())) { in insertBranch()652 assert((!isNewValueJump(Cond[0].getImm())) && in insertBranch()1564 if (Cond.empty() || isNewValueJump(Cond[0].getImm()) || in PredicateInstruction()2275 if (isNewValueJump(MI)) // r9:2 in isJumpWithinBranchRange()2411 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2414 bool HexagonInstrInfo::isNewValueJump(const MachineInstr &MI) const { in isNewValueJump() function in HexagonInstrInfo2418 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo4265 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()