Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCInstrInfo.h240 bool isDuplexPair(MCInst const &MIa, MCInst const &MIb);
DHexagonMCDuplexInfo.cpp651 bool HexagonMCInstrInfo::isDuplexPair(MCInst const &MIa, MCInst const &MIb) { in isDuplexPair() function in HexagonMCInstrInfo
/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h366 bool isDuplexPair(const MachineInstr &MIa, const MachineInstr &MIb) const;
DHexagonVLIWPacketizer.cpp1861 if (HII->isDuplexPair(MI, *MJ) && !PacketHasSLOT0OnlyInsn) { in shouldAddToPacket()
DHexagonInstrInfo.cpp2256 bool HexagonInstrInfo::isDuplexPair(const MachineInstr &MIa, in isDuplexPair() function in HexagonInstrInfo