|
LLVM 22.0.0git
|
Public Types | |
| enum | XtensaMatchResultTy { Match_Dummy = FIRST_TARGET_MATCH_RESULT_TY } |
| Public Types inherited from llvm::MCTargetAsmParser | |
| enum | MatchResultTy { Match_InvalidOperand , Match_InvalidTiedOperand , Match_MissingFeature , Match_MnemonicFail , Match_Success , Match_NearMisses , FIRST_TARGET_MATCH_RESULT_TY } |
Additional Inherited Members | |
| Protected Member Functions inherited from llvm::MCTargetAsmParser | |
| MCTargetAsmParser (MCTargetOptions const &, const MCSubtargetInfo &STI, const MCInstrInfo &MII) | |
| MCSubtargetInfo & | copySTI () |
| Create a copy of STI and return a non-const reference to it. | |
| Protected Member Functions inherited from llvm::MCAsmParserExtension | |
| MCAsmParserExtension () | |
| Static Protected Member Functions inherited from llvm::MCAsmParserExtension | |
| template<typename T, bool(T::*)(StringRef, SMLoc) Handler> | |
| static bool | HandleDirective (MCAsmParserExtension *Target, StringRef Directive, SMLoc DirectiveLoc) |
| Protected Attributes inherited from llvm::MCTargetAsmParser | |
| FeatureBitset | AvailableFeatures |
| AvailableFeatures - The current set of available features. | |
| bool | ParsingMSInlineAsm = false |
| ParsingMSInlineAsm - Are we parsing ms-style inline assembly? | |
| MCAsmParserSemaCallback * | SemaCallback = nullptr |
| SemaCallback - The Sema callback implementation. | |
| MCTargetOptions | MCOptions |
| Set of options which affects instrumentation of inline assembly. | |
| const MCSubtargetInfo * | STI |
| Current STI. | |
| const MCInstrInfo & | MII |
| Protected Attributes inherited from llvm::MCAsmParserExtension | |
| bool | BracketExpressionsSupported = false |
Definition at line 37 of file XtensaAsmParser.cpp.
| Enumerator | |
|---|---|
| Match_Dummy | |
Definition at line 87 of file XtensaAsmParser.cpp.
|
inline |
Definition at line 94 of file XtensaAsmParser.cpp.
References llvm::MCAsmParserExtension::getContext(), llvm::MCTargetAsmParser::MCTargetAsmParser(), llvm::MCTargetAsmParser::MII, Options, llvm::MCTargetAsmParser::setAvailableFeatures(), and llvm::MCTargetAsmParser::STI.
|
inline |
Definition at line 101 of file XtensaAsmParser.cpp.
References llvm::MCSubtargetInfo::getFeatureBits(), and llvm::MCTargetAsmParser::getSTI().