Home
last modified time | relevance | path

Searched refs:createMCInst (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCompound.cpp213 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
226 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
240 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
253 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
266 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
284 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
302 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
313 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
324 CompoundInsn = Context.createMCInst(); in getCompoundInsn()
DHexagonAsmBackend.cpp77 const_cast<HexagonAsmBackend *>(this)->Extender = Context.createMCInst(); in setExtender()
739 MCInst *Nop = Context.createMCInst(); in finishLayout()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp107 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC()
/external/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
DHexagonDisassembler.cpp178 MCInst *Inst = getContext().createMCInst(); in getInstruction()
387 MCInst *MILow = getContext().createMCInst(); in getSingleInstruction()
388 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction()
/external/llvm-project/llvm/include/llvm/MC/
DMCContext.h387 MCInst *createMCInst();
/external/llvm-project/llvm/lib/MC/
DMCContext.cpp134 MCInst *MCContext::createMCInst() { in createMCInst() function in MCContext
/external/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp644 MCInst *SubInst = getParser().getContext().createMCInst(); in MatchAndEmitInstruction()