Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp56 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 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.h92 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI);
93 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()
989 for (auto HMI : bundleInstructions(MCI)) { in slotsConsumed()
H A DHexagonMCELFStreamer.cpp74 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in emitInstruction()
H A DHexagonMCCodeEmitter.cpp381 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 DHexagonAsmBackend.cpp656 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
/freebsd-src/contrib/llvm-project/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()