Home
last modified time | relevance | path

Searched defs:BitIndex (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/contrib/dev/acpica/common/
H A Ddmrestag.c608 UINT32 BitIndex; in AcpiDmCheckResourceReference() local
708 UINT32 BitIndex) in AcpiDmGetResourceNode()
762 UINT32 BitIndex) in AcpiGetTagPathname()
953 UINT32 BitIndex, in AcpiDmGetResourceTag()
1052 UINT32 BitIndex, in AcpiDmSearchTagList()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DBitcastBuffer.cpp15 static inline bool bitof(const std::byte *B, Bits BitIndex) { in bitof()
46 Bits BitIndex; in copyBits() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DGOFF.h179 constexpr static uint8_t bits(uint8_t BitIndex, uint8_t Length, uint8_t Value, in bits()
189 constexpr Flags(uint8_t BitIndex, uint8_t Length, uint8_t Value) in Flags()
193 constexpr void set(uint8_t BitIndex, uint8_t Length, T NewValue) { in set()
198 constexpr T get(uint8_t BitIndex, uint8_t Length) const { in get()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIModeRegisterDefaults.cpp61 uint32_t BitIndex = ModeVal << 2; in encodeFltRoundsTable() local
H A DAMDGPUISelLowering.cpp4398 unsigned BitIndex = K->getZExtValue(); in performTruncateCombine() local
H A DSIISelLowering.cpp14273 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFF.h58 static void getBits(const uint8_t *Bytes, uint8_t ByteIndex, uint8_t BitIndex, in getBits()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdisasm.h373 UINT32 BitIndex; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1551 unsigned BitIndex, bool AllowMixed) { in reportRegion()
1592 unsigned BitIndex; in filterProcessor() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp224 const APInt *BitIndex = nullptr; in matchAndOrChain() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp612 Value *BitIndex = in createMaskedBitTest() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp826 unsigned BitIndex = 0; member