Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCELFStreamer.cpp58 for (auto &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) { in EmitInstruction()
75 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) { in EmitInstruction()
HDHexagonMCShuffler.cpp35 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
HDHexagonAsmBackend.cpp186 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in mayNeedRelaxation()
HDHexagonMCInstrInfo.h45 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
HDHexagonMCInstrInfo.cpp25 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions() function in llvm::HexagonMCInstrInfo
225 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasImmExt()
HDHexagonMCCodeEmitter.cpp79 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
114 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in EncodeSingleInstruction()
HDHexagonInstPrinter.cpp130 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) { in printInst()