Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h117 MCInst const *extenderForIndex(MCInst const &MCB, size_t Index);
H A DHexagonMCInstrInfo.cpp222 MCInst const *HexagonMCInstrInfo::extenderForIndex(MCInst const &MCB, in extenderForIndex() function in HexagonMCInstrInfo
497 return extenderForIndex(MCB, Index) != nullptr; in hasExtenderForIndex()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp322 CurrentExtender = HexagonMCInstrInfo::extenderForIndex( in getSingleInstruction()