Lines Matching refs:NodeMap
1009 NodeMap.clear(); in clear()
1221 SDValue &N = NodeMap[V]; in getValue()
1231 NodeMap[V] = Val; in getValue()
1238 return (NodeMap.find(V) != NodeMap.end()) || in findValue()
1246 SDValue &N = NodeMap[V]; in getNonRegisterValue()
1260 NodeMap[V] = Val; in getNonRegisterValue()
1293 SDValue N1 = NodeMap[V]; in getValueImpl()
1327 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
1379 return NodeMap[V] = DAG.getBuildVector(VT, getCurSDLoc(), Ops); in getValueImpl()
5270 SDValue &N = NodeMap[Address]; in visitIntrinsicCall()
5336 SDValue N = NodeMap[V]; in visitIntrinsicCall()