reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2276 assert((VecWidth % ElemWidth) == 0); 2282 assert(VecWidth == VecTy.getVectorNumElements() && "Sanity failure"); 2283 assert(VecWidth == 8 || VecWidth == 4 || VecWidth == 2); 2283 assert(VecWidth == 8 || VecWidth == 4 || VecWidth == 2); 2283 assert(VecWidth == 8 || VecWidth == 4 || VecWidth == 2); 2296 SDValue M0 = DAG.getConstant(8 / VecWidth, dl, MVT::i32); 2305 unsigned Scale = VecWidth / ValWidth; 2310 unsigned VecRep = 8 / VecWidth; 2326 assert(VecWidth == 32 || VecWidth == 64); 2326 assert(VecWidth == 32 || VecWidth == 64); 2337 if (VecWidth == 64 && ValWidth == 32) {