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.cpp688 llvm::VectorType *vectorTy) { in isLegalVectorType() argument
690 CGM, vectorSize, vectorTy->getElementType(), in isLegalVectorType()
691 cast<llvm::FixedVectorType>(vectorTy)->getNumElements()); in isLegalVectorType()
702 llvm::VectorType *vectorTy) { in splitLegalVectorType() argument
703 auto numElts = cast<llvm::FixedVectorType>(vectorTy)->getNumElements(); in splitLegalVectorType()
704 auto eltTy = vectorTy->getElementType(); in splitLegalVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp1371 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
1372 return vectorTy->getPrimitiveSizeInBits().getFixedValue() > 128; in isPassedUsingAVXType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10013 QualType vectorTy, in tryVectorConvertAndSplat() argument
10052 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()