Searched refs:mayBeCurLoad (Results 1 – 5 of 5) sorted by relevance
31 if (QII->mayBeCurLoad(*SUd->getInstr())) in hasDependence()57 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
147 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
427 bool mayBeCurLoad(const MachineInstr &MI) const;
415 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()418 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2685 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()3144 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo