Lines Matching refs:NewLHS

41083             SDValue NewLHS = DAG.getNode(X86ISD::PSHUFB, DL, ShufVT,  in combineTargetShuffle()  local
41088 DAG.getBitcast(VT, NewLHS), in combineTargetShuffle()
41155 SDValue NewLHS, NewRHS; in combineTargetShuffle() local
41158 NewLHS = widenSubVector(LHSOps[1], false, Subtarget, DAG, DL, 512); in combineTargetShuffle()
41166 if (NewLHS || NewRHS) in combineTargetShuffle()
41167 return DAG.getNode(X86ISD::SHUF128, DL, VT, NewLHS ? NewLHS : LHS, in combineTargetShuffle()
41947 SDValue NewLHS = SimplifyMultipleUseDemandedVectorElts( in SimplifyDemandedVectorEltsForTargetNode() local
41951 if (NewLHS || NewRHS) { in SimplifyDemandedVectorEltsForTargetNode()
41952 NewLHS = NewLHS ? NewLHS : LHS; in SimplifyDemandedVectorEltsForTargetNode()
41955 Op, TLO.DAG.getNode(Opc, SDLoc(Op), VT, NewLHS, NewRHS)); in SimplifyDemandedVectorEltsForTargetNode()
42172 SDValue NewLHS = SimplifyMultipleUseDemandedBits(LHS, BitsLHS, EltsLHS, in SimplifyDemandedVectorEltsForTargetNode() local
42176 if (NewLHS || NewRHS) { in SimplifyDemandedVectorEltsForTargetNode()
42177 NewLHS = NewLHS ? NewLHS : LHS; in SimplifyDemandedVectorEltsForTargetNode()
42180 Op, TLO.DAG.getNode(Opc, SDLoc(Op), VT, NewLHS, NewRHS)); in SimplifyDemandedVectorEltsForTargetNode()
42860 SDValue NewLHS = SimplifyMultipleUseDemandedBits( in SimplifyDemandedBitsForTargetNode() local
42865 if (NewSel || NewLHS || NewRHS) { in SimplifyDemandedBitsForTargetNode()
42867 NewLHS = NewLHS ? NewLHS : LHS; in SimplifyDemandedBitsForTargetNode()
42870 NewSel, NewLHS, NewRHS)); in SimplifyDemandedBitsForTargetNode()
48637 SDValue NewLHS = in combineVectorHADDSUB() local
48643 return DAG.getNode(N->getOpcode(), DL, VT, DAG.getBitcast(VT, NewLHS), in combineVectorHADDSUB()
50347 SDValue NewLHS = lowerX86CmpEqZeroToCtlzSrl(LHS, DAG); in combineOrCmpEqZeroToCtlzSrl() local
50349 if (NewLHS && (NewRHS = lowerX86CmpEqZeroToCtlzSrl(RHS, DAG))) in combineOrCmpEqZeroToCtlzSrl()
50350 Ret = DAG.getNode(ISD::OR, SDLoc(OR), MVT::i32, NewLHS, NewRHS); in combineOrCmpEqZeroToCtlzSrl()
52061 SDValue NewLHS = A.getNode() ? A : B; // If A is 'UNDEF', use B for it. in isHorizontalBinOp() local
52080 ForceHorizOp || (llvm::any_of(NewLHS->uses(), FoundHorizUser) && in isHorizontalBinOp()
52086 !shouldUseHorizontalOp(NewLHS == NewRHS && in isHorizontalBinOp()
52091 LHS = DAG.getBitcast(VT, NewLHS); in isHorizontalBinOp()
54365 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ true, in combineSetCC() local
54367 LHSOut = NewLHS; in combineSetCC()
54381 if (SDValue NewLHS = incDecVectorConstant(LHS, DAG, /*IsInc*/ false, in combineSetCC() local
54383 LHSOut = NewLHS; in combineSetCC()
54465 SDValue NewLHS = in combineSetCC() local
54469 return DAG.getNode(ISD::OR, DL, VT, NewLHS, NewRHS); in combineSetCC()