Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp78 const_cast<HexagonAsmBackend *>(this)->Extender = Context.createMCInst(); in setExtender()
741 MCInst *Nop = Context.createMCInst(); in finishLayout()
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonMCInstLower.cpp120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h471 MCInst *createMCInst();
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp193 MCInst *MCContext::createMCInst() { in createMCInst() function in MCContext
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp642 MCInst *SubInst = getParser().getContext().createMCInst(); in MatchAndEmitInstruction()