Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Users

2203   SDNode *Users[4] = { };
2232 if (Users[Lane])
2235 Users[Lane] = *I;
2255 SDLoc(), Users[Lane]->getValueType(0),
2257 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
2261 // Update the users of the node with the new indices
2264 SDNode *User = Users[i];