reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/CodeGen/TargetInfo.cpp
 5267 bool AArch64ABIInfo::isLegalVectorTypeForSwift(CharUnits totalSize,
 6240 bool ARMABIInfo::isLegalVectorTypeForSwift(CharUnits vectorSize,

Declarations

tools/clang/lib/CodeGen/ABIInfo.h
  132     virtual bool isLegalVectorTypeForSwift(CharUnits totalSize,

References

tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  685            .isLegalVectorTypeForSwift(vectorSize, eltTy, numElts);