Lines Matching refs:CombineTo
30071 return TLO.CombineTo(Op, NewOp); in targetShrinkDemandedConstant()
32511 return TLO.CombineTo(Op, Src); in SimplifyDemandedVectorEltsForTargetNode()
32564 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(VT)); in SimplifyDemandedVectorEltsForTargetNode()
32568 return TLO.CombineTo( in SimplifyDemandedVectorEltsForTargetNode()
32573 return TLO.CombineTo(Op, OpInputs[Src]); in SimplifyDemandedVectorEltsForTargetNode()
32646 return TLO.CombineTo(Op, Op0.getOperand(0)); in SimplifyDemandedBitsForTargetNode()
32652 return TLO.CombineTo(Op, NewShift); in SimplifyDemandedBitsForTargetNode()
32704 return TLO.CombineTo(Op, Op0); in SimplifyDemandedBitsForTargetNode()
32712 return TLO.CombineTo(Op, Op00); in SimplifyDemandedBitsForTargetNode()
32732 return TLO.CombineTo( in SimplifyDemandedBitsForTargetNode()
32749 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, SDLoc(Op), VT)); in SimplifyDemandedBitsForTargetNode()
37289 return DCI.CombineTo(N, NewVec, TF, true); in combineLoad()
37382 return DCI.CombineTo(ML, Insert, Load.getValue(1), true); in reduceMaskedLoadToScalarLoad()
37406 return DCI.CombineTo(ML, Blend, VecLd.getValue(1), true); in combineMaskedLoadConstantMask()
37427 return DCI.CombineTo(ML, Blend, NewML.getValue(1), true); in combineMaskedLoadConstantMask()
37519 return DCI.CombineTo(N, NewVec, WideLd.getValue(1), true); in combineMaskedLoad()
40386 return DCI.CombineTo(N, Res1, CarryOut); in combineADC()