Searched refs:BitIdx (Results 1 – 5 of 5) sorted by relevance
36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue()51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local52 return Map[WordIdx] & (1ULL << BitIdx); in Get()
3704 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local3767 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3783 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local3785 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3798 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3812 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3828 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local3863 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local3865 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local3880 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local[all …]
148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
1947 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { in getPerfectCompletions() local1954 BitValues[i] = (M & (1u << BitIdx)) != 0; in getPerfectCompletions()1956 Worklist[BitIdx] = possibilities(BitValues, Width); in getPerfectCompletions()
5149 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local5160 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local9553 ZeroMask.setBit(BitIdx); in isTargetShuffleEquivalent()11656 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()11666 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument11719 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()11733 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local11739 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()38147 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local44403 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local[all …]