Lines Matching defs:split
252 auto split = splitLegalVectorType(CGM, end - begin, vecTy);
253 auto eltTy = split.first;
254 auto numElts = split.second;
334 // If we have a vector type, split it.
350 // If the entry is a vector type, split it and try again.
402 auto split = splitLegalVectorType(CGM, Entries[index].getWidth(), vecTy);
404 auto eltTy = split.first;
406 auto numElts = split.second;
475 // We logically split the layout down into a series of chunks of this size,
706 // Try to split the vector type in half.
724 // Try to split the vector into legal subvectors.