Searched refs:dwordConfig (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/ |
D | VectorToROCDL.cpp | 33 LLVM::LLVMType &vecTy, Value &dwordConfig, Value &vindex, in replaceTransferOpWithMubuf() argument 36 xferOp, vecTy, dwordConfig, vindex, offsetSizeInBytes, glc, slc); in replaceTransferOpWithMubuf() 43 LLVM::LLVMType &vecTy, Value &dwordConfig, Value &vindex, in replaceTransferOpWithMubuf() argument 47 dwordConfig, vindex, in replaceTransferOpWithMubuf() 130 Value dwordConfig = rewriter.create<LLVM::InsertElementOp>( in matchAndRewrite() local 135 dwordConfig = in matchAndRewrite() 136 rewriter.create<LLVM::BitcastOp>(loc, toLLVMTy(i32Vecx4), dwordConfig); in matchAndRewrite() 147 dwordConfig, int32Zero, int32Zero, int1False, int1False); in matchAndRewrite()
|