Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp54 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
289 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
296 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
311 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors()
322 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop()
336 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1()
371 for (auto HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkSlots()
421 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues()
504 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly()
522 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) in registerUsed()
[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.h86 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI);
87 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
481 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasDuplex()
497 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasImmExt()
963 for (auto HMI : bundleInstructions(MCI)) { in slotsConsumed()
H A DHexagonMCELFStreamer.cpp70 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in emitInstruction()
H A DHexagonMCCodeEmitter.cpp381 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
471 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits()
735 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
H A DHexagonAsmBackend.cpp664 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp200 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) { in remapInstruction()
473 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in getSingleInstruction()