Home
last modified time | relevance | path

Searched refs:ExtVector (Results 1 – 25 of 38) sorted by relevance

12

/external/llvm-project/clang/test/Modules/
Dodr_hash-vector.cpp90 namespace ExtVector { namespace
/external/llvm-project/clang/test/Index/
Dopencl-types.cl20 …caltype=half __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1]
22 …altype=float __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1]
24 …ltype=double __private __attribute__((ext_vector_type(4)))] [canonicaltypekind=ExtVector] [isPOD=1]
/external/llvm-project/clang/include/clang/Serialization/
DTypeBitCodes.def24 TYPE_BIT_CODE(ExtVector, EXT_VECTOR, 13)
/external/llvm-project/clang/tools/libclang/
DCXType.cpp112 TKCASE(ExtVector); in GetTypeKind()
605 TKIND(ExtVector); in clang_getTypeKindSpelling()
814 case Type::ExtVector: in clang_getElementType()
840 case Type::ExtVector: in clang_getNumElements()
/external/clang/include/clang/AST/
DTypeNodes.def77 TYPE(ExtVector, VectorType)
DType.h2807 return T->getTypeClass() == Vector || T->getTypeClass() == ExtVector;
2819 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
2875 return T->getTypeClass() == ExtVector;
/external/clang/lib/CodeGen/
DCodeGenTypes.cpp553 case Type::ExtVector: in ConvertType()
DCodeGenFunction.cpp193 case Type::ExtVector: in getEvaluationKind()
1690 case Type::ExtVector: in EmitVariablyModifiedType()
DItaniumCXXABI.cpp2754 case Type::ExtVector: in BuildVTablePointer()
2961 case Type::ExtVector: in BuildTypeInfo()
/external/clang/lib/AST/
DType.cpp2019 case Type::ExtVector: in isCXX98PODType()
3347 case Type::ExtVector: in computeCachedProperties()
3433 case Type::ExtVector: in computeLinkageInfo()
3593 case Type::ExtVector: in canHaveNullability()
DASTContext.cpp1567 case Type::ExtVector: in getTypeInfoImpl()
2638 case Type::ExtVector: in getVariableArrayDecayedType()
2922 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector, in getExtVectorType()
5937 case Type::ExtVector: in getObjCEncodingForTypeImpl()
7712 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector; in mergeTypes()
7713 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector; in mergeTypes()
7756 case Type::ExtVector: in mergeTypes()
DTypePrinter.cpp224 case Type::ExtVector: in canPrefixQualifiers()
DItaniumMangle.cpp1813 case Type::ExtVector: in mangleUnresolvedTypeOrSimpleId()
/external/llvm-project/clang/lib/AST/
DType.cpp2369 case Type::ExtVector: in isCXX98PODType()
3874 case Type::ExtVector: in computeCachedProperties()
3962 case Type::ExtVector: in computeTypeLinkageInfo()
4133 case Type::ExtVector: in canHaveNullability()
DASTContext.cpp1926 case Type::ExtVector: in getTypeInfoImpl()
3445 case Type::ExtVector: in getVariableArrayDecayedType()
3915 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector, in getExtVectorType()
7613 case Type::ExtVector: in getObjCEncodingForTypeImpl()
9580 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector; in mergeTypes()
9581 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector; in mergeTypes()
9625 case Type::ExtVector: in mergeTypes()
DASTStructuralEquivalence.cpp816 case Type::ExtVector: { in IsStructurallyEquivalent()
DTypePrinter.cpp259 case Type::ExtVector: in canPrefixQualifiers()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenTypes.cpp682 case Type::ExtVector: in ConvertType()
DCodeGenFunction.cpp249 case Type::ExtVector: in getEvaluationKind()
2040 case Type::ExtVector: in EmitVariablyModifiedType()
DItaniumCXXABI.cpp3404 case Type::ExtVector: in BuildVTablePointer()
3655 case Type::ExtVector: in BuildTypeInfo()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2722 case clang::Type::ExtVector: in IsAggregateType()
2843 case clang::Type::ExtVector: { in IsVectorType()
3882 case clang::Type::ExtVector: in GetTypeInfo()
4020 case clang::Type::ExtVector: in GetTypeClass()
4696 case clang::Type::ExtVector: in GetEncoding()
5007 case clang::Type::ExtVector: in GetFormat()
5264 case clang::Type::ExtVector: in GetNumChildren()
5941 case clang::Type::ExtVector: in GetNumPointeeChildren()
6295 case clang::Type::ExtVector: in GetChildCompilerTypeAtIndex()
/external/llvm-project/clang/include/clang/AST/
DType.h3278 return T->getTypeClass() == Vector || T->getTypeClass() == ExtVector;
3337 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
3395 return T->getTypeClass() == ExtVector;
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp1577 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch()
4790 case Type::ExtVector: in MarkUsedTemplateParameters()
DSemaLookup.cpp2687 case Type::ExtVector: in addAssociatedClassesAndNamespaces()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateDeduction.cpp1997 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch()
5876 case Type::ExtVector: in MarkUsedTemplateParameters()

12