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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCChecker.cpp 56 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
281 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
288 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
303 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
314 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
328 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
363 for (auto HMI : HexagonMCInstrInfo::bundleInstructions(MCB)) {
413 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)) {
496 for (auto I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
514 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCII, MCB)
    [all...]
HexagonMCShuffler.cpp 39 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
64 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCB)) {
HexagonMCELFStreamer.cpp 70 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);
HexagonInstPrinter.cpp 59 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(*MI)) {
HexagonMCInstrInfo.cpp 104 HexagonMCInstrInfo::bundleInstructions(MCInstrInfo const &MCII,
112 HexagonMCInstrInfo::bundleInstructions(MCInst const &MCI) {
438 for (auto const &I : HexagonMCInstrInfo::bundleInstructions(MCI)) {
454 for (const auto &I : HexagonMCInstrInfo::bundleInstructions(MCI)) {
HexagonMCCodeEmitter.cpp 383 for (auto &I : HexagonMCInstrInfo::bundleInstructions(HMB)) {
479 auto Instrs = HexagonMCInstrInfo::bundleInstructions(*State.Bundle);
    [all...]
HexagonAsmBackend.cpp 664 for (auto &I : HexagonMCInstrInfo::bundleInstructions(Inst)) {
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 252 for (auto I: HexagonMCInstrInfo::bundleInstructions(Instr)) {
523 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle);
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 356 auto Instructions = HexagonMCInstrInfo::bundleInstructions(**CurrentBundle);
    [all...]

Completed in 730 milliseconds