Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h133 llvm::VectorType *vectorTy);
140 llvm::VectorType *vectorTy);
147 llvm::VectorType *vectorTy,
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp633 llvm::VectorType *vectorTy) { in isLegalVectorType() argument
634 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
635 vectorTy->getNumElements()); in isLegalVectorType()
647 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument
648 auto numElts = vectorTy->getNumElements(); in splitLegalVectorType()
649 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
DTargetInfo.cpp1983 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
1984 return (vectorTy->getBitWidth() > 128); in isPassedUsingAVXType()
/external/clang/lib/Sema/
DSemaExpr.cpp7834 QualType vectorTy) { in tryVectorConvertAndSplat() argument
7865 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()