Home | History | Annotate | Download | only in R600

Lines Matching defs:Users

939   SDNode *Users[4] = { };
954 if (Users[Lane])
957 Users[Lane] = *I;
976 SDLoc(), Users[Lane]->getValueType(0),
978 DAG.ReplaceAllUsesWith(Users[Lane], Copy);
982 // Update the users of the node with the new indices
985 SDNode *User = Users[i];