LLVM 22.0.0git
Type.h File Reference
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/IR/DerivedTypes.h"
#include "llvm/IR/Type.h"
#include "llvm/Support/Compiler.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)
#define DEF_CONST(ID, CLASS)
#define DEF_INSTR(ID, OPCODE, CLASS)
#define DEF_CONST(ID, CLASS)

Macro Definition Documentation

◆ DEF_CONST [1/2]

#define DEF_CONST ( ID,
CLASS )
Value:
class CLASS;

Definition at line 42 of file Type.h.

◆ DEF_CONST [2/2]

#define DEF_CONST ( ID,
CLASS )
Value:
friend class CLASS;

Definition at line 42 of file Type.h.

◆ DEF_INSTR [1/2]

#define DEF_INSTR ( ID,
OPCODE,
CLASS )
Value:
class CLASS;

Definition at line 41 of file Type.h.

◆ DEF_INSTR [2/2]

#define DEF_INSTR ( ID,
OPCODE,
CLASS )
Value:
friend class CLASS;

Definition at line 41 of file Type.h.