Lines Matching refs:NodeMap
1100 NodeMap.clear();
1193 SDValue &N = NodeMap[Address];
1349 auto It = NodeMap.find(&I);
1350 if (It != NodeMap.end()) {
1619 SDValue N = NodeMap[V];
1750 SDValue &N = NodeMap[V];
1760 NodeMap[V] = Val;
1769 SDValue &N = NodeMap[V];
1783 NodeMap[V] = Val;
1826 SDValue N1 = NodeMap[V];
1827 assert(N1.getNode() && "visit didn't populate the NodeMap!");
1859 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
1902 return NodeMap[V] = DAG.getNode(
1922 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops);
1935 return NodeMap[V] = DAG.getSplat(VT, getCurSDLoc(), Op);
6118 return !NodeMap[V].getNode();
7791 // NodeMap will not have an entry, and `getValue` will assert if V has no
7794 SDValue &N = NodeMap[V];
10705 // Stackmaps don't generate values, so nothing goes into the NodeMap.
10838 // Update the NodeMap.