LLVM 20.0.0git
|
#include "llvm/IR/Function.h"
#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/User.h"
#include "llvm/IR/Value.h"
#include "llvm/SandboxIR/Tracker.h"
#include "llvm/SandboxIR/Use.h"
#include "llvm/Support/raw_ostream.h"
#include <iterator>
#include "llvm/SandboxIR/SandboxIRValues.def"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |
Macros | |
#define | DEF_INSTR(ID, OPC, CLASS) friend class CLASS; |
#define | DEF_VALUE(ID, CLASS) ID, |
#define | DEF_USER(ID, CLASS) ID, |
#define | DEF_INSTR(ID, OPC, CLASS) ID, |
#define | DEF_VALUE(ID, CLASS) |
#define | DEF_USER(ID, CLASS) |
#define | DEF_INSTR(ID, OPC, CLASS) |
#define | OP(OPC) OPC, |
#define | OPCODES(...) __VA_ARGS__ |
#define | DEF_INSTR(ID, OPC, CLASS) OPC |
#define | DEF_INSTR(ID, OPC, CLASS) friend class CLASS; |
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS | |||
) | friend class CLASS; |
Definition at line 837 of file SandboxIR.h.
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS | |||
) | ID, |
Definition at line 837 of file SandboxIR.h.
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS | |||
) |
Definition at line 837 of file SandboxIR.h.
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS | |||
) | OPC |
Definition at line 837 of file SandboxIR.h.
#define DEF_INSTR | ( | ID, | |
OPC, | |||
CLASS | |||
) | friend class CLASS; |
Definition at line 837 of file SandboxIR.h.
#define DEF_USER | ( | ID, | |
CLASS | |||
) | ID, |
Definition at line 208 of file SandboxIR.h.
#define DEF_USER | ( | ID, | |
CLASS | |||
) |
Definition at line 208 of file SandboxIR.h.
#define DEF_VALUE | ( | ID, | |
CLASS | |||
) | ID, |
Definition at line 207 of file SandboxIR.h.
#define DEF_VALUE | ( | ID, | |
CLASS | |||
) |
Definition at line 207 of file SandboxIR.h.
#define OP | ( | OPC | ) | OPC, |
Definition at line 650 of file SandboxIR.h.
#define OPCODES | ( | ... | ) | __VA_ARGS__ |
Definition at line 651 of file SandboxIR.h.