Home
last modified time | relevance | path

Searched refs:vectorTy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h140 llvm::VectorType *vectorTy);
147 llvm::VectorType *vectorTy);
154 llvm::VectorType *vectorTy,
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp692 llvm::VectorType *vectorTy) { in isLegalVectorType() argument
694 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
695 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()
707 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument
708 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()
709 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
H A DTargetInfo.cpp2353 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
2354 return vectorTy->getPrimitiveSizeInBits().getFixedSize() > 128; in isPassedUsingAVXType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9734 QualType vectorTy, in tryVectorConvertAndSplat() argument
9771 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()