Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h101 bool cannotCoexist(const MachineInstr *MI, const MachineInstr *MJ);
DHexagonVLIWPacketizer.cpp1000 bool HexagonPacketizerList::cannotCoexist(const MachineInstr *MI, in cannotCoexist() function in HexagonPacketizerList
1150 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1452 if (cannotCoexist(I, J)) in isLegalToPruneDependencies()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.h138 bool cannotCoexist(const MachineInstr &MI, const MachineInstr &MJ);
DHexagonVLIWPacketizer.cpp1144 bool HexagonPacketizerList::cannotCoexist(const MachineInstr &MI, in cannotCoexist() function in HexagonPacketizerList
1325 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1450 if (cannotCoexist(I, J)) in isLegalToPacketizeTogether()
1627 bool Coexist = !cannotCoexist(I, J); in isLegalToPruneDependencies()