Searched refs:VectorKind (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3225 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 D | TypeProperties.td | 172 def : Property<"vectorKind", VectorKind> { 191 def : Property<"vectorKind", VectorKind> {
|
| H A D | PropertiesBase.td | 141 def VectorKind : EnumPropertyType<"VectorType::VectorKind">;
|
| H A D | ASTContext.h | 1439 VectorType::VectorKind VecKind) const; 1444 VectorType::VectorKind VecKind) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 263 template <RegKind VectorKind> 1293 template <RegKind VectorKind, unsigned NumRegs> 1297 VectorList.RegisterKind == VectorKind; in isImplicitlyTypedVectorList() 1307 if (VectorList.RegisterKind != VectorKind) in isTypedVectorList() 2381 switch (VectorKind) { in parseVectorKind() 2431 static bool isValidVectorKind(StringRef Suffix, RegKind VectorKind) { in isValidVectorKind() argument 2432 return parseVectorKind(Suffix, VectorKind).hasValue(); in isValidVectorKind() 3972 template <RegKind VectorKind> 3984 auto ParseRes = tryParseVectorRegister(Reg, Kind, VectorKind); in tryParseVectorList() 3986 if (parseVectorKind(Kind, VectorKind)) in tryParseVectorList() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 226 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 D | ASTContext.cpp | 3925 VectorType::VectorKind VecKind) const { in getVectorType() 3956 VectorType::VectorKind VecKind) const { in getDependentVectorType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1772 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType() 7761 VectorType::VectorKind VecKind, Sema &S) { in isPermittedNeonBaseType() 7833 Sema &S, VectorType::VectorKind VecKind) { in HandleNeonVectorTypeAttr() 7930 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector; in HandleArmSveVectorBitsTypeAttr()
|
| H A D | SemaCast.cpp | 2630 VectorType::VectorKind VKind = VecTy->getVectorKind(); in ShouldSplatAltivecScalarInCast()
|
| H A D | TreeTransform.h | 871 VectorType::VectorKind VecKind); 880 VectorType::VectorKind); 14321 VectorType::VectorKind VecKind) { in RebuildVectorType() 14329 VectorType::VectorKind VecKind) { in RebuildDependentVectorType()
|
| H A D | SemaChecking.cpp | 3219 VectorType::VectorKind::AltiVecVector); in DecodePPCMMATypeFromStr()
|