MLIR  17.0.0git
Functions
LLVM.cpp File Reference
#include "mlir-c/Dialect/LLVM.h"
#include "mlir/CAPI/Registration.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/LLVMIR/LLVMTypes.h"
+ Include dependency graph for LLVM.cpp:

Go to the source code of this file.

Functions

MlirType mlirLLVMPointerTypeGet (MlirType pointee, unsigned addressSpace)
 Creates an llvm.ptr type. More...
 
MlirType mlirLLVMVoidTypeGet (MlirContext ctx)
 Creates an llmv.void type. More...
 
MlirType mlirLLVMArrayTypeGet (MlirType elementType, unsigned numElements)
 Creates an llvm.array type. More...
 
MlirType mlirLLVMFunctionTypeGet (MlirType resultType, intptr_t nArgumentTypes, MlirType const *argumentTypes, bool isVarArg)
 Creates an llvm.func type. More...
 
MlirType mlirLLVMStructTypeLiteralGet (MlirContext ctx, intptr_t nFieldTypes, MlirType const *fieldTypes, bool isPacked)
 Creates an LLVM literal (unnamed) struct type. More...
 

Function Documentation

◆ mlirLLVMArrayTypeGet()

MlirType mlirLLVMArrayTypeGet ( MlirType  elementType,
unsigned  numElements 
)

Creates an llvm.array type.

Definition at line 27 of file LLVM.cpp.

References unwrap(), and wrap().

◆ mlirLLVMFunctionTypeGet()

MlirType mlirLLVMFunctionTypeGet ( MlirType  resultType,
intptr_t  nArgumentTypes,
MlirType const *  argumentTypes,
bool  isVarArg 
)

Creates an llvm.func type.

Definition at line 31 of file LLVM.cpp.

References unwrap(), unwrapList(), and wrap().

◆ mlirLLVMPointerTypeGet()

MlirType mlirLLVMPointerTypeGet ( MlirType  pointee,
unsigned  addressSpace 
)

Creates an llvm.ptr type.

Definition at line 19 of file LLVM.cpp.

References unwrap(), and wrap().

◆ mlirLLVMStructTypeLiteralGet()

MlirType mlirLLVMStructTypeLiteralGet ( MlirContext  ctx,
intptr_t  nFieldTypes,
MlirType const *  fieldTypes,
bool  isPacked 
)

Creates an LLVM literal (unnamed) struct type.

Definition at line 39 of file LLVM.cpp.

References mlir::LLVM::LLVMStructType::getLiteral(), unwrap(), unwrapList(), and wrap().

◆ mlirLLVMVoidTypeGet()

MlirType mlirLLVMVoidTypeGet ( MlirContext  ctx)

Creates an llmv.void type.

Definition at line 23 of file LLVM.cpp.

References unwrap(), and wrap().