Searched refs:BitIndex (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.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 922 UINT32 BitIndex, in AcpiDmGetResourceTag() argument 998 Tag = AcpiDmSearchTagList (BitIndex, TagList); in AcpiDmGetResourceTag() 1021 UINT32 BitIndex, in AcpiDmSearchTagList() argument [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | FixedLenDecoderEmitter.cpp | 1468 unsigned BitIndex; in filterProcessor() local 1491 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1503 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1504 switch (bitAttrs[BitIndex]) { in filterProcessor() 1506 if (insn[BitIndex] == BIT_UNSET) in filterProcessor() 1549 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1560 StartBit = BitIndex; in filterProcessor() 1566 StartBit = BitIndex; in filterProcessor() 1587 StartBit = BitIndex; in filterProcessor() 1598 StartBit = BitIndex; in filterProcessor() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 198 uint64_t BitIndex = 0; in matchAndOrChain() local 199 if (!match(V, m_LShr(m_Value(Candidate), m_ConstantInt(BitIndex)))) in matchAndOrChain() 207 if (BitIndex >= MOps.Mask.getBitWidth()) in matchAndOrChain() 211 MOps.Mask.setBit(BitIndex); in matchAndOrChain()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acdisasm.h | 342 UINT32 BitIndex; member
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 525 Value *BitIndex = in createMaskedBitTest() local 527 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 777 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo() 779 unsigned BitIndex; member 2438 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 8340 unsigned BitIndex = Idx->getZExtValue() * EltSize; in performExtractVectorEltCombine() local 8341 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 8342 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /freebsd-12.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 11056 Fixed a problem where the CreateField operator could hang if the BitIndex
|