Searched refs:BitIndex (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 533 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex, 1510 unsigned BitIndex, bool AllowMixed) { in reportRegion() argument 1512 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, true); in reportRegion() 1514 Filters.emplace_back(*this, StartBit, BitIndex - StartBit, false); in reportRegion() 1553 unsigned BitIndex; in filterProcessor() local 1576 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor() 1577 if (FilterBitValues[BitIndex] == BIT_TRUE || in filterProcessor() 1578 FilterBitValues[BitIndex] == BIT_FALSE) in filterProcessor() 1588 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor() 1589 switch (bitAttrs[BitIndex]) { in filterProcessor() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 215 const APInt *BitIndex = nullptr; in matchAndOrChain() local 216 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain() 224 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain() 228 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 565 Value *BitIndex = in createMaskedBitTest() local 567 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | MicrosoftCXXABI.cpp | 819 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo() 821 unsigned BitIndex; member 2637 GuardNum = GI->BitIndex++; in EmitGuardedInit()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIISelLowering.cpp | 10874 unsigned BitIndex = Idx->getZExtValue() * VecEltSize; in performExtractVectorEltCombine() local 10875 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine() 10876 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | m32c.cpu | 2198 (dnop BitIndex "Bit Index for the next insn" (SEM-ONLY MACH32 m32c-isa) h-bit-index f-nil) 7389 (set BitIndex dst)
|