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.cpp11760 uint64_t NarrowByteWidth = NarrowVT.getStoreSize(); in calculateSrcByte() local
11762 if (SrcIndex >= NarrowByteWidth) in calculateSrcByte()
11955 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
11957 if (Index >= NarrowByteWidth) in calculateByteProvider()
11969 uint64_t NarrowByteWidth = BitWidth / 8; in calculateByteProvider() local
11971 if (NarrowByteWidth >= Index) { in calculateByteProvider()
11992 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
11997 if (Index >= NarrowByteWidth) { in calculateByteProvider()
12004 if (NarrowByteWidth > Index) { in calculateByteProvider()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8748 if (Index >= NarrowByteWidth) in calculateByteProvider()
8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider() local
8773 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() local
8803 if (Index >= NarrowByteWidth) in calculateByteProvider()