Home
last modified time | relevance | path

Searched refs:isInterleave (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedAccessPass.cpp245 if (SVI->isInterleave(Factor)) in isReInterleaveMask()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h2225 bool isInterleave(unsigned Factor);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp2283 bool ShuffleVectorInst::isInterleave(unsigned Factor) { in isInterleave() function in ShuffleVectorInst