Home
last modified time | relevance | path

Searched refs:canExecuteInBundle (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp34 if (QII->canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr())) in hasDependence()
H A DHexagonSubtarget.cpp465 if (QII->canExecuteInBundle(*SrcInst, *DstInst) && in adjustSchedDependency()
661 !TII->canExecuteInBundle(SrcInst, DstInst)) in isBestZeroLatency()
H A DHexagonInstrInfo.h419 bool canExecuteInBundle(const MachineInstr &First,
H A DHexagonInstrInfo.cpp3046 bool HexagonInstrInfo::canExecuteInBundle(const MachineInstr &First, in canExecuteInBundle() function in HexagonInstrInfo