HomeSort by relevance Sort by last modified time
    Searched refs:bundleInstructions (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCELFStreamer.cpp 56 for (auto &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) {
73 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MCB)) {
HexagonMCShuffler.cpp 35 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
HexagonMCChecker.cpp 49 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
250 for (auto HMI: HexagonMCInstrInfo::bundleInstructions(MCBDX)) {
468 for (auto const&HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
491 for (auto const&I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
HexagonInstPrinter.cpp 59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) {
HexagonMCInstrInfo.h 60 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
HexagonMCCodeEmitter.cpp 79 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) {
145 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle);
HexagonMCInstrInfo.cpp 46 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) {
388 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) {
HexagonAsmBackend.cpp 645 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) {
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 356 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle);
    [all...]

Completed in 142 milliseconds