Searched refs:ExtVectorType (Results 1 – 23 of 23) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | CanonicalType.h | 463 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
| HD | DataRecursiveASTVisitor.h | 863 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1068 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| HD | RecursiveASTVisitor.h | 931 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1136 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
| HD | Type.h | 2759 class ExtVectorType : public VectorType { 2760 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 5302 return isa<ExtVectorType>(CanonicalType);
|
| HD | TypeLoc.h | 1541 ExtVectorType> {
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateDeduction.cpp | 1557 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1558 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1593 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
|
| HD | SemaExprMember.cpp | 285 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
| HD | SemaExpr.cpp | 5478 QualType DestElemTy = DestTy->getAs<ExtVectorType>()->getElementType(); in CheckExtVectorCast() 6829 QualType elType = cast<ExtVectorType>(LHSType)->getElementType(); in CheckAssignmentConstraints() 7310 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 7344 if (!RHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 7349 if (!LHSVecType && isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 10659 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp() 10705 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp()
|
| HD | SemaExprCXX.cpp | 3342 QualType elType = ToType->getAs<ExtVectorType>()->getElementType(); in PerformImplicitConversion()
|
| HD | SemaTemplate.cpp | 4044 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TypePrinter.cpp | 577 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 581 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
| HD | MicrosoftMangle.cpp | 2079 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, Qualifiers, in mangleType()
|
| HD | Type.cpp | 780 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| HD | ItaniumMangle.cpp | 2361 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
| HD | ASTImporter.cpp | 55 QualType VisitExtVectorType(const ExtVectorType *T); 1618 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| HD | ASTContext.cpp | 2868 ExtVectorType *New = new (*this, TypeAlignment) in getExtVectorType() 2869 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
|
| HD | Expr.cpp | 3489 Index = ExtVectorType::getAccessorIdx(Comp[i]); in getEncodedElementAccess()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenFunction.cpp | 534 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
|
| HD | CGExprScalar.cpp | 811 QualType EltTy = DstType->getAs<ExtVectorType>()->getElementType(); in EmitScalarConversion()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ClangASTType.cpp | 320 … const clang::ExtVectorType *ext_vector_type = qual_type->getAs<clang::ExtVectorType>(); in IsVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | Attr.td | 685 def ExtVectorType : Attr {
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTWriter.cpp | 182 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 110 class ExtVectorType; variable
|