Searched refs:mayBeCurLoad (Results 1 – 8 of 8) sorted by relevance
143 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
75 if (QII.mayBeCurLoad(*SUd->getInstr())) in hasDependence()691 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
428 bool mayBeCurLoad(const MachineInstr &MI) const;
406 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()409 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
2562 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()2988 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo
361 bool mayBeCurLoad(const MachineInstr* MI) const;
375 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()378 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
3040 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr *MI) const { in mayBeCurLoad() function in HexagonInstrInfo