Searched refs:strideBasePtr (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/ |
D | ConvertStandardToLLVM.h | 460 static Value strideBasePtr(OpBuilder &builder, Location loc, 465 LLVMTypeConverter typeConverter, Value strideBasePtr, 469 LLVMTypeConverter typeConverter, Value strideBasePtr,
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 987 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()
|