Searched refs:mayBeCurLoad (Results 1 – 5 of 5) sorted by relevance
142 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
74 if (QII.mayBeCurLoad(*SUd->getInstr())) in hasDependence()691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
422 bool mayBeCurLoad(const MachineInstr &MI) const;
417 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()420 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2645 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()3077 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo