Lines Matching refs:CombineTo
1826 return TLO.CombineTo(Op, New); in optimizeLogicalImm()
17519 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
17520 DCI.CombineTo(N, SDValue(UpdN.getNode(), 0)); // Dup/Inserted Result in performPostLD1Combine()
17521 DCI.CombineTo(User, SDValue(UpdN.getNode(), 1)); // Write back register in performPostLD1Combine()
17922 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
17923 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
18243 DCI.CombineTo(N, BR, false); in performBRCONDCombine()
18436 DCI.CombineTo(Generic, SDValue(N, 0)); in performFlagSettingCombine()
19257 DCI.CombineTo(N, ExtLoad); in performSignExtendInRegCombine()
19258 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1)); in performSignExtendInRegCombine()
19421 DCI.CombineTo(N, ExtLoad); in performFPExtendCombine()
19422 DCI.CombineTo(N0.getNode(), in performFPExtendCombine()
21941 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()