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

References

tools/clang/lib/CodeGen/CGBuiltin.cpp
 4130     LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth);
 4130     LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth);
tools/clang/lib/CodeGen/CGCall.cpp
 4297       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 4297       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 4381     LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 4381     LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
tools/clang/lib/CodeGen/CGStmt.cpp
 2087         LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 2087         LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 2112         LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 2112         LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 2199       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
 2199       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  434       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
  434       LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
  439     LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
  439     LargestVectorWidth = std::max((uint64_t)LargestVectorWidth,
  449   CurFn->addFnAttr("min-legal-vector-width", llvm::utostr(LargestVectorWidth));
 1036       LargestVectorWidth = VecWidth->getVectorWidth();