Searched refs:BitIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/contrib/dev/acpica/common/ |
| H A D | dmrestag.c | 172 UINT32 BitIndex, 177 UINT32 BitIndex, 186 UINT32 BitIndex); 191 UINT32 BitIndex); 589 UINT32 BitIndex; in AcpiDmCheckResourceReference() local 689 UINT32 BitIndex) in AcpiDmGetResourceNode() argument 743 UINT32 BitIndex) in AcpiGetTagPathname() argument 934 UINT32 BitIndex, in AcpiDmGetResourceTag() argument 1010 Tag = AcpiDmSearchTagList (BitIndex, TagList); in AcpiDmGetResourceTag() 1033 UINT32 BitIndex, in AcpiDmSearchTagList() argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 1526 unsigned BitIndex; in filterProcessor() local 1549 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1561 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1562 switch (bitAttrs[BitIndex]) { in filterProcessor() 1564 if (insn[BitIndex] == BIT_UNSET) in filterProcessor() 1607 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1618 StartBit = BitIndex; in filterProcessor() 1624 StartBit = BitIndex; in filterProcessor() 1645 StartBit = BitIndex; in filterProcessor() 1656 StartBit = BitIndex; in filterProcessor() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 240 const APInt *BitIndex = nullptr; in matchAndOrChain() local 241 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain() 249 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain() 253 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /freebsd-13.1/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 342 UINT32 BitIndex; member
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 595 Value *BitIndex = in createMaskedBitTest() local 597 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 800 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo() 802 unsigned BitIndex; member 2531 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 10197 unsigned BitIndex = Idx->getZExtValue() * EltSize; in performExtractVectorEltCombine() local 10198 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 10199 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 12098 Fixed a problem where the CreateField operator could hang if the BitIndex
|