|
LLVM
3.7.0
|
#include "MCTargetDesc/MipsABIInfo.h"#include "MCTargetDesc/MipsMCExpr.h"#include "MCTargetDesc/MipsMCTargetDesc.h"#include "MipsRegisterInfo.h"#include "MipsTargetStreamer.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringSwitch.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInst.h"#include "llvm/MC/MCInstBuilder.h"#include "llvm/MC/MCParser/MCAsmLexer.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSubtargetInfo.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCTargetAsmParser.h"#include "llvm/Support/Debug.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/TargetRegistry.h"#include "llvm/Support/raw_ostream.h"#include <memory>#include "MipsGenAsmMatcher.inc"Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Macros | |
| #define | DEBUG_TYPE "mips-asm-parser" |
| #define | GET_ASSEMBLER_HEADER |
| #define | GET_OPERAND_DIAGNOSTIC_TYPES |
| #define | GET_REGISTER_MATCHER |
| #define | GET_MATCHER_IMPLEMENTATION |
Functions | |
| static const MCInstrDesc & | getInstDesc (unsigned Opcode) |
| static bool | hasShortDelaySlot (unsigned Opcode) |
| void | LLVMInitializeMipsAsmParser () |
Variables | |
| const MCInstrDesc | llvm::MipsInsts [] |
| #define DEBUG_TYPE "mips-asm-parser" |
Definition at line 37 of file MipsAsmParser.cpp.
| #define GET_ASSEMBLER_HEADER |
Definition at line 122 of file MipsAsmParser.cpp.
| #define GET_MATCHER_IMPLEMENTATION |
Definition at line 5209 of file MipsAsmParser.cpp.
| #define GET_OPERAND_DIAGNOSTIC_TYPES |
| #define GET_REGISTER_MATCHER |
Definition at line 5208 of file MipsAsmParser.cpp.
|
static |
Definition at line 1290 of file MipsAsmParser.cpp.
References llvm::MipsInsts.
Definition at line 1294 of file MipsAsmParser.cpp.
| void LLVMInitializeMipsAsmParser | ( | ) |
Definition at line 5201 of file MipsAsmParser.cpp.
References llvm::ARM_PROC::A, llvm::TheMips64elTarget, llvm::TheMips64Target, llvm::TheMipselTarget, llvm::TheMipsTarget, X, and Y.
1.8.6