Home
last modified time | relevance | path

Searched refs:getDuplexOpcode (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h441 int getDuplexOpcode(const MachineInstr &MI, bool ForBigCore = true) const;
DHexagonInstrInfo.cpp3441 int HexagonInstrInfo::getDuplexOpcode(const MachineInstr &MI, in getDuplexOpcode() function in HexagonInstrInfo
4353 Opcode = getDuplexOpcode(*MII, ToBigInstrs); in changeDuplexOpcode()
4355 Opcode = getDuplexOpcode(*MII, ToBigInstrs); in changeDuplexOpcode()
DHexagonVLIWPacketizer.cpp1849 int Opcode = HII->getDuplexOpcode(MI, false); in shouldAddToPacket()