#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.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
namespace | llvm::sandboxir |
|
#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;
Definition at line 69 of file Value.h.