Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
305 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
312 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
327 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors()
337 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop()
350 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1()
425 HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues()
535 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly()
553 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) in registerUsed()
570 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in registerProducer()
[all …]
H A DHexagonMCShuffler.cpp37 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
62 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
H A DHexagonInstPrinter.cpp40 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) { in printInst()
H A DHexagonMCInstrInfo.h93 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI);
94 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp103 HexagonMCInstrInfo::bundleInstructions(MCInstrInfo const &MCII, in bundleInstructions() function in HexagonMCInstrInfo
111 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions() function in HexagonMCInstrInfo
488 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasDuplex()
504 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasImmExt()
981 for (auto HMI : bundleInstructions(MCI)) { in slotsConsumed()
H A DHexagonMCELFStreamer.cpp70 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in emitInstruction()
H A DHexagonMCCodeEmitter.cpp380 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
468 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits()
730 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
H A DHexagonAsmBackend.cpp665 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp209 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) { in remapInstruction()
482 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in getSingleInstruction()