Searched refs:isDotCurInst (Results 1 – 3 of 3) sorted by relevance
300 bool isDotCurInst(const MachineInstr* MI) const;
375 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()1265 if (DepType == SDep::Data && HII->isDotCurInst(J)) { in isLegalToPacketizeTogether()
2002 bool HexagonInstrInfo::isDotCurInst(const MachineInstr* MI) const { in isDotCurInst() function in HexagonInstrInfo