Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCChecker.cpp56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
281 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
288 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkAXOK()
303 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in reportBranchErrors()
314 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkHWLoop()
328 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkCOFMax1()
363 for (auto HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkSlots()
413 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) { in checkNewValues()
496 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in checkRegistersReadOnly()
514 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) in registerUsed()
[all …]
H A DHexagonMCShuffler.cpp39 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
64 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in init()
H A DHexagonInstPrinter.cpp41 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.cpp104 HexagonMCInstrInfo::bundleInstructions(MCInstrInfo const &MCII, in bundleInstructions() function in HexagonMCInstrInfo
112 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) { in bundleInstructions() function in HexagonMCInstrInfo
438 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasDuplex()
454 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) { in hasImmExt()
H A DHexagonMCELFStreamer.cpp70 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) { in EmitInstruction()
H A DHexagonMCCodeEmitter.cpp383 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) { in encodeInstruction()
479 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getFixupNoBits()
742 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle); in getMachineOpValue()
H A DHexagonAsmBackend.cpp664 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) { in relaxInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp200 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) { in remapInstruction()
471 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle); in getSingleInstruction()