Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp366 if (!HII->isV60VectorInstruction(MI)) in canPromoteToDotCur()
368 if (!HII->isV60VectorInstruction(MII)) in canPromoteToDotCur()
1260 if (HII->isV60VectorInstruction(I)) in isLegalToPacketizeTogether()
1561 if (HII->isV60VectorInstruction(I)) { in producesStall()
1563 if (!HII->isV60VectorInstruction(J)) in producesStall()
1575 if (!HII->isV60VectorInstruction(J) && isDependent(J, I)) in producesStall()
1581 if (HII->isV60VectorInstruction(J)) in producesStall()
DHexagonInstrInfo.h318 bool isV60VectorInstruction(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp1867 if (!isV60VectorInstruction(I)) in isHVXMemWithAIndirect()
2272 bool HexagonInstrInfo::isV60VectorInstruction(const MachineInstr *MI) const { in isV60VectorInstruction() function in HexagonInstrInfo
2480 return MI && isV60VectorInstruction(MI) && isAccumulator(MI); in isVecAcc()
2615 if (!isV60VectorInstruction(ProdMI)) in producesStall()
2634 if (!isV60VectorInstruction(MI)) in producesStall()
2642 if (!isV60VectorInstruction(J)) in producesStall()