Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp369 if (!HII->isV60VectorInstruction(MI)) in canPromoteToDotCur()
371 if (!HII->isV60VectorInstruction(&*MII)) in canPromoteToDotCur()
1266 if (HII->isV60VectorInstruction(I)) in isLegalToPacketizeTogether()
1588 if (HII->isV60VectorInstruction(I)) { in producesStall()
1590 if (!HII->isV60VectorInstruction(J)) in producesStall()
1602 if (!HII->isV60VectorInstruction(J) && isDependent(J, I)) in producesStall()
1608 if (HII->isV60VectorInstruction(J)) in producesStall()
DHexagonInstrInfo.h346 bool isV60VectorInstruction(const MachineInstr *MI) const;
DHexagonInstrInfo.cpp2117 if (!isV60VectorInstruction(I)) in isHVXMemWithAIndirect()
2613 bool HexagonInstrInfo::isV60VectorInstruction(const MachineInstr *MI) const { in isV60VectorInstruction() function in HexagonInstrInfo
2823 return MI && isV60VectorInstruction(MI) && isAccumulator(MI); in isVecAcc()
2934 if (isV60VectorInstruction(MI1) && isV60VectorInstruction(MI2)) in addLatencyToSchedule()
3058 if (!isV60VectorInstruction(ProdMI)) in producesStall()
3077 if (!isV60VectorInstruction(MI)) in producesStall()
3085 if (!isV60VectorInstruction(J)) in producesStall()