Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DSwiftCallingConv.h140 llvm::VectorType *vectorTy);
147 llvm::VectorType *vectorTy);
154 llvm::VectorType *vectorTy,
/openbsd-src/gnu/llvm/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()
H A DTargetInfo.cpp2417 if (llvm::VectorType *vectorTy = dyn_cast_or_null<llvm::VectorType>(ty)) in isPassedUsingAVXType() local
2418 return vectorTy->getPrimitiveSizeInBits().getFixedValue() > 128; in isPassedUsingAVXType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10415 QualType vectorTy, in tryVectorConvertAndSplat() argument
10452 *scalar = S.ImpCastExprToType(scalar->get(), vectorTy, CK_VectorSplat); in tryVectorConvertAndSplat()