Home
last modified time | relevance | path

Searched refs:extenderForIndex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h108 MCInst const *extenderForIndex(MCInst const &MCB, size_t Index);
H A DHexagonMCInstrInfo.cpp215 MCInst const *HexagonMCInstrInfo::extenderForIndex(MCInst const &MCB, in extenderForIndex() function in HexagonMCInstrInfo
490 return extenderForIndex(MCB, Index) != nullptr; in hasExtenderForIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp313 CurrentExtender = HexagonMCInstrInfo::extenderForIndex( in getSingleInstruction()