LLVM 20.0.0git
Classes | Namespaces | Macros
User.cpp File Reference
#include "llvm/IR/User.h"
#include "llvm/IR/Constant.h"
#include "llvm/IR/GlobalValue.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/SandboxIR/User.h"
#include "llvm/SandboxIR/Context.h"
#include "llvm/SandboxIR/Values.def"

Go to the source code of this file.

Classes

struct  llvm::DescriptorInfo
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 
namespace  llvm::sandboxir
 

Macros

#define DEF_VALUE(ID, CLASS)
 
#define DEF_USER(ID, CLASS)
 
#define DEF_INSTR(ID, OPC, CLASS)
 

Macro Definition Documentation

◆ DEF_INSTR

#define DEF_INSTR (   ID,
  OPC,
  CLASS 
)
Value:
case ClassID::ID: \
return true;

◆ DEF_USER

#define DEF_USER (   ID,
  CLASS 
)
Value:
case ClassID::ID: \
return true;

◆ DEF_VALUE

#define DEF_VALUE (   ID,
  CLASS 
)