Searched refs:NarrowByteWidth (Results 1 – 2 of 2) sorted by relevance
11760 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte() local11762 if (SrcIndex >= NarrowByteWidth) in calculateSrcByte()11955 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local11957 if (Index >= NarrowByteWidth) in calculateByteProvider()11969 uint64_t NarrowByteWidth = BitWidth / 8; in calculateByteProvider() local11971 if (NarrowByteWidth >= Index) { in calculateByteProvider()11992 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local11997 if (Index >= NarrowByteWidth) { in calculateByteProvider()12004 if (NarrowByteWidth > Index) { in calculateByteProvider()
8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local8748 if (Index >= NarrowByteWidth) in calculateByteProvider()8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local8773 if (Index >= NarrowByteWidth) in calculateByteProvider()8782 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()8784 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()8798 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local8803 if (Index >= NarrowByteWidth) in calculateByteProvider()