Searched refs:VectorKind (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 223 template <RegKind VectorKind> 1177 template <RegKind VectorKind, unsigned NumRegs> 1181 VectorList.RegisterKind == VectorKind; in isImplicitlyTypedVectorList() 1191 if (VectorList.RegisterKind != VectorKind) in isTypedVectorList() 2144 switch (VectorKind) { in parseVectorKind() 2193 static bool isValidVectorKind(StringRef Suffix, RegKind VectorKind) { in isValidVectorKind() argument 2194 return parseVectorKind(Suffix, VectorKind).hasValue(); in isValidVectorKind() 3301 template <RegKind VectorKind> 3313 auto ParseRes = tryParseVectorRegister(Reg, Kind, VectorKind); in tryParseVectorList() 3315 if (parseVectorKind(Kind, VectorKind)) in tryParseVectorList() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Type.h | 3170 enum VectorKind { 3197 VectorKind vecKind); 3200 QualType canonType, VectorKind vecKind); 3213 VectorKind getVectorKind() const { 3214 return VectorKind(VectorTypeBits.VecKind); 3224 VectorKind VecKind) { 3255 SourceLocation Loc, VectorType::VectorKind vecKind); 3261 VectorType::VectorKind getVectorKind() const { 3262 return VectorType::VectorKind(VectorTypeBits.VecKind); 3278 VectorType::VectorKind VecKind);
|
| H A D | ASTContext.h | 1345 VectorType::VectorKind VecKind) const; 1350 VectorType::VectorKind VecKind) const;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 182 Expr *SizeExpr, SourceLocation Loc, VectorType::VectorKind VecKind) in DependentVectorType() 195 VectorType::VectorKind VecKind) { in Profile() 244 VectorKind vecKind) in VectorType() 248 QualType canonType, VectorKind vecKind) in VectorType()
|
| H A D | ASTContext.cpp | 3386 VectorType::VectorKind VecKind) const { in getVectorType() 3417 VectorType::VectorKind VecKind) const { in getDependentVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaType.cpp | 1629 VectorType::VectorKind VecKind = VectorType::AltiVecVector; in ConvertDeclSpecToType() 7047 VectorType::VectorKind VecKind, Sema &S) { in isPermittedNeonBaseType() 7102 Sema &S, VectorType::VectorKind VecKind) { in HandleNeonVectorTypeAttr()
|
| H A D | TreeTransform.h | 817 VectorType::VectorKind VecKind); 826 VectorType::VectorKind); 12485 VectorType::VectorKind VecKind) { in RebuildVectorType() 12493 VectorType::VectorKind VecKind) { in RebuildDependentVectorType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 6011 (VectorType::VectorKind)VecKind); in readTypeRecord() 6379 (VectorType::VectorKind)VecKind); in readTypeRecord()
|