LLVM: include/llvm/SandboxIR/Value.h File Reference (original) (raw)
#include "[llvm/IR/Metadata.h](Metadata%5F8h%5Fsource.html)"#include "[llvm/IR/Value.h](IR%5F2Value%5F8h%5Fsource.html)"#include "[llvm/SandboxIR/Use.h](SandboxIR%5F2Use%5F8h%5Fsource.html)"#include "[llvm/Support/Compiler.h](Compiler%5F8h%5Fsource.html)"#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) |
◆ DEF_CONST [1/3]
| #define DEF_CONST | ( | ID, |
|---|---|---|
| CLASS ) |
Value:
Definition at line 21 of file Value.h.
◆ DEF_CONST [2/3]
| #define DEF_CONST | ( | ID, |
|---|---|---|
| CLASS ) |
Value:
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:
Definition at line 20 of file Value.h.
◆ DEF_INSTR [2/3]
| #define DEF_INSTR | ( | ID, |
|---|---|---|
| OPC, | ||
| CLASS ) |
Value:
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:
Definition at line 22 of file Value.h.
◆ DEF_USER [2/3]
| #define DEF_USER | ( | ID, |
|---|---|---|
| CLASS ) |
Value:
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:
Definition at line 69 of file Value.h.
◆ DEF_VALUE [2/2]
| #define DEF_VALUE | ( | ID, |
|---|---|---|
| CLASS ) |
Value:
case ClassID::ID: \
return #ID;