Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp284 Type *getElementType() const { return getVectorTy()->getElementType(); } in getElementType()
311 return getVectorTy(); in getColumnTy()
314 VectorType *getVectorTy() const { in getVectorTy() function in __anon04e69bad0111::LowerMatrixIntrinsics::MatrixTy
1122 return Result.addNumLoads(getNumOps(Result.getVectorTy()) * in loadMatrix()
1203 return MatrixTy().addNumStores(getNumOps(StoreVal.getVectorTy()) * in storeMatrix()
2044 Result.addNumComputeOps(getNumOps(Result.getVectorTy()) * in VisitBinaryOperator()
2080 Result.addNumComputeOps(getNumOps(Result.getVectorTy()) * in VisitUnaryOperator()