Home
last modified time | relevance | path

Searched refs:toLLVMTy (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp82 auto toLLVMTy = [&](Type t) { return typeConverter->convertType(t); }; in matchAndRewrite() local
84 toLLVMTy(xferOp.getVectorType()).template cast<LLVM::LLVMType>(); in matchAndRewrite()
116 loc, toLLVMTy(i32Vecx4), in matchAndRewrite()
125 toLLVMTy(i64Ty).template cast<LLVM::LLVMType>(), 2), in matchAndRewrite()
128 loc, toLLVMTy(i64Ty).template cast<LLVM::LLVMType>(), dataPtr); in matchAndRewrite()
133 toLLVMTy(i64Ty).template cast<LLVM::LLVMType>(), 2), in matchAndRewrite()
136 rewriter.create<LLVM::BitcastOp>(loc, toLLVMTy(i32Vecx4), dwordConfig); in matchAndRewrite()
140 loc, toLLVMTy(rewriter.getIntegerType(1)), in matchAndRewrite()
143 loc, toLLVMTy(i32Ty), in matchAndRewrite()
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp236 auto toLLVMTy = [&](Type t) { return typeConverter.convertType(t); }; in replaceTransferOpWithMasked() local
239 fill = rewriter.create<LLVM::DialectCastOp>(loc, toLLVMTy(fillType), fill); in replaceTransferOpWithMasked()
1238 auto toLLVMTy = [&](Type t) { return typeConverter->convertType(t); }; in matchAndRewrite() local
1273 toLLVMTy(xferOp.getVectorType()).template cast<LLVM::LLVMType>(); in matchAndRewrite()