Searched refs:isNewValueJump (Results 1 – 3 of 3) sorted by relevance
298 bool isNewValueJump(const MachineInstr* MI) const;299 bool isNewValueJump(unsigned Opcode) const;
378 bool LastOpcodeHasNVJump = isNewValueJump(LastInst); in AnalyzeBranch()413 bool SecLastOpcodeHasNVJump = isNewValueJump(SecondLastInst); in AnalyzeBranch()524 } else if (isNewValueJump(Cond[0].getImm())) { in InsertBranch()550 assert((!isNewValueJump(Cond[0].getImm())) && in InsertBranch()1046 if (Cond.empty() || isNewValueJump(Cond[0].getImm()) || in PredicateInstruction()1924 if (isNewValueJump(MI)) // r9:2 in isJumpWithinBranchRange()2092 return isNewValueJump(MI) || isNewValueStore(MI); in isNewValueInst()2096 bool HexagonInstrInfo::isNewValueJump(const MachineInstr *MI) const { in isNewValueJump() function in HexagonInstrInfo2101 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo3643 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()
1086 if (MI->isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI)) in hasControlDependence()1161 if (NextMII != I->getParent()->end() && HII->isNewValueJump(NextMII)) { in isLegalToPacketizeTogether()1272 if (HII->isNewValueJump(I)) in isLegalToPacketizeTogether()