LLVM 20.0.0git
|
#include "llvm/IR/Function.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/Instruction.def"
Go to the source code of this file.
Classes | |
class | llvm::InstVisitor< SubClass, RetTy > |
Base class for instruction visitors. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Macros | |
#define | HANDLE_INST(NUM, OPCODE, CLASS) class CLASS; |
#define | DELEGATE(CLASS_TO_VISIT) |
#define | HANDLE_INST(NUM, OPCODE, CLASS) |
#define | HANDLE_INST(NUM, OPCODE, CLASS) |
#define DELEGATE | ( | CLASS_TO_VISIT | ) |
Definition at line 27 of file InstVisitor.h.
#define HANDLE_INST | ( | NUM, | |
OPCODE, | |||
CLASS | |||
) | class CLASS; |
Definition at line 154 of file InstVisitor.h.
#define HANDLE_INST | ( | NUM, | |
OPCODE, | |||
CLASS | |||
) |
#define HANDLE_INST | ( | NUM, | |
OPCODE, | |||
CLASS | |||
) |
Definition at line 154 of file InstVisitor.h.