|
LLVM
4.0.0
|
#include "Lanai.h"#include "LanaiAluCode.h"#include "LanaiCondCode.h"#include "MCTargetDesc/LanaiMCExpr.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCParser/MCAsmLexer.h"#include "llvm/MC/MCParser/MCAsmParser.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/SMLoc.h"#include "llvm/Support/raw_ostream.h"#include "llvm/Support/TargetRegistry.h"#include <algorithm>#include <cassert>#include <cstddef>#include <cstdint>#include <memory>#include "LanaiGenAsmMatcher.inc"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | GET_ASSEMBLER_HEADER |
| #define | GET_REGISTER_MATCHER |
| #define | GET_MATCHER_IMPLEMENTATION |
Functions | |
| static unsigned | llvm::MatchRegisterName (StringRef Name) |
| static unsigned | llvm::AluWithPrePost (unsigned AluCode, bool PreOp, bool PostOp) |
| static int | llvm::SizeForSuffix (StringRef T) |
| bool | llvm::shouldBeSls (const LanaiOperand &Op) |
| bool | llvm::IsMemoryAssignmentError (const OperandVector &Operands) |
| static bool | llvm::IsRegister (const MCParsedAsmOperand &op) |
| static bool | llvm::MaybePredicatedInst (const OperandVector &Operands) |
| void | llvm::LLVMInitializeLanaiAsmParser () |
| #define GET_ASSEMBLER_HEADER |
Definition at line 77 of file LanaiAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 1222 of file LanaiAsmParser.cpp.
| #define GET_REGISTER_MATCHER |
Definition at line 1221 of file LanaiAsmParser.cpp.
1.8.6