LLVM 22.0.0git
Value.h File Reference
#include "llvm/IR/Metadata.h"
#include "llvm/IR/Value.h"
#include "llvm/SandboxIR/Use.h"
#include "llvm/Support/Compiler.h"
#include "llvm/SandboxIR/Values.def"

Go to the source code of this file.

Classes

class  llvm::sandboxir::UserUseIterator
 Iterator for the Use edges of a Value's users. More...
class  llvm::sandboxir::Value
 A SandboxIR Value has users. This is the base class. More...
struct  llvm::sandboxir::Value::UseToUser
 Helper for mapped_iterator. More...
class  llvm::sandboxir::OpaqueValue

Namespaces

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

Macros

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

Macro Definition Documentation

◆ DEF_CONST [1/3]

#define DEF_CONST ( ID,
CLASS )
Value:
class CLASS;

Definition at line 21 of file Value.h.

◆ DEF_CONST [2/3]

#define DEF_CONST ( ID,
CLASS )
Value:
ID,

Definition at line 21 of file Value.h.

◆ DEF_CONST [3/3]

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

Definition at line 21 of file Value.h.

◆ DEF_INSTR [1/3]

#define DEF_INSTR ( ID,
OPC,
CLASS )
Value:
class CLASS;

Definition at line 20 of file Value.h.

◆ DEF_INSTR [2/3]

#define DEF_INSTR ( ID,
OPC,
CLASS )
Value:
ID,

Definition at line 20 of file Value.h.

◆ DEF_INSTR [3/3]

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

Definition at line 20 of file Value.h.

◆ DEF_USER [1/3]

#define DEF_USER ( ID,
CLASS )
Value:
class CLASS;

Definition at line 22 of file Value.h.

◆ DEF_USER [2/3]

#define DEF_USER ( ID,
CLASS )
Value:
ID,

Definition at line 22 of file Value.h.

◆ DEF_USER [3/3]

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

Definition at line 22 of file Value.h.

◆ DEF_VALUE [1/2]

#define DEF_VALUE ( ID,
CLASS )
Value:
ID,

Definition at line 69 of file Value.h.

◆ DEF_VALUE [2/2]

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

Definition at line 69 of file Value.h.