HomeSort by: relevance | last modified time | path
    Searched refs:createMCInst (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCCompound.cpp 213 CompoundInsn = Context.createMCInst();
226 CompoundInsn = Context.createMCInst();
240 CompoundInsn = Context.createMCInst();
253 CompoundInsn = Context.createMCInst();
266 CompoundInsn = Context.createMCInst();
284 CompoundInsn = Context.createMCInst();
302 CompoundInsn = Context.createMCInst();
313 CompoundInsn = Context.createMCInst();
324 CompoundInsn = Context.createMCInst();
HexagonAsmBackend.cpp 77 const_cast<HexagonAsmBackend *>(this)->Extender = Context.createMCInst();
739 MCInst *Nop = Context.createMCInst();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp 107 MCInst *MCI = AP.OutContext.createMCInst();
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 178 MCInst *Inst = getContext().createMCInst();
387 MCInst *MILow = getContext().createMCInst();
388 MCInst *MIHigh = getContext().createMCInst();
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCContext.h 445 MCInst *createMCInst();
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCContext.cpp 179 MCInst *MCContext::createMCInst() {
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 644 MCInst *SubInst = getParser().getContext().createMCInst();

Completed in 30 milliseconds