HomeSort by: relevance | last modified time | path
    Searched refs:VectorKind (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 257 template <RegKind VectorKind>
1221 template <RegKind VectorKind, unsigned NumRegs>
1225 VectorList.RegisterKind == VectorKind;
1228 template <RegKind VectorKind, unsigned NumRegs, unsigned NumElements,
1235 if (VectorList.RegisterKind != VectorKind)
2199 RegKind VectorKind) {
2202 switch (VectorKind) {
2251 static bool isValidVectorKind(StringRef Suffix, RegKind VectorKind) {
2252 return parseVectorKind(Suffix, VectorKind).hasValue();
3467 template <RegKind VectorKind>
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
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)
    [all...]
ASTContext.h 1394 VectorType::VectorKind VecKind) const;
1399 VectorType::VectorKind VecKind) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp 226 VectorType::VectorKind VecKind)
239 VectorType::VectorKind VecKind) {
331 VectorKind vecKind)
335 QualType canonType, VectorKind vecKind)
ASTContext.cpp 3910 VectorType::VectorKind VecKind) const {
3941 VectorType::VectorKind VecKind) const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 1748 VectorType::VectorKind VecKind = VectorType::AltiVecVector;
7726 VectorType::VectorKind VecKind, Sema &S) {
7798 Sema &S, VectorType::VectorKind VecKind) {
7895 VectorType::VectorKind VecKind = VectorType::SveFixedLengthDataVector;
TreeTransform.h 871 VectorType::VectorKind VecKind);
880 VectorType::VectorKind);
14256 VectorType::VectorKind VecKind) {
14264 VectorType::VectorKind VecKind) {
SemaChecking.cpp 3215 VectorType::VectorKind::AltiVecVector);

Completed in 86 milliseconds