Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h141 llvm::VectorType *vectorTy);
148 llvm::VectorType *vectorTy);
155 llvm::VectorType *vectorTy,
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp677 llvm::VectorType *vectorTy) { in isLegalVectorType() argument
678 return isLegalVectorType(CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
679 vectorTy->getNumElements()); in isLegalVectorType()
691 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument
692 auto numElts = vectorTy->getNumElements(); in splitLegalVectorType()
693 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
H A DTargetInfo.cpp2195 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
2196 return (vectorTy->getBitWidth() > 128); in isPassedUsingAVXType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8449 QualType vectorTy, in tryVectorConvertAndSplat() argument
8486 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()