Searched refs:mayBeCurLoad (Results 1 – 5 of 5) sorted by relevance
143 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
75 if (QII.mayBeCurLoad(*SUd->getInstr())) in hasDependence()690 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
428 bool mayBeCurLoad(const MachineInstr &MI) const;
408 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()411 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2572 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()2999 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo