Lines Matching refs:Results
135 void ExpandFrexpLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
137 SmallVectorImpl<SDValue> &Results);
142 SmallVectorImpl<SDValue> &Results);
153 SmallVectorImpl<SDValue> &Results);
154 void ExpandDivRemLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
155 void ExpandSinCosLibCall(SDNode *Node, SmallVectorImpl<SDValue> &Results);
165 SmallVectorImpl<SDValue> &Results);
178 SmallVectorImpl<SDValue> &Results);
180 SmallVectorImpl<SDValue> &Results);
1732 SmallVectorImpl<SDValue> &Results) { in ExpandDYNAMIC_STACKALLOC() argument
1765 Results.push_back(Tmp1); in ExpandDYNAMIC_STACKALLOC()
1766 Results.push_back(Tmp2); in ExpandDYNAMIC_STACKALLOC()
2135 SDNode *Node, SmallVectorImpl<SDValue> &Results) { in ExpandFrexpLibCall() argument
2171 Results.push_back(Call); in ExpandFrexpLibCall()
2172 Results.push_back(LoadExp); in ExpandFrexpLibCall()
2177 SmallVectorImpl<SDValue> &Results) { in ExpandFPLibCall() argument
2190 Results.push_back(Tmp.first); in ExpandFPLibCall()
2191 Results.push_back(Tmp.second); in ExpandFPLibCall()
2195 Results.push_back(Tmp); in ExpandFPLibCall()
2206 SmallVectorImpl<SDValue> &Results) { in ExpandFPLibCall() argument
2210 ExpandFPLibCall(Node, LC, Results); in ExpandFPLibCall()
2239 SmallVectorImpl<SDValue> &Results) { in ExpandArgFPLibCall() argument
2244 ExpandFPLibCall(Node, LC, Results); in ExpandArgFPLibCall()
2250 SmallVectorImpl<SDValue> &Results) { in ExpandDivRemLibCall() argument
2309 Results.push_back(CallInfo.first); in ExpandDivRemLibCall()
2310 Results.push_back(Rem); in ExpandDivRemLibCall()
2346 SmallVectorImpl<SDValue> &Results) { in ExpandSinCosLibCall() argument
2402 Results.push_back( in ExpandSinCosLibCall()
2404 Results.push_back( in ExpandSinCosLibCall()
2863 SDNode *N, const SDLoc &dl, SmallVectorImpl<SDValue> &Results) { in PromoteLegalINT_TO_FP() argument
2907 Results.push_back(Res); in PromoteLegalINT_TO_FP()
2908 Results.push_back(Res.getValue(1)); in PromoteLegalINT_TO_FP()
2912 Results.push_back( in PromoteLegalINT_TO_FP()
2924 SmallVectorImpl<SDValue> &Results) { in PromoteLegalFP_TO_INT() argument
2965 Results.push_back(Trunc); in PromoteLegalFP_TO_INT()
2967 Results.push_back(Operation.getValue(1)); in PromoteLegalFP_TO_INT()
3056 SmallVector<SDValue, 8> Results; in ExpandNode() local
3063 Results.push_back(Tmp1); in ExpandNode()
3068 Results.push_back(Tmp1); in ExpandNode()
3075 Results.push_back(Tmp1); in ExpandNode()
3079 Results.push_back(Tmp1); in ExpandNode()
3084 Results.push_back(Tmp1); in ExpandNode()
3089 Results.push_back(Tmp1); in ExpandNode()
3093 Results.push_back(Tmp1); in ExpandNode()
3097 Results.push_back(Tmp1); in ExpandNode()
3100 Results.push_back(ExpandPARITY(Node->getOperand(0), dl)); in ExpandNode()
3105 Results.push_back(DAG.getConstant(0, dl, Node->getValueType(0))); in ExpandNode()
3118 Results.push_back(DAG.getNode(ISD::ADD, dl, FA.getValueType(), in ExpandNode()
3123 Results.push_back(DAG.getConstant(1, dl, Node->getValueType(0))); in ExpandNode()
3124 Results.push_back(Node->getOperand(0)); in ExpandNode()
3133 Results.push_back(Node->getOperand(0)); in ExpandNode()
3139 Results.append(Node->getNumValues() - 1, in ExpandNode()
3141 Results.push_back(Node->getOperand(0)); in ExpandNode()
3146 Results.push_back(DAG.getConstant(0, dl, MVT::i32)); in ExpandNode()
3147 Results.push_back(Node->getOperand(0)); in ExpandNode()
3157 Results.push_back(Swap.getValue(0)); in ExpandNode()
3158 Results.push_back(Swap.getValue(1)); in ExpandNode()
3167 Results.push_back(Swap.getValue(1)); in ExpandNode()
3211 Results.push_back(ExtRes.getValue(0)); in ExpandNode()
3212 Results.push_back(Success); in ExpandNode()
3213 Results.push_back(Res.getValue(1)); in ExpandNode()
3229 Results.push_back(Res); in ExpandNode()
3230 Results.push_back(Res.getValue(1)); in ExpandNode()
3234 ExpandDYNAMIC_STACKALLOC(Node, Results); in ExpandNode()
3238 Results.push_back(Node->getOperand(i)); in ExpandNode()
3243 Results.push_back(DAG.getConstant(0, dl, VT)); in ExpandNode()
3246 Results.push_back(DAG.getConstantFP(0, dl, VT)); in ExpandNode()
3273 Results.push_back(Tmp1); in ExpandNode()
3282 Results.push_back(Tmp1); in ExpandNode()
3310 Results.push_back(DAG.getNode(ISD::BF16_TO_FP, SDLoc(Node), DstVT, Op)); in ExpandNode()
3315 Results.push_back(Tmp1); in ExpandNode()
3338 Results.push_back(Op); in ExpandNode()
3362 Results.push_back(Op); in ExpandNode()
3381 Results.push_back(Neg); in ExpandNode()
3394 Results.push_back(Tmp1); in ExpandNode()
3400 Results.push_back(Tmp1); in ExpandNode()
3402 Results.push_back(Tmp2); in ExpandNode()
3409 Results.push_back(Tmp1); in ExpandNode()
3411 Results.push_back(Tmp2); in ExpandNode()
3416 Results.push_back(Tmp1); in ExpandNode()
3427 Results.push_back(Tmp1); in ExpandNode()
3441 Results.push_back(TLI.expandFP_TO_INT_SAT(Node, DAG)); in ExpandNode()
3444 Results.push_back(DAG.expandVAArg(Node)); in ExpandNode()
3445 Results.push_back(Results[0].getValue(1)); in ExpandNode()
3448 Results.push_back(DAG.expandVACopy(Node)); in ExpandNode()
3457 Results.push_back(Tmp1); in ExpandNode()
3460 Results.push_back(ExpandExtractFromVectorThroughStack(SDValue(Node, 0))); in ExpandNode()
3463 Results.push_back(ExpandInsertToVectorThroughStack(SDValue(Node, 0))); in ExpandNode()
3466 Results.push_back(ExpandVectorBuildThroughStack(Node)); in ExpandNode()
3469 Results.push_back(ExpandSCALAR_TO_VECTOR(Node)); in ExpandNode()
3472 Results.push_back(ExpandINSERT_VECTOR_ELT(SDValue(Node, 0))); in ExpandNode()
3545 Results.push_back(Tmp1); in ExpandNode()
3549 Results.push_back(TLI.expandVectorSplice(Node, DAG)); in ExpandNode()
3567 Results.push_back(Tmp1); in ExpandNode()
3574 Results.push_back(DAG.getCopyFromReg(Node->getOperand(0), dl, SP, in ExpandNode()
3576 Results.push_back(Results[0].getValue(1)); in ExpandNode()
3578 Results.push_back(DAG.getUNDEF(Node->getValueType(0))); in ExpandNode()
3579 Results.push_back(Node->getOperand(0)); in ExpandNode()
3586 Results.push_back(DAG.getCopyToReg(Node->getOperand(0), dl, SP, in ExpandNode()
3589 Results.push_back(Node->getOperand(0)); in ExpandNode()
3593 Results.push_back(DAG.getConstant(0, dl, Node->getValueType(0))); in ExpandNode()
3594 Results.push_back(Results[0].getValue(0)); in ExpandNode()
3597 Results.push_back(ExpandFCOPYSIGN(Node)); in ExpandNode()
3600 Results.push_back(ExpandFNEG(Node)); in ExpandNode()
3603 Results.push_back(ExpandFABS(Node)); in ExpandNode()
3610 Results.push_back(Expanded); in ExpandNode()
3629 Results.push_back(Tmp1); in ExpandNode()
3635 Results.push_back(Expanded); in ExpandNode()
3641 Results.push_back(Expanded); in ExpandNode()
3656 Results.push_back(Tmp1); in ExpandNode()
3670 Results.push_back(Expanded); in ExpandNode()
3672 Results.push_back(Expanded.getValue(1)); in ExpandNode()
3685 Results.push_back(Expanded); in ExpandNode()
3686 Results.push_back(Expanded.getValue(1)); in ExpandNode()
3700 Results.push_back( in ExpandNode()
3715 Results.push_back(Res); in ExpandNode()
3716 Results.push_back(Res.getValue(1)); in ExpandNode()
3731 Results.push_back( in ExpandNode()
3742 Results.push_back(ExpandConstantFP(CFP, true)); in ExpandNode()
3747 Results.push_back(ExpandConstant(CP)); in ExpandNode()
3757 Results.push_back(Tmp1); in ExpandNode()
3768 Results.push_back(DAG.getNode(ISD::ADD, dl, VT, Node->getOperand(0), Tmp1)); in ExpandNode()
3774 Results.push_back(Tmp1); in ExpandNode()
3785 Results.push_back(Tmp1); in ExpandNode()
3798 Results.push_back(Tmp1.getValue(1)); in ExpandNode()
3810 Results.push_back(DAG.getNode(ISD::MUL, dl, VT, LHS, RHS)); in ExpandNode()
3811 Results.push_back(DAG.getNode(MULHOpcode, dl, VT, LHS, RHS)); in ExpandNode()
3828 Results.push_back(DAG.getNode(ISD::OR, dl, VT, Lo, Hi)); in ExpandNode()
3857 Results.push_back(DAG.getNode(OpToUse, dl, VTs, Node->getOperand(0), in ExpandNode()
3876 Results.push_back(DAG.getNode(ISD::OR, dl, VT, Lo, Hi)); in ExpandNode()
3883 Results.push_back(Expanded); in ExpandNode()
3888 Results.push_back(Expanded); in ExpandNode()
3894 Results.push_back(TLI.expandAddSubSat(Node, DAG)); in ExpandNode()
3898 Results.push_back(TLI.expandCMP(Node, DAG)); in ExpandNode()
3902 Results.push_back(TLI.expandShlSat(Node, DAG)); in ExpandNode()
3908 Results.push_back(TLI.expandFixedPointMul(Node, DAG)); in ExpandNode()
3919 Results.push_back(V); in ExpandNode()
3969 Results.push_back(Sum2); in ExpandNode()
3970 Results.push_back(DAG.getBoolExtOrTrunc(ResultCarry, dl, CarryType, VT)); in ExpandNode()
3977 Results.push_back(Result); in ExpandNode()
3978 Results.push_back(Overflow); in ExpandNode()
3985 Results.push_back(Result); in ExpandNode()
3986 Results.push_back(Overflow); in ExpandNode()
3993 Results.push_back(Result); in ExpandNode()
3994 Results.push_back(Overflow); in ExpandNode()
4006 Results.push_back(DAG.getNode(ISD::OR, dl, PairTy, Tmp1, Tmp2)); in ExpandNode()
4023 Results.push_back(Tmp1); in ExpandNode()
4065 Results.push_back(Tmp1); in ExpandNode()
4092 Results.push_back(Tmp1); in ExpandNode()
4143 Results.push_back(Tmp1); in ExpandNode()
4145 Results.push_back(Chain); in ExpandNode()
4163 Results.push_back(Tmp1); in ExpandNode()
4186 Results.push_back( in ExpandNode()
4240 Results.push_back(Tmp1); in ExpandNode()
4270 Results.push_back(Tmp1); in ExpandNode()
4274 Results.push_back(ExpandBUILD_VECTOR(Node)); in ExpandNode()
4277 Results.push_back(ExpandSPLAT_VECTOR(Node)); in ExpandNode()
4301 Results.push_back(Result); in ExpandNode()
4319 Results.push_back(TLI.expandVecReduce(Node, DAG)); in ExpandNode()
4323 Results.push_back(TLI.expandVPCTTZElements(Node, DAG)); in ExpandNode()
4328 Results.push_back(Node->getOperand(0)); in ExpandNode()
4345 if (!TLI.isStrictFPEnabled() && Results.empty() && Node->isStrictFPOpcode()) { in ExpandNode()
4373 Results.push_back(Fadd); in ExpandNode()
4374 Results.push_back(Fadd.getValue(1)); in ExpandNode()
4394 if (Results.empty()) { in ExpandNode()
4400 ReplaceNode(Node, Results.data()); in ExpandNode()
4406 SmallVector<SDValue, 8> Results; in ConvertNodeToLibcall() local
4427 Results.push_back(CallResult.second); in ConvertNodeToLibcall()
4468 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4469 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4484 Results.push_back(CallResult.second); in ConvertNodeToLibcall()
4495 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4502 RTLIB::FMIN_PPCF128, Results); in ConvertNodeToLibcall()
4511 RTLIB::FMAX_PPCF128, Results); in ConvertNodeToLibcall()
4517 RTLIB::SQRT_PPCF128, Results); in ConvertNodeToLibcall()
4522 RTLIB::CBRT_PPCF128, Results); in ConvertNodeToLibcall()
4528 RTLIB::SIN_PPCF128, Results); in ConvertNodeToLibcall()
4534 RTLIB::COS_PPCF128, Results); in ConvertNodeToLibcall()
4539 RTLIB::TAN_F128, RTLIB::TAN_PPCF128, Results); in ConvertNodeToLibcall()
4544 RTLIB::ASIN_F128, RTLIB::ASIN_PPCF128, Results); in ConvertNodeToLibcall()
4549 RTLIB::ACOS_F128, RTLIB::ACOS_PPCF128, Results); in ConvertNodeToLibcall()
4554 RTLIB::ATAN_F128, RTLIB::ATAN_PPCF128, Results); in ConvertNodeToLibcall()
4559 RTLIB::SINH_F128, RTLIB::SINH_PPCF128, Results); in ConvertNodeToLibcall()
4564 RTLIB::COSH_F128, RTLIB::COSH_PPCF128, Results); in ConvertNodeToLibcall()
4569 RTLIB::TANH_F128, RTLIB::TANH_PPCF128, Results); in ConvertNodeToLibcall()
4573 ExpandSinCosLibCall(Node, Results); in ConvertNodeToLibcall()
4578 RTLIB::LOG_F128, RTLIB::LOG_PPCF128, Results); in ConvertNodeToLibcall()
4583 RTLIB::LOG2_F128, RTLIB::LOG2_PPCF128, Results); in ConvertNodeToLibcall()
4588 RTLIB::LOG10_F128, RTLIB::LOG10_PPCF128, Results); in ConvertNodeToLibcall()
4593 RTLIB::EXP_F128, RTLIB::EXP_PPCF128, Results); in ConvertNodeToLibcall()
4598 RTLIB::EXP2_F128, RTLIB::EXP2_PPCF128, Results); in ConvertNodeToLibcall()
4602 RTLIB::EXP10_F128, RTLIB::EXP10_PPCF128, Results); in ConvertNodeToLibcall()
4608 RTLIB::TRUNC_PPCF128, Results); in ConvertNodeToLibcall()
4614 RTLIB::FLOOR_PPCF128, Results); in ConvertNodeToLibcall()
4620 RTLIB::CEIL_PPCF128, Results); in ConvertNodeToLibcall()
4626 RTLIB::RINT_PPCF128, Results); in ConvertNodeToLibcall()
4634 RTLIB::NEARBYINT_PPCF128, Results); in ConvertNodeToLibcall()
4642 RTLIB::ROUND_PPCF128, Results); in ConvertNodeToLibcall()
4650 RTLIB::ROUNDEVEN_PPCF128, Results); in ConvertNodeToLibcall()
4655 RTLIB::LDEXP_F128, RTLIB::LDEXP_PPCF128, Results); in ConvertNodeToLibcall()
4658 ExpandFrexpLibCall(Node, Results); in ConvertNodeToLibcall()
4676 Results.push_back(FPOW); in ConvertNodeToLibcall()
4677 Results.push_back(FPOW.getValue(1)); in ConvertNodeToLibcall()
4682 Results.push_back(DAG.getNode(ISD::FPOW, SDLoc(Node), in ConvertNodeToLibcall()
4696 Results.push_back(DAG.getUNDEF(Node->getValueType(0))); in ConvertNodeToLibcall()
4699 ExpandFPLibCall(Node, LC, Results); in ConvertNodeToLibcall()
4705 RTLIB::POW_F128, RTLIB::POW_PPCF128, Results); in ConvertNodeToLibcall()
4712 RTLIB::LROUND_PPCF128, Results); in ConvertNodeToLibcall()
4719 RTLIB::LLROUND_PPCF128, Results); in ConvertNodeToLibcall()
4726 RTLIB::LRINT_PPCF128, Results); in ConvertNodeToLibcall()
4733 RTLIB::LLRINT_PPCF128, Results); in ConvertNodeToLibcall()
4739 RTLIB::DIV_PPCF128, Results); in ConvertNodeToLibcall()
4745 RTLIB::REM_PPCF128, Results); in ConvertNodeToLibcall()
4751 RTLIB::FMA_PPCF128, Results); in ConvertNodeToLibcall()
4757 RTLIB::ADD_PPCF128, Results); in ConvertNodeToLibcall()
4763 RTLIB::MUL_PPCF128, Results); in ConvertNodeToLibcall()
4767 Results.push_back(ExpandLibCall(RTLIB::FPEXT_F16_F32, Node, false).first); in ConvertNodeToLibcall()
4776 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4777 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4786 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4787 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4795 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall()
4802 Results.push_back(ExpandLibCall(LC, Node, false).first); in ConvertNodeToLibcall()
4841 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4843 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4882 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, RVT, Tmp.first)); in ConvertNodeToLibcall()
4884 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4908 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4910 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4914 Results.push_back( in ConvertNodeToLibcall()
4938 Results.push_back(Tmp.first); in ConvertNodeToLibcall()
4939 Results.push_back(Tmp.second); in ConvertNodeToLibcall()
4946 RTLIB::SUB_PPCF128, Results); in ConvertNodeToLibcall()
4949 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4955 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4961 Results.push_back(ExpandIntLibCall(Node, true, in ConvertNodeToLibcall()
4967 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4975 ExpandDivRemLibCall(Node, Results); in ConvertNodeToLibcall()
4978 Results.push_back(ExpandIntLibCall(Node, false, in ConvertNodeToLibcall()
4988 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I32, Node, false).first); in ConvertNodeToLibcall()
4991 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I64, Node, false).first); in ConvertNodeToLibcall()
4994 Results.push_back(ExpandLibCall(RTLIB::CTLZ_I128, Node, false).first); in ConvertNodeToLibcall()
5003 Results.push_back( in ConvertNodeToLibcall()
5010 Results.push_back( in ConvertNodeToLibcall()
5017 Results.push_back( in ConvertNodeToLibcall()
5032 Results.push_back(LdInst); in ConvertNodeToLibcall()
5033 Results.push_back(LdInst.getValue(1)); in ConvertNodeToLibcall()
5046 Results.push_back( in ConvertNodeToLibcall()
5057 Results.push_back(DAG.makeStateFunctionCall(RTLIB::FESETMODE, Mode, in ConvertNodeToLibcall()
5064 if (!Results.empty()) { in ConvertNodeToLibcall()
5066 ReplaceNode(Node, Results.data()); in ConvertNodeToLibcall()
5085 SmallVector<SDValue, 8> Results; in PromoteNode() local
5145 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode()
5164 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, CTLZResult)); in PromoteNode()
5177 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode()
5184 PromoteLegalFP_TO_INT(Node, dl, Results); in PromoteNode()
5188 Results.push_back(PromoteLegalFP_TO_INT_SAT(Node, dl)); in PromoteNode()
5194 PromoteLegalINT_TO_FP(Node, dl, Results); in PromoteNode()
5275 Results.push_back(DAG.getNode(TruncOp, dl, OVT, Tmp1)); in PromoteNode()
5292 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp1)); in PromoteNode()
5293 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp2)); in PromoteNode()
5321 Results.push_back(Tmp1); in PromoteNode()
5334 Results.push_back(Tmp1); in PromoteNode()
5342 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp3)); in PromoteNode()
5379 Results.push_back(Tmp1); in PromoteNode()
5403 Results.push_back(DAG.getNode(Node->getOpcode(), dl, VTs, in PromoteNode()
5406 Results.push_back(Results.back().getValue(1)); in PromoteNode()
5411 Results.push_back(DAG.getNode(ISD::SETCC, dl, Node->getValueType(0), Tmp1, in PromoteNode()
5424 Results.push_back(DAG.getNode(ISD::BR_CC, dl, Node->getValueType(0), in PromoteNode()
5443 Results.push_back( in PromoteNode()
5465 Results.push_back(Tmp1); in PromoteNode()
5466 Results.push_back(Tmp1.getValue(1)); in PromoteNode()
5472 Results.push_back( in PromoteNode()
5490 Results.push_back(Tmp4); in PromoteNode()
5491 Results.push_back(Tmp4.getValue(1)); in PromoteNode()
5506 Results.push_back( in PromoteNode()
5518 Results.push_back(Tmp3); in PromoteNode()
5519 Results.push_back(Tmp3.getValue(1)); in PromoteNode()
5525 Results.push_back( in PromoteNode()
5529 Results.push_back(Tmp2.getValue(1)); in PromoteNode()
5560 Results.push_back( in PromoteNode()
5592 Results.push_back(Tmp3); in PromoteNode()
5593 Results.push_back(Tmp3.getValue(1)); in PromoteNode()
5620 Results.push_back(CvtVec); in PromoteNode()
5664 Results.push_back(DAG.getNode(ISD::BITCAST, SL, EltVT, NewVec)); in PromoteNode()
5714 Results.push_back(DAG.getNode(ISD::BITCAST, SL, OVT, NewVec)); in PromoteNode()
5742 Results.push_back(CvtVec); in PromoteNode()
5767 Results.push_back(DAG.getNode(ISD::BITCAST, SL, OVT, NewAtomic)); in PromoteNode()
5768 Results.push_back(NewAtomic.getValue(1)); in PromoteNode()
5770 Results.push_back(NewAtomic); in PromoteNode()
5784 Results.push_back(DAG.getNode(ISD::BITCAST, SL, OVT, NewAtomic)); in PromoteNode()
5785 Results.push_back(NewAtomic.getValue(1)); in PromoteNode()
5795 Results.push_back(DAG.getNode(ISD::TRUNCATE, dl, OVT, Tmp2)); in PromoteNode()
5800 Results.push_back( in PromoteNode()
5812 Results.push_back(PromoteReduction(Node)); in PromoteNode()
5817 if (!Results.empty()) { in PromoteNode()
5819 ReplaceNode(Node, Results.data()); in PromoteNode()