Home
last modified time | relevance | path

Searched refs:NarrowBitWidth (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3888 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3889 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3891 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11946 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local
11951 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()
11953 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
11955 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
11989 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
11990 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
11992 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8743 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8744 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8746 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8767 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8768 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8770 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8795 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
8796 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8798 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()