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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 4978     OS << " __attribute__((min_vector_width(" << getVectorWidth() << ")))";
 4982     OS << " [[clang::min_vector_width(" << getVectorWidth() << ")]]";
 4986     OS << " [[clang::min_vector_width(" << getVectorWidth() << ")]]";
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  347     OS << " " << SA->getVectorWidth();
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
  860     Record.push_back(SA->getVectorWidth());
tools/clang/lib/CodeGen/CodeGenFunction.cpp
 1036       LargestVectorWidth = VecWidth->getVectorWidth();
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3017   if (Existing && Existing->getVectorWidth() != VecWidth) {