Searched refs:getVectorTy (Results 1 – 9 of 9) sorted by relevance
51 auto i32x4Ty = LLVM::LLVMType::getVectorTy(int32Ty, 4); in parseROCDLMubufLoadOp()70 auto i32x4Ty = LLVM::LLVMType::getVectorTy(int32Ty, 4); in parseROCDLMubufStoreOp()
90 auto f16x2Ty = LLVM::LLVMType::getVectorTy(f16Ty, 2); in verify()
213 LLVMType LLVMType::getVectorTy(LLVMType elementType, unsigned numElements) { in getVectorTy() function in LLVMType
110 LLVMType::getVectorTy(resultType, argType.getVectorNumElements()); in parseCmpOp()1244 auto vType = LLVMType::getVectorTy( in build()1279 auto vType = LLVMType::getVectorTy( in parseShuffleVectorOp()
124 LLVM::LLVMType::getVectorTy( in matchAndRewrite()132 LLVM::LLVMType::getVectorTy( in matchAndRewrite()
249 Type *getElementType() const { return getVectorTy()->getElementType(); } in getElementType()276 return getVectorTy(); in getColumnTy()279 VectorType *getVectorTy() const { in getVectorTy() function in __anone124444e0111::LowerMatrixIntrinsics::MatrixTy814 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()
183 static LLVMType getVectorTy(LLVMType elementType, unsigned numElements);
214 auto ptrsType = LLVM::LLVMType::getVectorTy(pType, vType.getDimSize(0)); in getIndexedPtrs()
411 LLVM::LLVMType::getVectorTy(elementType, type.getShape().back()); in convertVectorType()