Searched refs:Pieces (Results 1 – 4 of 4) sorted by relevance
166 /// Pieces are laid out such that all fragments inside the same piece are laid167 /// out horizontally. Pieces are laid out horizontally if portrait orientation,182 /// Pieces that constitute a time picker header.
88 unsigned Pieces = (Size + 63) / 64; in fewerEltsToSize64Vector() local89 unsigned NewNumElts = (Ty.getNumElements() + 1) / Pieces; in fewerEltsToSize64Vector()
4946 SmallVector<SDValue, 4> Pieces; in lowerVECTOR_SHUFFLE() local4955 Pieces.push_back(SubVec); in lowerVECTOR_SHUFFLE()4971 Pieces.push_back(DAG.getBuildVector(PackVT, SL, { Elt0, Elt1 })); in lowerVECTOR_SHUFFLE()4975 return DAG.getNode(ISD::CONCAT_VECTORS, SL, ResultVT, Pieces); in lowerVECTOR_SHUFFLE()
46269 static bool matchAsm(StringRef S, ArrayRef<const char *> Pieces) { in matchAsm() argument46272 for (StringRef Piece : Pieces) { in matchAsm()