Home
last modified time | relevance | path

Searched refs:NarrowByteWidth (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12530 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte() local
12532 if (SrcIndex >= NarrowByteWidth) in calculateSrcByte()
12725 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
12727 if (Index >= NarrowByteWidth) in calculateByteProvider()
12739 uint64_t NarrowByteWidth = BitWidth / 8; in calculateByteProvider() local
12741 if (NarrowByteWidth >= Index) { in calculateByteProvider()
12762 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
12767 if (Index >= NarrowByteWidth) { in calculateByteProvider()
12774 if (NarrowByteWidth > Index) { in calculateByteProvider()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9200 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
9202 if (Index >= NarrowByteWidth) in calculateByteProvider()
9224 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
9227 if (Index >= NarrowByteWidth) in calculateByteProvider()
9236 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()
9238 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()
9252 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
9257 if (Index >= NarrowByteWidth) in calculateByteProvider()