Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp114 VectorType i32Vecx4 = VectorType::get(4, i32Ty); in matchAndRewrite() local
116 loc, toLLVMTy(i32Vecx4), in matchAndRewrite()
117 DenseElementsAttr::get(i32Vecx4, ArrayRef<int32_t>(constConfigAttr))); in matchAndRewrite()
136 rewriter.create<LLVM::BitcastOp>(loc, toLLVMTy(i32Vecx4), dwordConfig); in matchAndRewrite()