Lines Matching refs:OrOpd0
3404 static bool tryOrrWithShift(SDNode *N, SDValue OrOpd0, SDValue OrOpd1, in tryOrrWithShift() argument
3409 assert(((N->getOperand(0) == OrOpd0 && N->getOperand(1) == OrOpd1) || in tryOrrWithShift()
3410 (N->getOperand(1) == OrOpd0 && N->getOperand(0) == OrOpd1)) && in tryOrrWithShift()
3425 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::AND, SrcAndImm) && in tryOrrWithShift()
3426 isMask_64(SrcAndImm) && OrOpd0.getOperand(0) == Src) { in tryOrrWithShift()
3437 SDValue Ops[] = {OrOpd0, ShiftedOperand, in tryOrrWithShift()
3449 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SHL, ShlImm)) { in tryOrrWithShift()
3450 if (OrOpd0.getOperand(0) == Src && OrOpd0.hasOneUse()) { in tryOrrWithShift()
3469 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()
3480 if (isOpcWithIntImmediate(OrOpd0.getNode(), ISD::SRL, SrlImm)) { in tryOrrWithShift()
3491 if (OrOpd0.getOperand(0) == OrOpd1) { in tryOrrWithShift()
3544 SDNode *OrOpd0 = OrOpd0Val.getNode(); in tryBitfieldInsertOpFromOr() local
3550 if (isBitfieldExtractOp(CurDAG, OrOpd0, BFXOpc, Src, ImmR, ImmS, in tryBitfieldInsertOpFromOr()