Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonSubtarget.cpp332 if (QII->canExecuteInBundle(*SrcInst, *DstInst) && in adjustSchedDependency()
501 !TII->canExecuteInBundle(SrcInst, DstInst)) in isBestZeroLatency()
DHexagonInstrInfo.h421 bool canExecuteInBundle(const MachineInstr &First,
DHexagonMachineScheduler.cpp78 if (QII.canExecuteInBundle(*SUd->getInstr(), *SUu->getInstr())) in hasDependence()
DHexagonInstrInfo.cpp2897 bool HexagonInstrInfo::canExecuteInBundle(const MachineInstr &First, in canExecuteInBundle() function in HexagonInstrInfo
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h355 bool canExecuteInBundle(const MachineInstr *First,
DHexagonVLIWPacketizer.cpp1612 if (isDependent(J, I) && !HII->canExecuteInBundle(J, I)) in producesStall()
DHexagonInstrInfo.cpp2954 bool HexagonInstrInfo::canExecuteInBundle(const MachineInstr *First, in canExecuteInBundle() function in HexagonInstrInfo