Home
last modified time | relevance | path

Searched refs:isDuplexPair (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h240 bool isDuplexPair(MCInst const &MIa, MCInst const &MIb);
H A DHexagonMCDuplexInfo.cpp651 bool HexagonMCInstrInfo::isDuplexPair(MCInst const &MIa, MCInst const &MIb) { in isDuplexPair() function in HexagonMCInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h367 bool isDuplexPair(const MachineInstr &MIa, const MachineInstr &MIb) const;
H A DHexagonVLIWPacketizer.cpp1862 if (HII->isDuplexPair(MI, *MJ) && !PacketHasSLOT0OnlyInsn) { in shouldAddToPacket()
H A DHexagonInstrInfo.cpp2260 bool HexagonInstrInfo::isDuplexPair(const MachineInstr &MIa, in isDuplexPair() function in HexagonInstrInfo