Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A 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()
H A DHexagonAsmBackend.cpp76 const_cast<HexagonAsmBackend *>(this)->Extender = Context.createMCInst(); in setExtender()
740 MCInst *Nop = Context.createMCInst(); in finishLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
H A DHexagonDisassembler.cpp187 MCInst *Inst = getContext().createMCInst(); in getInstruction()
396 MCInst *MILow = getContext().createMCInst(); in getSingleInstruction()
397 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h471 MCInst *createMCInst();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp192 MCInst *MCContext::createMCInst() { in createMCInst() function in MCContext
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp641 MCInst *SubInst = getParser().getContext().createMCInst(); in MatchAndEmitInstruction()