Home
last modified time | relevance | path

Searched refs:DstBit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.cpp27 Bits DstBit; in pushData() local
29 DstBit = BitOffset + Bits(It); in pushData()
31 DstBit = size() - BitOffset - BitWidth + Bits(It); in pushData()
33 size_t DstByte = DstBit.roundToBytes(); in pushData()
34 Data[DstByte] |= std::byte{1} << DstBit.getOffsetInByte(); in pushData()
56 Bits DstBit = Bits(It); in copyBits() local
57 size_t DstByte = DstBit.roundToBytes(); in copyBits()
58 Out[DstByte] |= std::byte{1} << DstBit.getOffsetInByte(); in copyBits()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1532 unsigned DstBit = Idx.LaneMask.getHighestLane(); in computeSubRegLaneMasks() local
1533 assert(Idx.LaneMask == LaneBitmask::getLane(DstBit) && in computeSubRegLaneMasks()
1535 MaskRolPair MaskRol = {LaneBitmask::getLane(0), (uint8_t)DstBit}; in computeSubRegLaneMasks()
1563 unsigned DstBit = Composite->LaneMask.getHighestLane(); in computeSubRegLaneMasks() local
1564 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()