Home
last modified time | relevance | path

Searched refs:cannotCoexist (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h148 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
H A DHexagonVLIWPacketizer.cpp1160 bool HexagonPacketizerList::cannotCoexist(const MachineInstr &MI, in cannotCoexist() function in HexagonPacketizerList
1338 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1463 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1647 bool Coexist = !cannotCoexist(I, J); in isLegalToPruneDependencies()