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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1301 uint64_t TypeByteSize) {
1314 const uint64_t NumItersForStoreLoadThroughMemory = 8 * TypeByteSize;
1317 VectorizerParams::MaxVectorWidth * TypeByteSize, MaxSafeDepDistBytes);
1320 for (uint64_t VF = 2 * TypeByteSize; VF <= MaxVFWithoutSLForwardIssues;
1330 if (MaxVFWithoutSLForwardIssues < 2 * TypeByteSize) {
1339 VectorizerParams::MaxVectorWidth * TypeByteSize)
1351 /// in \p Stride, and that have the same type size \p TypeByteSize,
1364 uint64_t TypeByteSize) {
1383 const uint64_t ByteStride = Stride * TypeByteSize;
1417 /// \p Distance is the positive distance and \p TypeByteSize is type size i
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopLoadElimination.cpp 118 unsigned TypeByteSize = DL.getTypeAllocSize(const_cast<Type *>(LoadType));
128 return Val == TypeByteSize;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 328 bool couldPreventStoreLoadForward(uint64_t Distance, uint64_t TypeByteSize);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 1446 unsigned TypeByteSize = MemVT.getSizeInBits() / 8;
1447 assert(TypeByteSize > 0 && "Vector element type too small for stack store!");
1459 unsigned Offset = TypeByteSize*i;

Completed in 87 milliseconds