Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2276 static bool isBitRotateMask(ArrayRef<int> Mask, unsigned EltSizeInBits,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2425 bool ShuffleVectorInst::isBitRotateMask( in isBitRotateMask() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4955 if (!ShuffleVectorInst::isBitRotateMask(SVN->getMask(), EltSizeInBits, 2, in isLegalBitRotate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11284 if (!ShuffleVectorInst::isBitRotateMask(Mask, EltSizeInBits, MinSubElts, in matchShuffleAsBitRotate()