Searched refs:isRotateAndMask (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 118 static bool isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, 475 bool PPCDAGToDAGISel::isRotateAndMask(SDNode *N, unsigned Mask, in isRotateAndMask() function in PPCDAGToDAGISel 2586 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, MB, ME)) { in Select() 2691 isRotateAndMask(N, Imm, true, SH, MB, ME)) { in Select() 2704 isRotateAndMask(N, Imm, true, SH, MB, ME)) { in Select()
|