Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h116 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()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp322 CurrentExtender = HexagonMCInstrInfo::extenderForIndex( in getSingleInstruction()