Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h446 int getDuplexOpcode(const MachineInstr &MI, bool ForBigCore = true) const;
H A DHexagonVLIWPacketizer.cpp1857 int Opcode = HII->getDuplexOpcode(MI, false); in shouldAddToPacket()
H A DHexagonInstrInfo.cpp3508 int HexagonInstrInfo::getDuplexOpcode(const MachineInstr &MI, in getDuplexOpcode() function in HexagonInstrInfo
4428 Opcode = getDuplexOpcode(*MII, ToBigInstrs); in changeDuplexOpcode()
4430 Opcode = getDuplexOpcode(*MII, ToBigInstrs); in changeDuplexOpcode()