Searched refs:BitIdx (Results 1 – 4 of 4) 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()
2929 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local2992 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3008 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local3010 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3023 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3037 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local3053 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local3088 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local3090 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local3105 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()
7015 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local7026 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local13023 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()13033 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument13086 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()13100 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local13104 DAG.getTargetConstant(BitIdx, DL, MVT::i8)); in lowerShuffleWithSSE4A()13106 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()36150 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local48234 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local[all …]