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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
InterleavedLoadCombinePass.cpp 694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const {
1281 if (!Candidates.back().isInterleaved(Factor, DL)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 763 bool isInterleaved(Instruction *Instr) const {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
VectorUtils.cpp 1104 if (isInterleaved(A)) {
1133 if (isInterleaved(A) ||
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 1553 return InterleaveInfo.isInterleaved(Instr);

Completed in 31 milliseconds