Searched refs:NumParts (Results 1 – 6 of 6) sorted by relevance
85 for (int i = 0; i < NumParts; ++i) in extractParts()303 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local306 for (int i = 0; i < NumParts; ++i) in narrowScalar()333 for (int i = 0; i < NumParts; ++i) { in narrowScalar()360 int NumParts = SizeOp1 / NarrowSize; in narrowScalar() local369 for (int i = 0; i < NumParts; ++i) { in narrowScalar()417 int NumParts = SizeOp0 / NarrowSize; in narrowScalar() local426 for (int i = 0; i < NumParts; ++i) { in narrowScalar()623 for (int i = 0; i < NumParts; ++i) in narrowScalar()1183 int NumParts = Size / NarrowSize; in fewerElementsVector() local[all …]
211 if (NumParts > 1) { in getCopyFromParts()218 unsigned RoundParts = NumParts & (NumParts - 1) ? in getCopyFromParts()219 1 << Log2_32(NumParts) : NumParts; in getCopyFromParts()359 if (NumParts > 1) { in getCopyFromPartsVector()505 if (NumParts == 0) in getCopyToParts()556 if (NumParts == 1) { in getCopyToParts()568 if (NumParts & (NumParts - 1)) { in getCopyToParts()584 NumParts = RoundParts; in getCopyToParts()656 if (NumParts == 1) { in getCopyToPartsVector()898 Part += NumParts; in getCopyToRegs()[all …]
552 unsigned NumParts = getNumVectorRegs(SrcTy); in getVectorTruncCost() local553 if (NumParts <= 2) in getVectorTruncCost()565 if (NumParts > 1) in getVectorTruncCost()566 NumParts /= 2; in getVectorTruncCost()567 Cost += NumParts; in getVectorTruncCost()
72 unsigned NumParts = TLI.getNumRegisters(Context, VT); in splitToValueTypes() local74 if (NumParts == 1) { in splitToValueTypes()86 for (unsigned i = 0; i < NumParts; ++i) { in splitToValueTypes()
116 void extractParts(unsigned Reg, LLT Ty, int NumParts,
1379 unsigned NumParts = in GetReturnInfo() local1395 for (unsigned i = 0; i < NumParts; ++i) in GetReturnInfo()