Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp31 if (QII->mayBeCurLoad(*SUd->getInstr())) in hasDependence()
57 if (SU->isInstr() && QII.mayBeCurLoad(*SU->getInstr())) { in SchedulingCost()
H A DHexagonHazardRecognizer.cpp147 if (TII->mayBeCurLoad(*MI)) in EmitInstruction()
H A DHexagonInstrInfo.h427 bool mayBeCurLoad(const MachineInstr &MI) const;
H A DHexagonVLIWPacketizer.cpp415 if (HII->isDotCurInst(MI) && !HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
418 if (!HII->mayBeCurLoad(MI)) in canPromoteToDotCur()
H A DHexagonInstrInfo.cpp2685 if (mayBeCurLoad(MI1)) { in isToBeScheduledASAP()
3144 bool HexagonInstrInfo::mayBeCurLoad(const MachineInstr &MI) const { in mayBeCurLoad() function in HexagonInstrInfo