Searched refs:isRotateAndMask (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp189 /// isRotateAndMask - Returns true if Mask and Shift can be folded into a
191 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
587 bool PPCDAGToDAGISel::isRotateAndMask(SDNode *N, unsigned Mask, function in class:PPCDAGToDAGISel
4386 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, MB, ME)) {
4813 isRotateAndMask(N, Imm, true, SH, MB, ME)) {
4827 isRotateAndMask(N, Imm, true, SH, MB, ME)) {

Completed in 82 milliseconds