Searched refs:getVoidPtrType (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/transforms/ |
D | tf_framework_legalize_to_llvm.cc | 110 loc, getVoidPtrType(), tf_func_ref, in matchAndRewrite() 131 Type llvm_void_ptr_type = getVoidPtrType(); in GetFuncType() 226 op.getLoc(), getVoidPtrType(), in matchAndRewrite() 241 {getVoidPtrType(), getVoidPtrType()}); in GetFuncType() 280 getVoidType(), {getVoidPtrType(), i32_type, i8_ptr_type}); in GetFuncType() 326 rewriter.replaceOpWithNewOp<LLVM::NullOp>(op, getVoidPtrType()); in matchAndRewrite() 356 loc, getVoidPtrType(), sizes.front(), llvm::None); in matchAndRewrite()
|
/external/llvm-project/mlir/test/lib/Transforms/ |
D | TestConvertCallOp.cpp | 30 rewriter.replaceOpWithNewOp<LLVM::NullOp>(op, getVoidPtrType()); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 1039 LLVM::LLVMType ConvertToLLVMPattern::getVoidPtrType() const { in getVoidPtrType() function in ConvertToLLVMPattern 1922 using ConvertToLLVMPattern::getVoidPtrType; 1951 LLVM::LLVMType::getFunctionTy(getVoidPtrType(), paramTypes, in createAllocCall() 1960 .create<LLVM::CallOp>(loc, getVoidPtrType(), in createAllocCall() 2373 LLVM::LLVMType::getFunctionTy(getVoidType(), getVoidPtrType(), in matchAndRewrite() 2379 op.getLoc(), getVoidPtrType(), in matchAndRewrite() 2593 rewriter.create<LLVM::BitcastOp>(loc, getVoidPtrType(), ptr) in rewrite() 2794 loc, getVoidPtrType(), sizes.front(), llvm::None); in convertSourceMemRefToDescriptor()
|
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/ |
D | ConvertStandardToLLVM.h | 502 LLVM::LLVMType getVoidPtrType() const;
|