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

/freebsd-10.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp96 /// isRotateAndMask - Returns true if Mask and Shift can be folded into a
98 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask,
356 bool PPCDAGToDAGISel::isRotateAndMask(SDNode *N, unsigned Mask, function in class:PPCDAGToDAGISel
1106 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, MB, ME)) {
1161 isRotateAndMask(N, Imm, true, SH, MB, ME)) {
1173 isRotateAndMask(N, Imm, true, SH, MB, ME)) {

Completed in 99 milliseconds