Home
last modified time | relevance | path

Searched refs:createMCAsmParser (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp128 createMCAsmParser(Regions.getSourceMgr(), Ctx, Str, MAI)); in parseCodeRegions()
136 TheTarget.createMCAsmParser(STI, *Parser, MCII, Opts)); in parseCodeRegions()
/llvm-project-15.0.7/llvm/tools/llvm-exegesis/lib/
H A DSnippetFile.cpp158 createMCAsmParser(SM, Context, Streamer, *TM.getMCAsmInfo())); in readSnippets()
164 TM.getTarget().createMCAsmParser(*TM.getMCSubtargetInfo(), *AsmParser, in readSnippets()
/llvm-project-15.0.7/llvm/lib/Object/
H A DModuleSymbolTable.cpp112 createMCAsmParser(SrcMgr, MCCtx, Streamer, *MAI)); in initializeRecordStreamer()
115 T->createMCAsmParser(*STI, *Parser, *MCII, MCOptions)); in initializeRecordStreamer()
/llvm-project-15.0.7/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp115 createMCAsmParser(SrcMgr, Ctx, Str, MAI)); in AssembleInput()
118 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions)); in AssembleInput()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp102 createMCAsmParser(SrcMgr, OutContext, *OutStreamer, *MAI, BufNum)); in emitInlineAsm()
113 std::unique_ptr<MCTargetAsmParser> TAP(TM.getTarget().createMCAsmParser( in emitInlineAsm()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/Transforms/
H A DSerializeToHsaco.cpp397 createMCAsmParser(srcMgr, ctx, *mcStreamer, *mai)); in assembleIsa()
399 target->createMCAsmParser(*sti, *parser, *mcii, mcOptions)); in assembleIsa()
/llvm-project-15.0.7/llvm/unittests/MC/SystemZ/
H A DSystemZAsmLexerTest.cpp93 Parser.reset(createMCAsmParser(SrcMgr, *Ctx, *Str, *MAI)); in setupCallToAsmParser()
96 TheTarget->createMCAsmParser(*STI, *Parser, *MII, MCOptions)); in setupCallToAsmParser()
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp325 createMCAsmParser(SrcMgr, Ctx, Str, MAI)); in AssembleInput()
327 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions)); in AssembleInput()
/llvm-project-15.0.7/clang/tools/driver/
H A Dcc1as_main.cpp532 createMCAsmParser(SrcMgr, Ctx, *Str.get(), *MAI)); in ExecuteAssemblerImpl()
536 TheTarget->createMCAsmParser(*STI, *Parser, *MCII, MCOptions)); in ExecuteAssemblerImpl()
/llvm-project-15.0.7/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h348 MCAsmParser *createMCAsmParser(SourceMgr &, MCContext &, MCStreamer &,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmtAsm.cpp604 createMCAsmParser(TempSrcMgr, Ctx, *Str.get(), *MAI)); in ParseMicrosoftAsmStatement()
607 TheTarget->createMCAsmParser(*STI, *Parser, *MII, MCOptions)); in ParseMicrosoftAsmStatement()
/llvm-project-15.0.7/llvm/tools/llvm-ml/
H A Dllvm-ml.cpp161 TheTarget->createMCAsmParser(STI, *Parser, MCII, MCOptions)); in AssembleInput()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DTargetRegistry.h495 MCTargetAsmParser *createMCAsmParser(const MCSubtargetInfo &STI, in createMCAsmParser() function
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp6437 MCAsmParser *llvm::createMCAsmParser(SourceMgr &SM, MCContext &C, in createMCAsmParser() function in llvm