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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 76 MCInst const *extenderForIndex(MCInst const &MCB, size_t Index);
90 MCInst const *extenderForIndex(MCInst const &MCB, size_t Index);
HexagonMCInstrInfo.cpp 149 MCInst const *HexagonMCInstrInfo::extenderForIndex(MCInst const &MCB,
398 return extenderForIndex(MCB, Index) != nullptr;
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 395 HexagonMCInstrInfo::extenderForIndex(MCB,
629 MCInst const *Extender = HexagonMCInstrInfo::extenderForIndex(
    [all...]

Completed in 66 milliseconds