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