Searched refs:indexPtrTy (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 621 auto indexPtrTy = indexTy.getPointerTo(); in size() local 636 auto resultPtr = builder.create<LLVM::GEPOp>(loc, indexPtrTy, sizesPtr, in size() 971 LLVM::LLVMType indexPtrTy = typeConverter.getIndexType().getPointerTo(); in size() local 972 Value sizeStoreGep = builder.create<LLVM::GEPOp>(loc, indexPtrTy, sizeBasePtr, in size() 981 LLVM::LLVMType indexPtrTy = typeConverter.getIndexType().getPointerTo(); in setSize() local 982 Value sizeStoreGep = builder.create<LLVM::GEPOp>(loc, indexPtrTy, sizeBasePtr, in setSize() 990 LLVM::LLVMType indexPtrTy = typeConverter.getIndexType().getPointerTo(); in strideBasePtr() local 991 return builder.create<LLVM::GEPOp>(loc, indexPtrTy, sizeBasePtr, in strideBasePtr() 999 LLVM::LLVMType indexPtrTy = typeConverter.getIndexType().getPointerTo(); in stride() local 1001 loc, indexPtrTy, strideBasePtr, ValueRange({index})); in stride() [all …]
|