Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h298 bool isNewValueJump(const MachineInstr* MI) const;
299 bool isNewValueJump(unsigned Opcode) const;
DHexagonInstrInfo.cpp378 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 HexagonInstrInfo
2101 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const { in isNewValueJump() function in HexagonInstrInfo
3643 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB()) { in getPredReg()
DHexagonVLIWPacketizer.cpp1086 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()