Searched refs:getVoidPtrType (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/MemRefToLLVM/ |
| H A D | AllocLikeConversion.h | 20 using ConvertToLLVMPattern::getVoidPtrType;
|
| /llvm-project-15.0.7/mlir/test/lib/Conversion/FuncToLLVM/ |
| H A D | TestConvertCallOp.cpp | 30 rewriter.replaceOpWithNewOp<LLVM::NullOp>(op, getVoidPtrType()); in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/include/mlir/Conversion/LLVMCommon/ |
| H A D | Pattern.h | 58 Type getVoidPtrType() const;
|
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 75 getVoidPtrType()); in allocateBuffer() 173 getVoidPtrType()); in allocateBuffer() 248 rewriter.create<LLVM::StackSaveOp>(loc, getVoidPtrType()); in matchAndRewrite() 334 op.getLoc(), getVoidPtrType(), in matchAndRewrite() 826 rewriter.create<LLVM::BitcastOp>(loc, getVoidPtrType(), ptr) in rewrite() 926 rewriter.create<LLVM::BitcastOp>(loc, getVoidPtrType(), ptr) in lowerToMemCopyFunctionCall() 1226 loc, getVoidPtrType(), sizes.front(), llvm::None); in convertSourceMemRefToDescriptor()
|
| /llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/ |
| H A D | CodeGen.cpp | 48 static inline mlir::Type getVoidPtrType(mlir::MLIRContext *context) { in getVoidPtrType() function 94 mlir::Type voidPtrTy() const { return getVoidPtrType(); } in voidPtrTy() 96 mlir::Type getVoidPtrType() const { in getVoidPtrType() function in __anon447c3e180111::FIROpConversion 389 ty = ::getVoidPtrType(alloc.getContext()); in matchAndRewrite() 1002 mlir::LLVM::LLVMFunctionType::get(getVoidPtrType(op.getContext()), in getMalloc() 1077 getVoidPtrType(op.getContext()), in getFree() 1348 loc, ::getVoidPtrType(box.getContext())); in getTypeDescriptor() 1817 mlir::Type voidPtrTy = ::getVoidPtrType(rebox.getContext()); in sliceBox() 1914 mlir::Type voidPtrTy = ::getVoidPtrType(rebox.getContext()); in reshapeBox() 2214 mlir::Type voidPtrTy = getVoidPtrType(); in doRewrite() [all …]
|
| /llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/ |
| H A D | Pattern.cpp | 50 Type ConvertToLLVMPattern::getVoidPtrType() const { in getVoidPtrType() function in ConvertToLLVMPattern
|