Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCCompound.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()
HDHexagonAsmBackend.cpp75 const_cast<HexagonAsmBackend *>(this)->Extender = Context.createMCInst(); in setExtender()
733 MCInst *Nop = Context.createMCInst(); in finishLayout()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonMCInstLower.cpp120 MCInst *MCI = AP.OutContext.createMCInst(); in HexagonLowerToMC()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/Disassembler/
HDHexagonDisassembler.cpp187 MCInst *Inst = getContext().createMCInst(); in getInstruction()
396 MCInst *MILow = getContext().createMCInst(); in getSingleInstruction()
397 MCInst *MIHigh = getContext().createMCInst(); in getSingleInstruction()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCContext.h438 MCInst *createMCInst();
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCContext.cpp195 MCInst *MCContext::createMCInst() { in createMCInst() function in MCContext
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Hexagon/AsmParser/
HDHexagonAsmParser.cpp648 MCInst *SubInst = getParser().getContext().createMCInst(); in MatchAndEmitInstruction()