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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 1504 Align Align = getLoadStoreAlignment(V);
2889 const Align Alignment = getLoadStoreAlignment(Instr);
5343 const Align Alignment = getLoadStoreAlignment(I);
5390 const Align Alignment = getLoadStoreAlignment(I);
6951 const Align Alignment = getLoadStoreAlignment(I);
6995 const Align Alignment = getLoadStoreAlignment(I);
7018 const Align Alignment = getLoadStoreAlignment(I);
7044 const Align Alignment = getLoadStoreAlignment(I);
7215 const Align Alignment = getLoadStoreAlignment(I);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 980 getLoadStoreAlignment(&I));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 5279 inline Align getLoadStoreAlignment(Value *I) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp 1694 return commonAlignment(getLoadStoreAlignment(I), Offset);

Completed in 43 milliseconds