Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance
141 llvm::VectorType *vectorTy);148 llvm::VectorType *vectorTy);155 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()
9798 QualType vectorTy, in tryVectorConvertAndSplat() argument9835 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()