Searched refs:bundleInstructions (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| H A D | HexagonMCChecker.cpp | 56 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 D | HexagonMCShuffler.cpp | 37 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() 62 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
|
| H A D | HexagonInstPrinter.cpp | 40 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) { in printInst()
|
| H A D | HexagonMCInstrInfo.h | 93 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI); 94 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
|
| H A D | HexagonMCInstrInfo.cpp | 103 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 D | HexagonMCELFStreamer.cpp | 70 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in emitInstruction()
|
| H A D | HexagonMCCodeEmitter.cpp | 380 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 D | HexagonAsmBackend.cpp | 665 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
|
| /llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/ |
| H A D | HexagonDisassembler.cpp | 209 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) { in remapInstruction() 482 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in getSingleInstruction()
|