MLIR  19.0.0git
Functions
ConvertVectorToLLVM.cpp File Reference
#include "mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h"
#include "mlir/Conversion/ArithCommon/AttrToLLVMConverter.h"
#include "mlir/Conversion/LLVMCommon/PrintCallHelper.h"
#include "mlir/Conversion/LLVMCommon/TypeConverter.h"
#include "mlir/Conversion/LLVMCommon/VectorPattern.h"
#include "mlir/Dialect/Arith/IR/Arith.h"
#include "mlir/Dialect/Arith/Utils/Utils.h"
#include "mlir/Dialect/LLVMIR/FunctionCallUtils.h"
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
#include "mlir/Dialect/MemRef/IR/MemRef.h"
#include "mlir/Dialect/Vector/IR/VectorOps.h"
#include "mlir/Dialect/Vector/Interfaces/MaskableOpInterface.h"
#include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"
#include "mlir/Dialect/Vector/Transforms/VectorTransforms.h"
#include "mlir/IR/BuiltinAttributes.h"
#include "mlir/IR/BuiltinTypeInterfaces.h"
#include "mlir/IR/BuiltinTypes.h"
#include "mlir/IR/TypeUtilities.h"
#include "mlir/Target/LLVMIR/TypeToLLVM.h"
#include "mlir/Transforms/DialectConversion.h"
#include "llvm/ADT/APFloat.h"
#include "llvm/Support/Casting.h"
#include <optional>

Go to the source code of this file.

Functions

static VectorType reducedVectorTypeBack (VectorType tp)
 
static Value insertOne (ConversionPatternRewriter &rewriter, const LLVMTypeConverter &typeConverter, Location loc, Value val1, Value val2, Type llvmType, int64_t rank, int64_t pos)
 
static Value extractOne (ConversionPatternRewriter &rewriter, const LLVMTypeConverter &typeConverter, Location loc, Value val, Type llvmType, int64_t rank, int64_t pos)
 
LogicalResult getMemRefAlignment (const LLVMTypeConverter &typeConverter, MemRefType memrefType, unsigned &align)
 
static LogicalResult isMemRefTypeSupported (MemRefType memRefType, const LLVMTypeConverter &converter)
 
static Value getIndexedPtrs (ConversionPatternRewriter &rewriter, Location loc, const LLVMTypeConverter &typeConverter, MemRefType memRefType, Value llvmMemref, Value base, Value index, uint64_t vLen)
 
static Value getAsLLVMValue (OpBuilder &builder, Location loc, OpFoldResult foldResult)
 Convert foldResult into a Value. More...
 

Function Documentation

◆ extractOne()

static Value extractOne ( ConversionPatternRewriter rewriter,
const LLVMTypeConverter typeConverter,
Location  loc,
Value  val,
Type  llvmType,
int64_t  rank,
int64_t  pos 
)
static

◆ getAsLLVMValue()

static Value getAsLLVMValue ( OpBuilder builder,
Location  loc,
OpFoldResult  foldResult 
)
static

Convert foldResult into a Value.

Integer attribute is converted to an LLVM constant op.

Definition at line 117 of file ConvertVectorToLLVM.cpp.

References mlir::OpBuilder::create().

◆ getIndexedPtrs()

static Value getIndexedPtrs ( ConversionPatternRewriter rewriter,
Location  loc,
const LLVMTypeConverter typeConverter,
MemRefType  memRefType,
Value  llvmMemref,
Value  base,
Value  index,
uint64_t  vLen 
)
static

◆ getMemRefAlignment()

LogicalResult getMemRefAlignment ( const LLVMTypeConverter typeConverter,
MemRefType  memrefType,
unsigned &  align 
)

◆ insertOne()

static Value insertOne ( ConversionPatternRewriter rewriter,
const LLVMTypeConverter typeConverter,
Location  loc,
Value  val1,
Value  val2,
Type  llvmType,
int64_t  rank,
int64_t  pos 
)
static

◆ isMemRefTypeSupported()

static LogicalResult isMemRefTypeSupported ( MemRefType  memRefType,
const LLVMTypeConverter converter 
)
static

◆ reducedVectorTypeBack()

static VectorType reducedVectorTypeBack ( VectorType  tp)
static

Definition at line 38 of file ConvertVectorToLLVM.cpp.

References mlir::get().