#include "llvm/SandboxIR/SandboxIR.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/Constants.h"
#include "llvm/Support/Debug.h"
#include <sstream>
#include "llvm/SandboxIR/SandboxIRValues.def"
Go to the source code of this file.
◆ DEF_INSTR [1/3]
#define DEF_INSTR |
( |
|
ID, |
|
|
|
OPC, |
|
|
|
CLASS |
|
) |
| |
Value: case ClassID::ID: \
return true;
◆ DEF_INSTR [2/3]
#define DEF_INSTR |
( |
|
ID, |
|
|
|
OPC, |
|
|
|
CLASS |
|
) |
| OPC |
◆ DEF_INSTR [3/3]
#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 |
|
) |
| |
◆ OP
Value: case Opcode::OPC: \
return #OPC;
◆ OPCODES
#define OPCODES |
( |
|
... | ) |
__VA_ARGS__ |
◆ getLLVMCastOp()