Lines Matching refs:indexPtrTy
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()
1009 LLVM::LLVMType indexPtrTy = typeConverter.getIndexType().getPointerTo(); in setStride() local
1011 loc, indexPtrTy, strideBasePtr, ValueRange({index})); in setStride()
2958 Type indexPtrTy = in extractSizeOfUnrankedMemRef() local
2964 loc, indexPtrTy, scalarMemRefDescPtr, in extractSizeOfUnrankedMemRef()
2971 Value sizePtr = rewriter.create<LLVM::GEPOp>(loc, indexPtrTy, offsetPtr, in extractSizeOfUnrankedMemRef()