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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp694 bool isInterleaved(unsigned Factor, const DataLayout &DL) const { function in struct:__anon3485::VectorInfo
1280 if (!Candidates.back().isInterleaved(Factor, DL)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h766 bool isInterleaved(Instruction *Instr) const { function in class:llvm::InterleavedAccessInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp1075 if (isInterleaved(A)) {
1104 if (isInterleaved(A) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1276 return InterleaveInfo.isInterleaved(Instr);

Completed in 166 milliseconds