Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp402 if (QII->canExecuteInBundle(*SrcInst, *DstInst) && in adjustSchedDependency()
580 !TII->canExecuteInBundle(SrcInst, DstInst)) in isBestZeroLatency()
H A DHexagonInstrInfo.h415 bool canExecuteInBundle(const MachineInstr &First,
H A DHexagonMachineScheduler.cpp77 if (QII.canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr())) in hasDependence()
H A DHexagonInstrInfo.cpp2986 bool HexagonInstrInfo::canExecuteInBundle(const MachineInstr &First, in canExecuteInBundle() function in HexagonInstrInfo