Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance
140 llvm::VectorType *vectorTy);147 llvm::VectorType *vectorTy);154 llvm::VectorType *vectorTy,
692 llvm::VectorType *vectorTy) { in isLegalVectorType() argument694 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()695 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()707 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument708 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()709 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
2353 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local2354 return vectorTy->getPrimitiveSizeInBits().getFixedSize() > 128; in isPassedUsingAVXType()
9734 QualType vectorTy, in tryVectorConvertAndSplat() argument9771 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()