Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h324 bool isNewValueJump(const MachineInstr* MI) const;
325 bool isNewValueJump(unsigned Opcode) const;
DHexagonBranchRelaxation.cpp155 if (HII->isNewValueJump(&*FirstTerm)) in isJumpOutOfRange()
DHexagonVLIWPacketizer.cpp1092 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()
DHexagonInstrInfo.cpp458 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 HexagonInstrInfo
2351 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo
4109 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()