#include "llvm/IR/Value.h"
#include "llvm/SandboxIR/Use.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) class CLASS; |
|
#define | DEF_CONST(ID, CLASS) class CLASS; |
|
#define | DEF_USER(ID, CLASS) class CLASS; |
|
#define | DEF_VALUE(ID, CLASS) ID, |
|
#define | DEF_USER(ID, CLASS) ID, |
|
#define | DEF_CONST(ID, CLASS) ID, |
|
#define | DEF_INSTR(ID, OPC, CLASS) ID, |
|
#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 |
|
) |
| class CLASS; |
◆ DEF_CONST [2/3]
#define DEF_CONST |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| ID, |
◆ DEF_CONST [3/3]
#define DEF_CONST |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| |
Value: case ClassID::ID: \
return #ID;
Definition at line 68 of file Value.h.
◆ DEF_INSTR [1/3]
#define DEF_INSTR |
( |
|
ID, |
|
|
|
OPC, |
|
|
|
CLASS |
|
) |
| class CLASS; |
◆ DEF_INSTR [2/3]
#define DEF_INSTR |
( |
|
ID, |
|
|
|
OPC, |
|
|
|
CLASS |
|
) |
| ID, |
◆ DEF_INSTR [3/3]
#define DEF_INSTR |
( |
|
ID, |
|
|
|
OPC, |
|
|
|
CLASS |
|
) |
| |
Value: case ClassID::ID: \
return #ID;
Definition at line 69 of file Value.h.
◆ DEF_USER [1/3]
#define DEF_USER |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| class CLASS; |
◆ DEF_USER [2/3]
#define DEF_USER |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| ID, |
◆ DEF_USER [3/3]
#define DEF_USER |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| |
Value: case ClassID::ID: \
return #ID;
Definition at line 67 of file Value.h.
◆ DEF_VALUE [1/2]
#define DEF_VALUE |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| ID, |
◆ DEF_VALUE [2/2]
#define DEF_VALUE |
( |
|
ID, |
|
|
|
CLASS |
|
) |
| |
Value: case ClassID::ID: \
return #ID;
Definition at line 66 of file Value.h.