Lines Matching refs:NodeMap
1028 NodeMap.clear(); in clear()
1346 SDValue N = NodeMap[V]; in handleDebugValue()
1475 SDValue &N = NodeMap[V]; in getValue()
1485 NodeMap[V] = Val; in getValue()
1494 SDValue &N = NodeMap[V]; in getNonRegisterValue()
1508 NodeMap[V] = Val; in getNonRegisterValue()
1544 SDValue N1 = NodeMap[V]; in getValueImpl()
1577 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1619 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1631 return NodeMap[V] = DAG.getSplatVector(VT, getCurSDLoc(), Op); in getValueImpl()
1635 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
6070 SDValue &N = NodeMap[Address]; in visitIntrinsicCall()