Lines Matching refs:NodeMap
1102 NodeMap.clear(); in clear()
1195 SDValue &N = NodeMap[Address]; in handleDebugDeclare()
1354 auto It = NodeMap.find(&I); in visit()
1355 if (It != NodeMap.end()) { in visit()
1624 SDValue N = NodeMap[V]; in handleDebugValue()
1754 SDValue &N = NodeMap[V]; in getValue()
1764 NodeMap[V] = Val; in getValue()
1773 SDValue &N = NodeMap[V]; in getNonRegisterValue()
1787 NodeMap[V] = Val; in getNonRegisterValue()
1830 SDValue N1 = NodeMap[V]; in getValueImpl()
1863 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1914 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1927 return NodeMap[V] = DAG.getSplat(VT, getCurSDLoc(), Op); in getValueImpl()
6080 return !NodeMap[V].getNode(); in EmitFuncArgumentDbgValue()