Home
last modified time | relevance | path

Searched refs:VectorKind (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp257 template <RegKind VectorKind>
1221 template <RegKind VectorKind, unsigned NumRegs>
1225 VectorList.RegisterKind == VectorKind; in isImplicitlyTypedVectorList()
1228 template <RegKind VectorKind, unsigned NumRegs, unsigned NumElements,
1235 if (VectorList.RegisterKind != VectorKind) in isTypedVectorList()
2199 RegKind VectorKind) { in parseVectorKind() argument
2202 switch (VectorKind) { in parseVectorKind()
2251 static bool isValidVectorKind(StringRef Suffix, RegKind VectorKind) { in isValidVectorKind() argument
2252 return parseVectorKind(Suffix, VectorKind).hasValue(); in isValidVectorKind()
3467 template <RegKind VectorKind>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h3225 enum VectorKind {
3258 VectorKind vecKind);
3261 QualType canonType, VectorKind vecKind);
3270 VectorKind getVectorKind() const {
3271 return VectorKind(VectorTypeBits.VecKind);
3281 VectorKind VecKind) {
3312 SourceLocation Loc, VectorType::VectorKind vecKind);
3318 VectorType::VectorKind getVectorKind() const {
3319 return VectorType::VectorKind(VectorTypeBits.VecKind);
3335 VectorType::VectorKind VecKind);
H A DTypeProperties.td172 def : Property<"vectorKind", VectorKind> {
191 def : Property<"vectorKind", VectorKind> {
H A DPropertiesBase.td141 def VectorKind : EnumPropertyType<"VectorType::VectorKind">;
H A DASTContext.h1394 VectorType::VectorKind VecKind) const;
1399 VectorType::VectorKind VecKind) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp226 VectorType::VectorKind VecKind) in DependentVectorType()
239 VectorType::VectorKind VecKind) { in Profile()
331 VectorKind vecKind) in VectorType()
335 QualType canonType, VectorKind vecKind) in VectorType()
H A DASTContext.cpp3910 VectorType::VectorKind VecKind) const { in getVectorType()
3941 VectorType::VectorKind VecKind) const { in getDependentVectorType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1748 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType()
7726 VectorType::VectorKind VecKind, Sema &S) { in isPermittedNeonBaseType()
7798 Sema &S, VectorType::VectorKind VecKind) { in HandleNeonVectorTypeAttr()
7895 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector; in HandleArmSveVectorBitsTypeAttr()
H A DTreeTransform.h871 VectorType::VectorKind VecKind);
880 VectorType::VectorKind);
14256 VectorType::VectorKind VecKind) { in RebuildVectorType()
14264 VectorType::VectorKind VecKind) { in RebuildDependentVectorType()
H A DSemaChecking.cpp3215 VectorType::VectorKind::AltiVecVector); in DecodePPCMMATypeFromStr()