LLVM 20.0.0git
|
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/SandboxIR/Values.def"
Go to the source code of this file.
Classes | |
class | llvm::sandboxir::Type |
Just like llvm::Type these are immutable, unique, never get freed and can only be created via static factory methods. More... | |
class | llvm::sandboxir::PointerType |
class | llvm::sandboxir::ArrayType |
class | llvm::sandboxir::StructType |
class | llvm::sandboxir::VectorType |
class | llvm::sandboxir::FixedVectorType |
class | llvm::sandboxir::ScalableVectorType |
class | llvm::sandboxir::FunctionType |
class | llvm::sandboxir::IntegerType |
Class to represent integer types. More... | |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |
Macros | |
#define | DEF_INSTR(ID, OPCODE, CLASS) class CLASS; |
#define | DEF_CONST(ID, CLASS) class CLASS; |
#define | DEF_INSTR(ID, OPCODE, CLASS) friend class CLASS; |
#define | DEF_CONST(ID, CLASS) friend class CLASS; |