Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance
140 llvm::VectorType *vectorTy);147 llvm::VectorType *vectorTy);154 llvm::VectorType *vectorTy,
688 llvm::VectorType *vectorTy) { in isLegalVectorType() argument690 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()691 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()702 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument703 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()704 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
2417 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local2418 return vectorTy->getPrimitiveSizeInBits().getFixedValue() > 128; in isPassedUsingAVXType()
10415 QualType vectorTy, in tryVectorConvertAndSplat() argument10452 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()