HomeSort by: relevance | last modified time | path
    Searched refs:isNewValueJump (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBranchRelaxation.cpp 169 if (HII->isNewValueJump(*FirstTerm))
HexagonInstrInfo.h 379 bool isNewValueJump(const MachineInstr &MI) const;
380 bool isNewValueJump(unsigned Opcode) const;
HexagonVLIWPacketizer.cpp 1245 if (MI.isCall() || HII->isDeallocRet(MI) || HII->isNewValueJump(MI))
1357 if (NextMII != I.getParent()->end() && HII->isNewValueJump(*NextMII)) {
1462 if (HII->isNewValueJump(I))
1930 HII->isNewValueJump(I) || HII->isToBeScheduledASAP(*J, I))
HexagonInstrInfo.cpp 476 bool LastOpcodeHasNVJump = isNewValueJump(*LastInst);
514 bool SecLastOpcodeHasNVJump = isNewValueJump(*SecondLastInst);
631 } else if (isNewValueJump(Cond[0].getImm())) {
658 assert((!isNewValueJump(Cond[0].getImm())) &&
1587 if (Cond.empty() || isNewValueJump(Cond[0].getImm()) ||
2303 if (isNewValueJump(MI)) // r9:2
2439 return isNewValueJump(MI) || isNewValueStore(MI);
2442 bool HexagonInstrInfo::isNewValueJump(const MachineInstr &MI) const {
2446 bool HexagonInstrInfo::isNewValueJump(unsigned Opcode) const {
4446 if (isNewValueJump(Cond[0].getImm()) || Cond[1].isMBB())
    [all...]

Completed in 38 milliseconds