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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 2335 LargestVectorWidth =
2336 std::max((uint64_t)LargestVectorWidth,
2374 LargestVectorWidth =
2375 std::max((uint64_t)LargestVectorWidth,
2463 LargestVectorWidth =
2464 std::max((uint64_t)LargestVectorWidth,
CodeGenFunction.cpp 480 LargestVectorWidth =
481 std::max((uint64_t)LargestVectorWidth,
486 LargestVectorWidth =
487 std::max((uint64_t)LargestVectorWidth,
497 CurFn->addFnAttr("min-legal-vector-width", llvm::utostr(LargestVectorWidth));
1185 LargestVectorWidth = VecWidth->getVectorWidth();
CGCall.cpp 5147 LargestVectorWidth =
5148 std::max((uint64_t)LargestVectorWidth,
5273 LargestVectorWidth =
5274 std::max((uint64_t)LargestVectorWidth,
CodeGenFunction.h 1909 unsigned LargestVectorWidth = 0;
CGBuiltin.cpp 5096 LargestVectorWidth = std::max(LargestVectorWidth, VectorWidth);

Completed in 46 milliseconds