Home | History | Annotate | Download | only in R600

Lines Matching defs:Lane

940   unsigned Writemask = 0, Lane = 0;
951 Lane = SubIdx2Lane(I->getConstantOperandVal(1));
954 if (Users[Lane])
957 Users[Lane] = *I;
958 Writemask |= 1 << Lane;
972 // If we only got one lane, replace it with a copy
973 if (Writemask == (1U << Lane)) {
976 SDLoc(), Users[Lane]->getValueType(0),
978 DAG.ReplaceAllUsesWith(Users[Lane], Copy);