Home | History | Annotate | Download | only in AMDGPU

Lines Matching defs:Users

3106   SDNode *Users[4] = { };
3136 if (Users[Lane])
3139 Users[Lane] = *I;
3160 SDLoc(), Users[Lane]->getValueType(0),
3162 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
3166 // Update the users of the node with the new indices
3169 SDNode *User = Users[i];