Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DROCDLDialect.cpp51 auto i32x4Ty = LLVM::LLVMType::getVectorTy(int32Ty, 4); in parseROCDLMubufLoadOp()
70 auto i32x4Ty = LLVM::LLVMType::getVectorTy(int32Ty, 4); in parseROCDLMubufStoreOp()
DNVVMDialect.cpp90 auto f16x2Ty = LLVM::LLVMType::getVectorTy(f16Ty, 2); in verify()
DLLVMTypes.cpp213 LLVMType LLVMType::getVectorTy(LLVMType elementType, unsigned numElements) { in getVectorTy() function in LLVMType
DLLVMDialect.cpp110 LLVMType::getVectorTy(resultType, argType.getVectorNumElements()); in parseCmpOp()
1244 auto vType = LLVMType::getVectorTy( in build()
1279 auto vType = LLVMType::getVectorTy( in parseShuffleVectorOp()
/external/llvm-project/mlir/lib/Conversion/VectorToROCDL/
DVectorToROCDL.cpp124 LLVM::LLVMType::getVectorTy( in matchAndRewrite()
132 LLVM::LLVMType::getVectorTy( in matchAndRewrite()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp249 Type *getElementType() const { return getVectorTy()->getElementType(); } in getElementType()
276 return getVectorTy(); in getColumnTy()
279 VectorType *getVectorTy() const { in getVectorTy() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy
814 return Result.addNumLoads(getNumOps(Result.getVectorTy()) * in loadMatrix()
905 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
1497 Result.addNumComputeOps(getNumOps(Result.getVectorTy()) * in VisitBinaryOperator()
/external/llvm-project/mlir/include/mlir/Dialect/LLVMIR/
DLLVMTypes.h183 static LLVMType getVectorTy(LLVMType elementType, unsigned numElements);
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp214 auto ptrsType = LLVM::LLVMType::getVectorTy(pType, vType.getDimSize(0)); in getIndexedPtrs()
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp411 LLVM::LLVMType::getVectorTy(elementType, type.getShape().back()); in convertVectorType()