HomeSort by: relevance | last modified time | path
    Searched refs:bundleInstructions (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 54 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
289 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
296 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
311 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
322 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
336 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
371 for (auto HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
421 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
504 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
522 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)
    [all...]
HexagonInstPrinter.cpp 40 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) {
HexagonMCShuffler.cpp 37 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
62 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
HexagonMCELFStreamer.cpp 69 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
HexagonMCInstrInfo.h 86 bundleInstructions(MCInstrInfo const &MCII, MCInst const &MCI);
87 iterator_range<MCInst::const_iterator> bundleInstructions(MCInst const &MCI);
HexagonMCInstrInfo.cpp 103 HexagonMCInstrInfo::bundleInstructions(MCInstrInfo const &MCII,
111 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) {
481 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCI)) {
497 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) {
963 for (auto HMI : bundleInstructions(MCI)) {
HexagonMCCodeEmitter.cpp 381 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) {
471 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle);
735 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle);
HexagonAsmBackend.cpp 664 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 200 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) {
473 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle);

Completed in 120 milliseconds