Home
last modified time | relevance | path

Searched refs:createMCAsmInfo (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyMCTargetDesc.cpp37 static MCAsmInfo *createMCAsmInfo(const MCRegisterInfo & /*MRI*/, in createMCAsmInfo() function
105 RegisterMCAsmInfoFn X(*T, createMCAsmInfo); in LLVMInitializeWebAssemblyTargetMC()
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
DMBlazeMCTargetDesc.cpp56 static MCAsmInfo *createMCAsmInfo(const Target &T, StringRef TT) { in createMCAsmInfo() function
108 RegisterMCAsmInfoFn X(TheMBlazeTarget, createMCAsmInfo); in LLVMInitializeMBlazeTargetMC()
/external/mesa3d/src/gallium/drivers/radeon/
DAMDGPUTargetMachine.h27 MCAsmInfo* createMCAsmInfo(const Target &T, StringRef TT);
/external/llvm/unittests/MC/
DDwarfLineTables.cpp41 MAI.reset(TheTarget->createMCAsmInfo(*MRI, Triple)); in Context()
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp50 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(TripleName); in LLVMCreateDisasm()
DEDDisassembler.cpp176 AsmInfo.reset(Tgt->createMCAsmInfo(tripleString)); in EDDisassembler()
/external/llvm/tools/llvm-mc/
DDisassembler.cpp147 std::unique_ptr<const MCAsmInfo> MAI(T.createMCAsmInfo(*MRI, Triple)); in disassemble()
Dllvm-mc.cpp424 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName)); in main()
/external/swiftshader/third_party/LLVM/tools/llvm-mc/
Dllvm-mc.cpp254 llvm::OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(TripleName)); in AsLexInput()
364 llvm::OwningPtr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(TripleName)); in AssembleInput()
DDisassembler.cpp149 OwningPtr<const MCAsmInfo> AsmInfo(T.createMCAsmInfo(Triple)); in disassemble()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp206 OwningPtr<const MCAsmInfo> AsmInfo(T->createMCAsmInfo(Triple));
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp61 TheTarget.createMCAsmInfo(*MRI, getTargetTriple().str()); in initAsmInfo()
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp51 const MCAsmInfo *MAI = TheTarget->createMCAsmInfo(*MRI, TT); in LLVMCreateDisasmCPUFeatures()
/external/llvm/lib/Object/
DIRObjectFile.cpp64 std::unique_ptr<MCAsmInfo> MAI(T->createMCAsmInfo(*MRI, TT.str())); in CollectAsmUndefinedRefs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLLVMTargetMachine.cpp116 AsmInfo = T.createMCAsmInfo(Triple); in LLVMTargetMachine()
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
Dllvm-objdump.cpp219 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName)); in DisassembleObject()
DMachODump.cpp292 OwningPtr<const MCAsmInfo> AsmInfo(TheTarget->createMCAsmInfo(TripleName)); in DisassembleInputMachO()
/external/clang/tools/driver/
Dcc1as_main.cpp310 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, Opts.Triple)); in ExecuteAssembler()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DTargetRegistry.h269 MCAsmInfo *createMCAsmInfo(StringRef Triple) const { in createMCAsmInfo() function
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp655 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName)); in linkAndVerify()
/external/llvm/include/llvm/Support/
DTargetRegistry.h293 MCAsmInfo *createMCAsmInfo(const MCRegisterInfo &MRI, in createMCAsmInfo() function
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp638 std::unique_ptr<MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TripleName)); in main()
/external/clang/lib/Parse/
DParseStmtAsm.cpp566 std::unique_ptr<llvm::MCAsmInfo> MAI(TheTarget->createMCAsmInfo(*MRI, TT)); in ParseMicrosoftAsmStatement()
/external/llvm/tools/sancov/
Dsancov.cc368 TheTarget->createMCAsmInfo(*MRI, TripleName)); in getObjectCoveragePoints()
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp1667 TAsm = Match->createMCAsmInfo(Triple); in doInitialization()
3174 TargetAsm = Match->createMCAsmInfo(Triple); in InterpretASMConstraint()

12