Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2438 static bool isBitRotateMask(ArrayRef<int> Mask, unsigned EltSizeInBits,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2703 bool ShuffleVectorInst::isBitRotateMask( in isBitRotateMask() function in ShuffleVectorInst
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4633 if (!ShuffleVectorInst::isBitRotateMask(SVN->getMask(), EltSizeInBits, 2, in lowerVECTOR_SHUFFLEAsRotate()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11151 if (!ShuffleVectorInst::isBitRotateMask(Mask, EltSizeInBits, MinSubElts, in matchShuffleAsBitRotate()