Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance
140 llvm::VectorType *vectorTy);147 llvm::VectorType *vectorTy);154 llvm::VectorType *vectorTy,
689 llvm::VectorType *vectorTy) { in isLegalVectorType() argument691 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()692 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()703 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument704 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()705 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
1363 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local1364 return vectorTy->getPrimitiveSizeInBits().getFixedValue() > 128; in isPassedUsingAVXType()
9823 QualType vectorTy, in tryVectorConvertAndSplat() argument9860 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()