Home
last modified time | relevance | path

Searched refs:isNewValueJump (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonInstrInfo.h378 bool isNewValueJump(const MachineInstr &MI) const;
379 bool isNewValueJump(unsigned Opcode) const;
HDHexagonBranchRelaxation.cpp169 if (HII->isNewValueJump(*FirstTerm)) in isJumpOutOfRange()
HDHexagonVLIWPacketizer.cpp1238 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()
HDHexagonInstrInfo.cpp470 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 HexagonInstrInfo
2418 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo
4265 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()