Home
last modified time | relevance | path

Searched refs:isInterleaved (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp695 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { in isInterleaved() function
1279 if (!Candidates.back().isInterleaved(Factor, DL)) { in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h649 bool isInterleaved(Instruction *Instr) const { in isInterleaved() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1351 if (isInterleaved(A) || in analyzeInterleaving()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1388 return InterleaveInfo.isInterleaved(Instr); in isAccessInterleaved()