Searched refs:isDuplex (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonInstPrinter.cpp | 42 if (HexagonMCInstrInfo::isDuplex(MII, MCI)) { in printInst()
|
H A D | HexagonMCInstrInfo.cpp | 63 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 D | HexagonMCChecker.cpp | 56 if (HexagonMCInstrInfo::isDuplex(MCII, Inst)) { in init() 375 if (HexagonMCInstrInfo::isDuplex(MCII, MCI)) in checkSlots()
|
H A D | HexagonMCInstrInfo.h | 228 bool isDuplex(MCInstrInfo const &MCII, MCInst const &MCI);
|
H A D | HexagonMCCodeEmitter.cpp | 342 bool Duplex = HexagonMCInstrInfo::isDuplex(MCII, MCI); in parseBits()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/ |
H A D | HexagonDisassembler.cpp | 518 MCInst const &Inst = HexagonMCInstrInfo::isDuplex(*MCII, MI) in getSingleInstruction()
|