Home
last modified time | relevance | path

Searched refs:bundleInstructions (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCELFStreamer.cpp56 for (auto &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) { in EmitInstruction()
73 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) { in EmitInstruction()
DHexagonMCChecker.cpp50 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
246 for (auto HMI: HexagonMCInstrInfo::bundleInstructions(MCBDX)) { in checkSlots()
464 for (auto const&HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegisters()
487 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkSolo()
DHexagonMCShuffler.cpp35 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
DHexagonAsmBackend.cpp202 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in mayNeedRelaxation()
305 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
DHexagonInstPrinter.cpp59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) { in printInst()
DHexagonMCCodeEmitter.cpp79 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
130 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in EncodeSingleInstruction()
DHexagonMCInstrInfo.h60 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
DHexagonMCInstrInfo.cpp46 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions() function in llvm::HexagonMCInstrInfo
332 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasImmExt()
/external/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp357 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in getSingleInstruction()