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.cpp11569 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte() local
11571 if (SrcIndex >= NarrowByteWidth) in calculateSrcByte()
11745 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
11747 if (Index >= NarrowByteWidth) in calculateByteProvider()
11756 uint64_t NarrowByteWidth = BitWidth / 8; in calculateByteProvider() local
11758 if (NarrowByteWidth >= Index) { in calculateByteProvider()
11779 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
11784 if (Index >= NarrowByteWidth) { in calculateByteProvider()
11791 if (NarrowByteWidth > Index) { in calculateByteProvider()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8744 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8746 if (Index >= NarrowByteWidth) in calculateByteProvider()
8768 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8776 if (*VectorIndex * NarrowByteWidth > StartingIndex) in calculateByteProvider()
8778 if ((*VectorIndex + 1) * NarrowByteWidth <= StartingIndex) in calculateByteProvider()
8792 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8797 if (Index >= NarrowByteWidth) in calculateByteProvider()