Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h140 llvm::VectorType *vectorTy);
147 llvm::VectorType *vectorTy);
154 llvm::VectorType *vectorTy,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp689 llvm::VectorType *vectorTy) { in isLegalVectorType() argument
691 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
692 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()
703 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument
704 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()
705 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1363 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
1364 return vectorTy->getPrimitiveSizeInBits().getFixedValue() > 128; in isPassedUsingAVXType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9823 QualType vectorTy, in tryVectorConvertAndSplat() argument
9860 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()