Home
last modified time | relevance | path

Searched refs:mayBeCurLoad (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp143 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
H A DHexagonMachineScheduler.cpp75 if (QII.mayBeCurLoad(*SUd->getInstr())) in hasDependence()
690 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
H A DHexagonInstrInfo.h428 bool mayBeCurLoad(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp408 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
411 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
H A DHexagonInstrInfo.cpp2572 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()
2999 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo