Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def24 TYPE_BIT_CODE(ExtVector, EXT_VECTOR, 13)
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp451 case Type::ExtVector: in convertType()
H A DCIRGenFunction.cpp58 case Type::ExtVector: in getEvaluationKind()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp659 case Type::ExtVector: in ConvertType()
H A DCodeGenFunction.cpp279 case Type::ExtVector: in getEvaluationKind()
2483 case Type::ExtVector: in EmitVariablyModifiedType()
H A DItaniumCXXABI.cpp3899 case Type::ExtVector: in BuildVTablePointer()
4172 case Type::ExtVector: in BuildTypeInfo()
H A DCGDebugInfo.cpp3997 case Type::ExtVector: in CreateTypeNode()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2825 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 DType.cpp2739 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 DASTContext.cpp2112 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 DTypePrinter.cpp282 case Type::ExtVector: in canPrefixQualifiers()
H A DASTStructuralEquivalence.cpp1056 case Type::ExtVector: { in IsStructurallyEquivalent()
H A DItaniumMangle.cpp2460 case Type::ExtVector: in mangleUnresolvedTypeOrSimpleId()
H A DExprConstant.cpp12467 case Type::ExtVector: in EvaluateBuiltinClassifyType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h4140 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 DSemaTemplateDeduction.cpp2158 case Type::ExtVector: { in DeduceTemplateArgumentsByTypeMatch()
6803 case Type::ExtVector: in MarkUsedTemplateParameters()
H A DSemaLookup.cpp3266 case Type::ExtVector: in addAssociatedClassesAndNamespaces()
H A DSemaCodeComplete.cpp915 case Type::ExtVector: in getSimplifiedTypeClass()
H A DSemaExpr.cpp4472 case Type::ExtVector: in captureVariablyModifiedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp24100 SDValue ExtVector = Vector; in performSTORECombine() local
24106 ExtVector = DAG.getNode(ISD::INSERT_VECTOR_ELT, DL, VectorVT, in performSTORECombine()
24114 FPMemVT, ExtVector); in performSTORECombine()