Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Modules/
H A Dodr_hash-vector.cpp90 namespace ExtVector { namespace
/llvm-project-15.0.7/clang/test/Index/
H A 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]
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DTypeBitCodes.def24 TYPE_BIT_CODE(ExtVector, EXT_VECTOR, 13)
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXType.cpp113 TKCASE(ExtVector); in GetTypeKind()
612 TKIND(ExtVector); in clang_getTypeKindSpelling()
825 case Type::ExtVector: in clang_getElementType()
851 case Type::ExtVector: in clang_getNumElements()
H A DCIndex.cpp1895 DEFAULT_TYPELOC_IMPL(ExtVector, VectorType) in DEFAULT_TYPELOC_IMPL()
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2400 case Type::ExtVector: in isCXX98PODType()
3953 case Type::ExtVector: in computeCachedProperties()
4041 case Type::ExtVector: in computeTypeLinkageInfo()
4214 case Type::ExtVector: in canHaveNullability()
H A DASTContext.cpp1989 case Type::ExtVector: in getTypeInfoImpl()
3589 case Type::ExtVector: in getVariableArrayDecayedType()
4086 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector, in getExtVectorType()
8375 case Type::ExtVector: in getObjCEncodingForTypeImpl()
10364 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector; in mergeTypes()
10365 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector; in mergeTypes()
10418 case Type::ExtVector: in mergeTypes()
H A DASTStructuralEquivalence.cpp836 case Type::ExtVector: { in IsStructurallyEquivalent()
H A DTypePrinter.cpp284 case Type::ExtVector: in canPrefixQualifiers()
H A DItaniumMangle.cpp2301 case Type::ExtVector: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp11327 case Type::ExtVector: in EvaluateBuiltinClassifyType()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp710 case Type::ExtVector: in ConvertType()
H A DCodeGenFunction.cpp240 case Type::ExtVector: in getEvaluationKind()
2213 case Type::ExtVector: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3489 case Type::ExtVector: in BuildVTablePointer()
3742 case Type::ExtVector: in BuildTypeInfo()
H A DCGDebugInfo.cpp3438 case Type::ExtVector: in CreateTypeNode()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2810 case clang::Type::ExtVector: in IsAggregateType()
2931 case clang::Type::ExtVector: { in IsVectorType()
3989 case clang::Type::ExtVector: in GetTypeInfo()
4128 case clang::Type::ExtVector: in GetTypeClass()
4787 case clang::Type::ExtVector: in GetEncoding()
5170 case clang::Type::ExtVector: in GetFormat()
5430 case clang::Type::ExtVector: in GetNumChildren()
6109 case clang::Type::ExtVector: in GetNumPointeeChildren()
6463 case clang::Type::ExtVector: in GetChildCompilerTypeAtIndex()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h3367 return T->getTypeClass() == Vector || T->getTypeClass() == ExtVector;
3426 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
3484 return T->getTypeClass() == ExtVector;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1893 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch()
5747 case Type::ExtVector: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp3190 case Type::ExtVector: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp886 case Type::ExtVector: in getSimplifiedTypeClass()
H A DSemaExpr.cpp4503 case Type::ExtVector: in captureVariablyModifiedType()