Searched refs:ExtVectorType (Results 1 – 20 of 20) sorted by relevance
/external/clang/include/clang/AST/ |
D | CanonicalType.h | 463 struct CanProxyAdaptor<ExtVectorType> : public CanProxyBase<ExtVectorType> {
|
D | RecursiveASTVisitor.h | 964 DEF_TRAVERSE_TYPE(ExtVectorType, { TRY_TO(TraverseType(T->getElementType())); }) 1171 DEF_TRAVERSE_TYPELOC(ExtVectorType, {
|
D | Type.h | 2817 class ExtVectorType : public VectorType { 2818 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) : 5555 return isa<ExtVectorType>(CanonicalType);
|
D | TypeLoc.h | 1553 ExtVectorType> {
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 1578 const ExtVectorType *VectorParam = cast<ExtVectorType>(Param); in DeduceTemplateArgumentsByTypeMatch() 1579 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch() 1614 if (const ExtVectorType *VectorArg = dyn_cast<ExtVectorType>(Arg)) { in DeduceTemplateArgumentsByTypeMatch()
|
D | SemaExprMember.cpp | 299 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); in CheckExtVectorComponent()
|
D | SemaExpr.cpp | 7906 if (isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 7940 if (!RHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 7945 if (!LHSVecType && isa<ExtVectorType>(RHSVecType)) { in CheckVectorOperands() 7980 RHSVecType && isa<ExtVectorType>(RHSVecType) && in CheckVectorOperands() 7981 LHSVecType && isa<ExtVectorType>(LHSVecType)) { in CheckVectorOperands() 11385 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp() 11431 QualType T = resultType->getAs<ExtVectorType>()->getElementType(); in CreateBuiltinUnaryOp()
|
D | SemaTemplate.cpp | 4118 bool UnnamedLocalNoLinkageFinder::VisitExtVectorType(const ExtVectorType* T) { in VisitExtVectorType()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 582 void TypePrinter::printExtVectorBefore(const ExtVectorType *T, in printExtVectorBefore() 586 void TypePrinter::printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) { in printExtVectorAfter()
|
D | MicrosoftMangle.cpp | 2296 void MicrosoftCXXNameMangler::mangleType(const ExtVectorType *T, in mangleType()
|
D | Type.cpp | 803 QualType VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
D | ItaniumMangle.cpp | 2867 void CXXNameMangler::mangleType(const ExtVectorType *T) { in mangleType()
|
D | Expr.cpp | 3421 Index = ExtVectorType::getAccessorIdx(Comp[i], isNumericAccessor); in getEncodedElementAccess()
|
D | ASTImporter.cpp | 55 QualType VisitExtVectorType(const ExtVectorType *T); 1701 QualType ASTNodeImporter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
D | ASTContext.cpp | 2938 ExtVectorType *New = new (*this, TypeAlignment) in getExtVectorType() 2939 ExtVectorType(vecType, NumElts, Canonical); in getExtVectorType()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 607 const ExtVectorType *hintEltQTy = hintQTy->getAs<ExtVectorType>(); in EmitOpenCLKernelMetadata()
|
D | CGExprScalar.cpp | 816 assert(DstType->castAs<ExtVectorType>()->getElementType().getTypePtr() == in EmitScalarConversion()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 789 def ExtVectorType : Attr {
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 211 void ASTTypeWriter::VisitExtVectorType(const ExtVectorType *T) { in VisitExtVectorType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 112 class ExtVectorType; variable
|