Home | History | Annotate | Download | only in SystemZ

Lines Matching refs:ResidueOps

4080   // BUILD_VECTOR and store its operands in ResidueOps.
4082 SmallVector<SDValue, SystemZ::VectorBytes> ResidueOps;
4096 GS.add(SDValue(), ResidueOps.size());
4097 ResidueOps.push_back(BVN->getOperand(I));
4106 if (!ResidueOps.empty()) {
4107 while (ResidueOps.size() < NumElements)
4108 ResidueOps.push_back(DAG.getUNDEF(ResidueOps[0].getValueType()));
4111 Op = DAG.getBuildVector(VT, SDLoc(BVN), ResidueOps);