LLVM: include/llvm/SandboxIR/Type.h File Reference (original) (raw)

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)

DEF_CONST [1/2]

#define DEF_CONST ( ID,
CLASS )

Value:

Definition at line 42 of file Type.h.

DEF_CONST [2/2]

#define DEF_CONST ( ID,
CLASS )

Value:

Definition at line 42 of file Type.h.

DEF_INSTR [1/2]

#define DEF_INSTR ( ID,
OPCODE,
CLASS )

Value:

Definition at line 41 of file Type.h.

DEF_INSTR [2/2]

#define DEF_INSTR ( ID,
OPCODE,
CLASS )

Value:

Definition at line 41 of file Type.h.