Searched refs:VType (Results 1 - 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DSelfadjointRank2Update.h21 template<typename Scalar, typename Index, typename UType, typename VType, int UpLo>
24 template<typename Scalar, typename Index, typename UType, typename VType>
25 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Lower>
27 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, Scalar alpha)
39 template<typename Scalar, typename Index, typename UType, typename VType>
40 struct selfadjoint_rank2_update_selector<Scalar,Index,UType,VType,Upper>
42 static void run(Scalar* mat, Index stride, const UType& u, const VType& v, Scalar alpha)
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp965 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); local
972 unsigned VecAlignment = TD->getPrefTypeAlignment(VType);
982 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType,
988 VCost += TTI->getAddressComputationCost(VType);
996 unsigned VParts = TTI->getNumberOfParts(VType);
2746 VectorType *VType = getVecTypeForPair(IType, JType); local
2747 unsigned numElem = VType->getNumElements();
2767 K1 = new ShuffleVectorInst(K, UndefValue::get(VType),
2783 K2 = new ShuffleVectorInst(K, UndefValue::get(VType),
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1023 llvm::VectorType *VType = local
1026 if (!VType) {
1035 unsigned ResElts = VType->getNumElements();
1044 llvm::Value *V = llvm::UndefValue::get(VType);
1160 llvm::Type *EltTy = VType->getElementType();
/external/clang/lib/Sema/
H A DSemaInit.cpp490 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) {
491 ElementType = VType->getElementType();
492 NumElements = VType->getNumElements();
2264 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>())
2265 NumElements = VType->getNumElements();

Completed in 403 milliseconds