/external/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCTargetDesc.cpp | 51 static MCInstrInfo *createMCInstrInfo() { in createMCInstrInfo() function 108 TargetRegistry::RegisterMCInstrInfo(*T, createMCInstrInfo); in LLVMInitializeWebAssemblyTargetMC()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyMCTargetDesc.cpp | 43 static MCInstrInfo *createMCInstrInfo() { in createMCInstrInfo() function 106 TargetRegistry::RegisterMCInstrInfo(*T, createMCInstrInfo); in LLVMInitializeWebAssemblyTargetMC()
|
/external/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 51 std::unique_ptr<const MCInstrInfo> MCII(T.createMCInstrInfo()); in createWebAssemblyDisassembler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ModuleSymbolTable.cpp | 96 std::unique_ptr<MCInstrInfo> MCII(T->createMCInstrInfo()); in initializeRecordStreamer()
|
D | ELFObjectFile.cpp | 403 std::unique_ptr<const MCInstrInfo> MII(T->createMCInstrInfo()); in getPltAddresses()
|
/external/bcc/src/cc/ |
D | bcc_debug.cc | 153 std::unique_ptr<MCInstrInfo> MCII(T->createMCInstrInfo()); in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 43 MII.reset(TheTarget.createMCInstrInfo()); in initAsmInfo()
|
/external/llvm/lib/CodeGen/ |
D | LLVMTargetMachine.cpp | 52 MII = TheTarget.createMCInstrInfo(); in initAsmInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/ |
D | WebAssemblyDisassembler.cpp | 63 std::unique_ptr<const MCInstrInfo> MCII(T.createMCInstrInfo()); in createWebAssemblyDisassembler()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 67 std::unique_ptr<const MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in LLVMCreateDisasmCPUFeatures()
|
/external/llvm/lib/MC/MCDisassembler/ |
D | Disassembler.cpp | 55 const MCInstrInfo *MII = TheTarget->createMCInstrInfo(); in LLVMCreateDisasmCPUFeatures()
|
/external/llvm/lib/Object/ |
D | IRObjectFile.cpp | 73 std::unique_ptr<MCInstrInfo> MCII(T->createMCInstrInfo()); in CollectAsmUndefinedRefs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/Disassembler/ |
D | ARCDisassembler.cpp | 363 return new ARCDisassembler(STI, Ctx, T.createMCInstrInfo()); in createARCDisassembler()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 134 std::unique_ptr<MCInstrInfo> MII(TM.getTarget().createMCInstrInfo()); in EmitInlineAsm()
|
/external/clang/tools/driver/ |
D | cc1as_main.cpp | 367 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in ExecuteAssembler()
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 63 OSABI(OSABI), MCII (T.createMCInstrInfo()), RelaxTarget(new MCInst *), in HexagonAsmBackend()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonAsmBackend.cpp | 64 MCII(T.createMCInstrInfo()), RelaxTarget(new MCInst *), in HexagonAsmBackend()
|
/external/llvm/tools/llvm-mc/ |
D | llvm-mc.cpp | 489 std::unique_ptr<MCInstrInfo> MCII(TheTarget->createMCInstrInfo()); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 148 std::unique_ptr<MCInstrInfo> MII(TM.getTarget().createMCInstrInfo()); in EmitInlineAsm()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 666 std::unique_ptr<MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in linkAndVerify()
|
/external/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 308 MCInstrInfo *createMCInstrInfo() const { in createMCInstrInfo() function
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 568 std::unique_ptr<llvm::MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in ParseMicrosoftAsmStatement()
|
/external/llvm/tools/llvm-dwp/ |
D | llvm-dwp.cpp | 650 std::unique_ptr<MCInstrInfo> MII(TheTarget->createMCInstrInfo()); in main()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | TargetRegistry.h | 348 MCInstrInfo *createMCInstrInfo() const { in createMCInstrInfo() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86AsmBackend.cpp | 129 MCII(T.createMCInstrInfo()) { in X86AsmBackend()
|