Searched refs:bundleInstructions (Results 1 – 9 of 9) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init() 298 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() 305 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK() 320 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors() 330 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop() 343 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1() 418 HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues() 528 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly() 546 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) in registerUsed() 563 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 | 92 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI); 93 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() 989 for (auto HMI : bundleInstructions(MCI)) { in slotsConsumed()
|
H A D | HexagonMCELFStreamer.cpp | 74 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in emitInstruction()
|
H A D | HexagonMCCodeEmitter.cpp | 381 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction() 469 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits() 728 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
|
H A D | HexagonAsmBackend.cpp | 656 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
|
/freebsd-src/contrib/llvm-project/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()
|