Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h953 static bool isBitRotateMask(ArrayRef<int> Mask, unsigned EltSizeInBits, in isBitRotateMask() function
956 return llvm::ShuffleVectorInst::isBitRotateMask( in isBitRotateMask()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2407 LLVM_ABI static bool isBitRotateMask(ArrayRef<int> Mask,
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2490 bool ShuffleVectorInst::isBitRotateMask( in isBitRotateMask() function in ShuffleVectorInst
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5359 if (!ShuffleVectorInst::isBitRotateMask(Mask, EltSizeInBits, 2, in isLegalBitRotate()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp11774 if (!ShuffleVectorInst::isBitRotateMask(Mask, EltSizeInBits, MinSubElts, in matchShuffleAsBitRotate()