Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3782 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3783 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3785 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11736 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local
11741 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()
11743 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
11745 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
11776 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
11777 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
11779 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8741 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8742 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8744 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8765 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
8766 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8768 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
8789 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
8790 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
8792 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()