Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local
38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue()
51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
52 return Map[WordIdx] & (1ULL << BitIdx); in Get()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3704 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local
3767 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3783 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local
3785 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3798 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3812 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3828 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local
3863 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local
3865 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local
3880 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1947 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { in getPerfectCompletions() local
1954 BitValues[i] = (M & (1u << BitIdx)) != 0; in getPerfectCompletions()
1956 Worklist[BitIdx] = possibilities(BitValues, Width); in getPerfectCompletions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5149 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local
5160 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local
9553 ZeroMask.setBit(BitIdx); in isTargetShuffleEquivalent()
11656 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
11666 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument
11719 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
11733 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
11739 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
38147 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
44403 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local
[all …]