Lines Matching refs:NewOp
949 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in SExtPromoteOperand() local
950 if (!NewOp.getNode()) in SExtPromoteOperand()
952 AddToWorklist(NewOp.getNode()); in SExtPromoteOperand()
955 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode()); in SExtPromoteOperand()
956 return DAG.getNode(ISD::SIGN_EXTEND_INREG, dl, NewOp.getValueType(), NewOp, in SExtPromoteOperand()
964 SDValue NewOp = PromoteOperand(Op, PVT, Replace); in ZExtPromoteOperand() local
965 if (!NewOp.getNode()) in ZExtPromoteOperand()
967 AddToWorklist(NewOp.getNode()); in ZExtPromoteOperand()
970 ReplaceLoadWithPromotedLoad(Op.getNode(), NewOp.getNode()); in ZExtPromoteOperand()
971 return DAG.getZeroExtendInReg(NewOp, dl, OldVT); in ZExtPromoteOperand()
10861 SDValue NewOp = DAG.getNode(ISD::INSERT_VECTOR_ELT, SDLoc(N), VT, in visitINSERT_VECTOR_ELT() local
10863 AddToWorklist(NewOp.getNode()); in visitINSERT_VECTOR_ELT()
10865 VT, NewOp, InVec.getOperand(1), InVec.getOperand(2)); in visitINSERT_VECTOR_ELT()