Home
last modified time | relevance | path

Searched refs:isDuplex (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonInstPrinter.cpp42 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) { in printInst()
H A DHexagonMCInstrInfo.cpp63 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) { in operator ++()
482 if (HexagonMCInstrInfo::isDuplex(MCII, *I.getInst())) in hasDuplex()
609 bool HexagonMCInstrInfo::isDuplex(MCInstrInfo const &MCII, MCInst const &MCI) { in isDuplex() function in HexagonMCInstrInfo
967 if (isDuplex(MCII, MCI)) in slotsConsumed()
H A DHexagonMCChecker.cpp56 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) { in init()
375 if (HexagonMCInstrInfo::isDuplex(MCII, MCI)) in checkSlots()
H A DHexagonMCInstrInfo.h228 bool isDuplex(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCCodeEmitter.cpp342 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp518 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI) in getSingleInstruction()