Lines Matching defs:isOpcWithIntImmediate

544 // isOpcWithIntImmediate - This method tests to see if the node is a specific
547 static bool isOpcWithIntImmediate(const SDNode *N, unsigned Opc,
2464 if (!isOpcWithIntImmediate(N, ISD::AND, AndImm))
2481 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL, SrlImm)) {
2488 isOpcWithIntImmediate(Op0->getOperand(0).getNode(), ISD::SRL,
2495 } else if (isOpcWithIntImmediate(Op0, ISD::SRL, SrlImm)) {
2551 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRL, ShiftImm) &&
2552 !isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
2587 if (!isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::AND, AndMask))
2627 if (isOpcWithIntImmediate(N->getOperand(0).getNode(), ISD::SHL, ShlImm)) {
2683 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SRA, ShiftImm))
3091 if (!isOpcWithIntImmediate(Op.getNode(), ISD::AND, AndImm))
3107 if (isOpcWithIntImmediate(AndOp0.getNode(), ISD::SHL, ShlImm)) {
3111 isOpcWithIntImmediate(AndOp0.getOperand(0).getNode(), ISD::SHL,
3180 if (!isOpcWithIntImmediate(Op0.getNode(), ISD::AND, AndImm))
3213 if (!isOpcWithIntImmediate(Op.getNode(), ISD::SHL, ShlImm))
3251 if (!isOpcWithIntImmediate(N, ISD::OR, OrImm))
3264 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm))
3343 if (isOpcWithIntImmediate(Dst.getNode(), ISD::AND, AndImm) &&
3364 if (isOpcWithIntImmediate(DstOp0.getNode(), ISD::SRL, SrlImm)) {
3386 if (isOpcWithIntImmediate(Dst.getNode(), ISD::SHL, ShlImm)) {
3393 if (isOpcWithIntImmediate(Dst.getNode(), ISD::SRL, SrlImm)) {
3425 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::AND, SrcAndImm) &&
3449 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SHL, ShlImm)) {
3480 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SRL, SrlImm)) {
3597 if (isOpcWithIntImmediate(OrOpd1, ISD::AND, Imm) &&
3628 isOpcWithIntImmediate(And0.getNode(), ISD::AND, Mask0Imm) &&
3629 isOpcWithIntImmediate(And1.getNode(), ISD::AND, Mask1Imm) &&
3652 isOpcWithIntImmediate(Src.getNode(), ISD::SRL, LsrImm) &&
3827 if (!isOpcWithIntImmediate(ShiftAmt.getNode(), ISD::AND, MaskImm) &&
3828 !isOpcWithIntImmediate(ShiftAmt.getNode(), AArch64ISD::ANDS, MaskImm))