Searched refs:OffsetBeg (Results 1 – 1 of 1) sorted by relevance
7066 unsigned OffsetBeg = *getInsertIndex(VL.front()); in getEntryCost() local7067 unsigned OffsetEnd = OffsetBeg; in getEntryCost()7068 InsertMask[OffsetBeg] = 0; in getEntryCost()7071 if (OffsetBeg > Idx) in getEntryCost()7072 OffsetBeg = Idx; in getEntryCost()7080 unsigned VecSz = (1 + OffsetEnd / VecScalarsSz - OffsetBeg / VecScalarsSz) * in getEntryCost()7082 unsigned Offset = VecScalarsSz * (OffsetBeg / VecScalarsSz); in getEntryCost()7084 PowerOf2Ceil(OffsetEnd - OffsetBeg + 1), in getEntryCost()7085 ((OffsetEnd - OffsetBeg + VecScalarsSz) / VecScalarsSz) * VecScalarsSz); in getEntryCost()7087 OffsetBeg == Offset && ((OffsetEnd + 1) % VecScalarsSz == 0); in getEntryCost()[all …]