Searched refs:vectorTy (Results 1 – 5 of 5) sorted by relevance
133 llvm::VectorType *vectorTy);140 llvm::VectorType *vectorTy);147 llvm::VectorType *vectorTy,
633 llvm::VectorType *vectorTy) { in isLegalVectorType() argument634 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()635 vectorTy->getNumElements()); in isLegalVectorType()647 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument648 auto numElts = vectorTy->getNumElements(); in splitLegalVectorType()649 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
1983 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local1984 return (vectorTy->getBitWidth() > 128); in isPassedUsingAVXType()
273 if (llvm::VectorType *vectorTy = llvm::dyn_cast<llvm::VectorType>(ty)) in lowerRCP() local276 vectorTy->getNumElements(), in lowerRCP()277 llvm::ConstantFP::get(vectorTy->getElementType(), 1)); in lowerRCP()
7834 QualType vectorTy) { in tryVectorConvertAndSplat() argument7865 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()