| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | TypeBitCodes.def | 24 TYPE_BIT_CODE(ExtVector, EXT_VECTOR, 13)
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 451 case Type::ExtVector: in convertType()
|
| H A D | CIRGenFunction.cpp | 58 case Type::ExtVector: in getEvaluationKind()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 659 case Type::ExtVector: in ConvertType()
|
| H A D | CodeGenFunction.cpp | 279 case Type::ExtVector: in getEvaluationKind() 2483 case Type::ExtVector: in EmitVariablyModifiedType()
|
| H A D | ItaniumCXXABI.cpp | 3899 case Type::ExtVector: in BuildVTablePointer() 4172 case Type::ExtVector: in BuildTypeInfo()
|
| H A D | CGDebugInfo.cpp | 3997 case Type::ExtVector: in CreateTypeNode()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 2825 case clang::Type::ExtVector: in IsAggregateType() 2947 case clang::Type::ExtVector: { in IsVectorType() 4026 case clang::Type::ExtVector: in GetTypeInfo() 4168 case clang::Type::ExtVector: in GetTypeClass() 4875 case clang::Type::ExtVector: in GetEncoding() 5175 case clang::Type::ExtVector: in GetFormat() 5420 case clang::Type::ExtVector: in GetNumChildren() 6131 case clang::Type::ExtVector: in GetNumPointeeChildren() 6514 case clang::Type::ExtVector: in GetChildCompilerTypeAtIndex()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 2739 case Type::ExtVector: in isCXX98PODType() 4764 case Type::ExtVector: in computeCachedProperties() 4862 case Type::ExtVector: in computeTypeLinkageInfo() 5062 case Type::ExtVector: in canHaveNullability()
|
| H A D | ASTContext.cpp | 2112 case Type::ExtVector: in getTypeInfoImpl() 3461 case Type::ExtVector: in encodeTypeForFunctionPointerAuth() 4286 case Type::ExtVector: in getVariableArrayDecayedType() 4739 VectorType::Profile(ID, vecType, NumElts, Type::ExtVector, in getExtVectorType() 9550 case Type::ExtVector: in getObjCEncodingForTypeImpl() 11670 if (LHSClass == Type::ExtVector) LHSClass = Type::Vector; in mergeTypes() 11671 if (RHSClass == Type::ExtVector) RHSClass = Type::Vector; in mergeTypes() 11724 case Type::ExtVector: in mergeTypes() 14179 case Type::ExtVector: { in getCommonNonSugarTypeNode() 14322 CANONICAL_TYPE(ExtVector) in getCommonSugarTypeNode()
|
| H A D | TypePrinter.cpp | 282 case Type::ExtVector: in canPrefixQualifiers()
|
| H A D | ASTStructuralEquivalence.cpp | 1056 case Type::ExtVector: { in IsStructurallyEquivalent()
|
| H A D | ItaniumMangle.cpp | 2460 case Type::ExtVector: in mangleUnresolvedTypeOrSimpleId()
|
| H A D | ExprConstant.cpp | 12467 case Type::ExtVector: in EvaluateBuiltinClassifyType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4140 return T->getTypeClass() == Vector || T->getTypeClass() == ExtVector; 4197 : VectorType(ExtVector, vecType, nElements, canonType, 4256 return T->getTypeClass() == ExtVector;
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 2158 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch() 6803 case Type::ExtVector: in MarkUsedTemplateParameters()
|
| H A D | SemaLookup.cpp | 3266 case Type::ExtVector: in addAssociatedClassesAndNamespaces()
|
| H A D | SemaCodeComplete.cpp | 915 case Type::ExtVector: in getSimplifiedTypeClass()
|
| H A D | SemaExpr.cpp | 4472 case Type::ExtVector: in captureVariablyModifiedType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 24100 SDValue ExtVector = Vector; in performSTORECombine() local 24106 ExtVector = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, VectorVT, in performSTORECombine() 24114 FPMemVT, ExtVector); in performSTORECombine()
|