|
LLVM
4.0.0
|
#include "llvm/ADT/APFloat.h"#include "llvm/ADT/APInt.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/None.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/MC/MCAsmInfo.h"#include "llvm/MC/MCCodeView.h"#include "llvm/MC/MCContext.h"#include "llvm/MC/MCDirectives.h"#include "llvm/MC/MCDwarf.h"#include "llvm/MC/MCExpr.h"#include "llvm/MC/MCInstPrinter.h"#include "llvm/MC/MCInstrDesc.h"#include "llvm/MC/MCInstrInfo.h"#include "llvm/MC/MCObjectFileInfo.h"#include "llvm/MC/MCParser/AsmCond.h"#include "llvm/MC/MCParser/AsmLexer.h"#include "llvm/MC/MCParser/MCAsmLexer.h"#include "llvm/MC/MCParser/MCAsmParser.h"#include "llvm/MC/MCParser/MCAsmParserUtils.h"#include "llvm/MC/MCParser/MCParsedAsmOperand.h"#include "llvm/MC/MCParser/MCTargetAsmParser.h"#include "llvm/MC/MCRegisterInfo.h"#include "llvm/MC/MCSection.h"#include "llvm/MC/MCStreamer.h"#include "llvm/MC/MCSymbol.h"#include "llvm/MC/MCValue.h"#include "llvm/Support/Casting.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Dwarf.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/MathExtras.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/SMLoc.h"#include "llvm/Support/SourceMgr.h"#include "llvm/Support/raw_ostream.h"#include <algorithm>#include <cassert>#include <cctype>#include <cstddef>#include <cstdint>#include <deque>#include <memory>#include <sstream>#include <string>#include <tuple>#include <utility>#include <vector>Go to the source code of this file.
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
| llvm::MCParserUtils | |
Enumerations | |
| enum | { DEFAULT_ADDRSPACE = 0 } |
Variables | |
| static cl::opt< unsigned > | AsmMacroMaxNestingDepth ("asm-macro-max-nesting-depth", cl::init(20), cl::Hidden, cl::desc("The maximum nesting depth allowed for assembly macros.")) |
| anonymous enum |
| Enumerator | |
|---|---|
| DEFAULT_ADDRSPACE | |
Definition at line 572 of file AsmParser.cpp.
|
static |
Definition at line 1274 of file AsmParser.cpp.
References llvm::MCID::Add, llvm::APIntOps::And(), EQ, llvm::AArch64CC::GT, llvm::CodeGenOpt::Less, llvm::AArch64CC::LT, llvm::AArch64CC::NE, llvm::APIntOps::Or(), AMDGPU::RuntimeMD::KernelArg::Pipe, and llvm::APIntOps::Xor().
|
static |
Definition at line 1352 of file AsmParser.cpp.
References llvm::MCID::Add, llvm::APIntOps::And(), EQ, llvm::AArch64CC::GT, llvm::CodeGenOpt::Less, llvm::AArch64CC::LT, llvm::AArch64CC::NE, llvm::APIntOps::Or(), AMDGPU::RuntimeMD::KernelArg::Pipe, and llvm::APIntOps::Xor().
|
static |
Definition at line 2169 of file AsmParser.cpp.
|
static |
Definition at line 2294 of file AsmParser.cpp.
References llvm::CodeGenOpt::Less, and AMDGPU::RuntimeMD::KernelArg::Pipe.
|
static |
Definition at line 3711 of file AsmParser.cpp.
References llvm::dwarf::DW_EH_PE_absptr, llvm::dwarf::DW_EH_PE_omit, llvm::dwarf::DW_EH_PE_pcrel, llvm::dwarf::DW_EH_PE_sdata2, llvm::dwarf::DW_EH_PE_sdata4, llvm::dwarf::DW_EH_PE_sdata8, llvm::dwarf::DW_EH_PE_signed, llvm::dwarf::DW_EH_PE_udata2, llvm::dwarf::DW_EH_PE_udata4, llvm::dwarf::DW_EH_PE_udata8, and llvm::Format.
|
static |
Definition at line 5188 of file AsmParser.cpp.
References llvm::AsmRewritePrecedence, llvm::SMLoc::getPointer(), llvm::AsmRewrite::Kind, llvm_unreachable, and llvm::AsmRewrite::Loc.
1.8.6