Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h109 MCInst deriveExtender(MCInstrInfo const &MCII, MCInst const &Inst,
H A DHexagonAsmBackend.cpp675 *HMIx = HexagonMCInstrInfo::deriveExtender( in relaxInstruction()
H A DHexagonMCInstrInfo.cpp96 new (Context) MCInst(HexagonMCInstrInfo::deriveExtender(MCII, MCI, exOp)); in addConstExtender()
191 MCInst HexagonMCInstrInfo::deriveExtender(MCInstrInfo const &MCII, in deriveExtender() function in HexagonMCInstrInfo