Lines Matching refs:CombineTo
2259 return TLO.CombineTo(Op, New); in optimizeLogicalImm()
21232 DCI.CombineTo(Lo, R.getValue(0)); in tryCombineWhileLo()
21233 DCI.CombineTo(Hi, R.getValue(1)); in tryCombineWhileLo()
22531 DCI.CombineTo(LD, NewResults); in performPostLD1Combine()
22532 DCI.CombineTo(N, SDValue(UpdN.getNode(), 0)); // Dup/Inserted Result in performPostLD1Combine()
22533 DCI.CombineTo(User, SDValue(UpdN.getNode(), 1)); // Write back register in performPostLD1Combine()
23313 DCI.CombineTo(N, NewResults); in performNEONPostLDSTCombine()
23314 DCI.CombineTo(User, SDValue(UpdN.getNode(), NumResultVecs)); in performNEONPostLDSTCombine()
23687 DCI.CombineTo(N, BR, false); in performBRCONDCombine()
23970 DCI.CombineTo(Generic, SDValue(N, 0)); in performFlagSettingCombine()
24844 DCI.CombineTo(N, ExtLoad); in performSignExtendInRegCombine()
24845 DCI.CombineTo(Src.getNode(), ExtLoad, ExtLoad.getValue(1)); in performSignExtendInRegCombine()
24991 DCI.CombineTo(N, ExtLoad); in performFPExtendCombine()
24992 DCI.CombineTo( in performFPExtendCombine()
28422 return TLO.CombineTo(Op, ShiftR->getOperand(0)); in SimplifyDemandedBitsForTargetNode()
28435 return TLO.CombineTo(Op, Op0); in SimplifyDemandedBitsForTargetNode()