Searched refs:isDotCurInst (Results 1 – 3 of 3) sorted by relevance
389 if (HII->isDotCurInst(*BI)) { in cleanUpDotCur()416 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()1454 if (DepType == SDep::Data && HII->isDotCurInst(J)) { in isLegalToPacketizeTogether()
365 bool isDotCurInst(const MachineInstr &MI) const;
2241 bool HexagonInstrInfo::isDotCurInst(const MachineInstr &MI) const { in isDotCurInst() function in HexagonInstrInfo