Home
last modified time | relevance | path

Searched refs:BitIndex (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDecoderEmitter.cpp1565 unsigned BitIndex; in filterProcessor() local
1588 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) in filterProcessor()
1600 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1601 switch (bitAttrs[BitIndex]) { in filterProcessor()
1603 if (insn[BitIndex] == BIT_UNSET) in filterProcessor()
1646 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex) { in filterProcessor()
1657 StartBit = BitIndex; in filterProcessor()
1663 StartBit = BitIndex; in filterProcessor()
1684 StartBit = BitIndex; in filterProcessor()
1695 StartBit = BitIndex; in filterProcessor()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp245 const APInt *BitIndex = nullptr; in matchAndOrChain() local
246 if (!match(V, m_LShr(m_Value(Candidate), m_APInt(BitIndex)))) in matchAndOrChain()
254 if (BitIndex && BitIndex->uge(MOps.Mask.getBitWidth())) in matchAndOrChain()
258 MOps.Mask.setBit(BitIndex ? BitIndex->getZExtValue() : 0); in matchAndOrChain()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp565 Value *BitIndex = in createMaskedBitTest() local
567 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex); in createMaskedBitTest()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp806 GuardInfo() : Guard(nullptr), BitIndex(0) {} in GuardInfo()
808 unsigned BitIndex; member
2624 GuardNum = GI->BitIndex++; in EmitGuardedInit()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp10726 unsigned BitIndex = Idx->getZExtValue() * EltSize; in performExtractVectorEltCombine() local
10727 unsigned EltIdx = BitIndex / 32; in performExtractVectorEltCombine()
10728 unsigned LeftoverBitIdx = BitIndex % 32; in performExtractVectorEltCombine()