Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:NN0

1056     SDValue NN0 = PromoteOperand(N0, PVT, Replace0);
1057 if (!NN0.getNode())
1064 NN1 = NN0;
1071 AddToWorklist(NN0.getNode());
1076 ReplaceLoadWithPromotedLoad(N0.getNode(), NN0.getNode());
1084 DAG.getNode(Opc, dl, PVT, NN0, NN1));