Home
last modified time | relevance | path

Searched refs:strideBasePtr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVM.h460 static Value strideBasePtr(OpBuilder &builder, Location loc,
465 LLVMTypeConverter typeConverter, Value strideBasePtr,
469 LLVMTypeConverter typeConverter, Value strideBasePtr,
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp987 Value UnrankedMemRefDescriptor::strideBasePtr(OpBuilder &builder, Location loc, in strideBasePtr() function in UnrankedMemRefDescriptor
997 Value strideBasePtr, Value index, in stride() argument
1001 loc, indexPtrTy, strideBasePtr, ValueRange({index})); in stride()
1007 Value strideBasePtr, Value index, in setStride() argument
1011 loc, indexPtrTy, strideBasePtr, ValueRange({index})); in setStride()
2822 Value targetStridesBase = UnrankedMemRefDescriptor::strideBasePtr( in convertSourceMemRefToDescriptor()