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.cpp3980 auto NarrowBitWidth = X->getType()->getScalarSizeInBits(); in collectBitParts() local
3981 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts()
3983 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp12716 unsigned NarrowBitWidth = NarrowOp.getValueSizeInBits(); in calculateByteProvider() local
12721 NarrowBitWidth = VTSign->getVT().getSizeInBits(); in calculateByteProvider()
12723 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
12725 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
12759 unsigned NarrowBitWidth = L->getMemoryVT().getSizeInBits(); in calculateByteProvider() local
12760 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
12762 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9197 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
9198 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
9200 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
9221 unsigned NarrowBitWidth = NarrowOp.getScalarValueSizeInBits(); in calculateByteProvider() local
9222 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
9224 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()
9249 unsigned NarrowBitWidth = L->getMemoryVT().getScalarSizeInBits(); in calculateByteProvider() local
9250 if (NarrowBitWidth % 8 != 0) in calculateByteProvider()
9252 uint64_t NarrowByteWidth = NarrowBitWidth / 8; in calculateByteProvider()