Lines Matching refs:NodeMap
1089 NodeMap.clear(); in clear()
1182 SDValue &N = NodeMap[Address]; in handleDebugDeclare()
1324 auto It = NodeMap.find(&I); in visit()
1325 if (It != NodeMap.end()) { in visit()
1591 SDValue N = NodeMap[V]; in handleDebugValue()
1722 SDValue &N = NodeMap[V]; in getValue()
1732 NodeMap[V] = Val; in getValue()
1741 SDValue &N = NodeMap[V]; in getNonRegisterValue()
1755 NodeMap[V] = Val; in getNonRegisterValue()
1791 SDValue N1 = NodeMap[V]; in getValueImpl()
1824 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1875 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1888 return NodeMap[V] = DAG.getSplat(VT, getCurSDLoc(), Op); in getValueImpl()