LLVM 20.0.0git
|
#include "MCTargetDesc/X86IntelInstPrinter.h"
#include "MCTargetDesc/X86MCTargetDesc.h"
#include "X86AsmParserCommon.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCInst.h"
#include "llvm/MC/MCParser/MCParsedAsmOperand.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCSymbol.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/SMLoc.h"
#include <cassert>
#include <memory>
Go to the source code of this file.
Classes | |
struct | llvm::X86Operand |
X86Operand - Instances of this class represent a parsed X86 machine instruction. More... | |
struct | llvm::X86Operand::TokOp |
struct | llvm::X86Operand::RegOp |
struct | llvm::X86Operand::PrefOp |
struct | llvm::X86Operand::ImmOp |
struct | llvm::X86Operand::MemOp |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |