Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp4945 static bool isLegalBitRotate(ShuffleVectorSDNode *SVN, in isLegalBitRotate()
4976 if (!isLegalBitRotate(SVN, DAG, Subtarget, RotateVT, RotateAmt)) in lowerVECTOR_SHUFFLEAsRotate()
5016 if (isLegalBitRotate(SVN, DAG, Subtarget, RotateVT, RotateAmt)) in lowerShuffleViaVRegSplitting()
4944 static bool isLegalBitRotate(ShuffleVectorSDNode *SVN, isLegalBitRotate() function