Lines Matching refs:NodeMap
1038 NodeMap.clear(); in clear()
1359 SDValue N = NodeMap[V]; in handleDebugValue()
1490 SDValue &N = NodeMap[V]; in getValue()
1500 NodeMap[V] = Val; in getValue()
1509 SDValue &N = NodeMap[V]; in getNonRegisterValue()
1523 NodeMap[V] = Val; in getNonRegisterValue()
1559 SDValue N1 = NodeMap[V]; in getValueImpl()
1592 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1637 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1651 return NodeMap[V] = DAG.getSplatVector(VT, getCurSDLoc(), Op); in getValueImpl()
1655 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
6081 SDValue &N = NodeMap[Address]; in visitIntrinsicCall()