Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.h145 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
H A DHexagonVLIWPacketizer.cpp1151 bool HexagonPacketizerList::cannotCoexist(const MachineInstr &MI, in cannotCoexist() function in HexagonPacketizerList
1332 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1457 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1634 bool Coexist = !cannotCoexist(I, J); in isLegalToPruneDependencies()