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()
428 bool mayBeCurLoad(const MachineInstr &MI) const;
416 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()419 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2689 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()3176 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo