Home
last modified time | relevance | path

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

/external/libcxxabi/test/
Dcatch_multi_level_pointer.pass.cpp75 typedef Tp volatile* VType; typedef
85 typedef volatile Member (Class::*VType);
96 typedef typename ThrowTypes::VType VType; in operator ()() typedef
101 run_catch_tests<VType>(); in operator ()()
109 typedef typename CatchTypes::VType VType; in run_catch_tests() typedef
114 catch_pointer_test<ThrowTp, VType>(); in run_catch_tests()
119 generate_tests_imp<ThrowTp, VType, level-1>()(); in run_catch_tests()
/external/eigen/Eigen/src/Core/products/
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, const 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, const Scalar& alpha)
83 … internal::conj_expr_if<IsRowMajor ^ VBlasTraits::NeedToConjugate,_ActualVType>::type>::type VType;
84 internal::selfadjoint_rank2_update_selector<Scalar, Index, UType, VType,
86 …().const_cast_derived().data(),_expression().outerStride(),UType(actualU),VType(actualV),actualAlp…
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1004 Type *VType = getVecTypeForPair(aTypeI, aTypeJ); in areInstsCompatible() local
1011 unsigned VecAlignment = DL.getPrefTypeAlignment(VType); in areInstsCompatible()
1021 unsigned VCost = TTI->getMemoryOpCost(I->getOpcode(), VType, in areInstsCompatible()
1027 VCost += TTI->getAddressComputationCost(VType); in areInstsCompatible()
1035 unsigned VParts = TTI->getNumberOfParts(VType); in areInstsCompatible()
2847 VectorType *VType = getVecTypeForPair(IType, JType); in replaceOutputsOfPair() local
2848 unsigned numElem = VType->getNumElements(); in replaceOutputsOfPair()
2860 K1 = new ShuffleVectorInst(K, UndefValue::get(VType), in replaceOutputsOfPair()
2875 K2 = new ShuffleVectorInst(K, UndefValue::get(VType), in replaceOutputsOfPair()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp1176 llvm::VectorType *VType = in VisitInitListExpr() local
1179 if (!VType) { in VisitInitListExpr()
1188 unsigned ResElts = VType->getNumElements(); in VisitInitListExpr()
1197 llvm::Value *V = llvm::UndefValue::get(VType); in VisitInitListExpr()
1314 llvm::Type *EltTy = VType->getElementType(); in VisitInitListExpr()
/external/clang/lib/Sema/
DSemaOpenMP.cpp5069 QualType VType = LastIteration.get()->getType(); in CheckOpenMPLoop() local
5070 QualType RealVType = VType; in CheckOpenMPLoop()
5071 QualType StrideVType = VType; in CheckOpenMPLoop()
5073 VType = in CheckOpenMPLoop()
5118 VarDecl *LBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.lb"); in CheckOpenMPLoop()
5119 LB = buildDeclRefExpr(SemaRef, LBDecl, VType, InitLoc); in CheckOpenMPLoop()
5125 VarDecl *UBDecl = buildVarDecl(SemaRef, InitLoc, VType, ".omp.ub"); in CheckOpenMPLoop()
5126 UB = buildDeclRefExpr(SemaRef, UBDecl, VType, InitLoc); in CheckOpenMPLoop()
DSemaInit.cpp693 } else if (const VectorType *VType = ILE->getType()->getAs<VectorType>()) { in FillInEmptyInitializations() local
694 ElementType = VType->getElementType(); in FillInEmptyInitializations()
695 NumElements = VType->getNumElements(); in FillInEmptyInitializations()
2671 } else if (const VectorType *VType = CurrentObjectType->getAs<VectorType>()) in getStructuredSubobjectInit() local
2672 NumElements = VType->getNumElements(); in getStructuredSubobjectInit()