Searched refs:BitIdx (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerValueBitMap.h | 36 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 3076 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local 3077 if (A->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 3078 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() 3079 A->Provenance[BitIdx] != B->Provenance[BitIdx]) in collectBitParts() 3082 if (A->Provenance[BitIdx] == BitPart::Unset) in collectBitParts() 3083 Result->Provenance[BitIdx] = B->Provenance[BitIdx]; in collectBitParts() 3085 Result->Provenance[BitIdx] = A->Provenance[BitIdx]; in collectBitParts() 3139 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local 3141 if (AndMask[BitIdx] == 0) in collectBitParts() 3142 Result->Provenance[BitIdx] = BitPart::Unset; in collectBitParts() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.cpp | 148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local 149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelDAGToDAGHVX.cpp | 1916 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { in getPerfectCompletions() local 1923 BitValues[i] = (M & (1u << BitIdx)) != 0; in getPerfectCompletions() 1925 Worklist[BitIdx] = possibilities(BitValues, Width); in getPerfectCompletions()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 7758 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local 7759 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask() 7769 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local 7770 DecodeINSERTQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask() 12070 int BitIdx = ExpectedIdx < Size ? ExpectedIdx : (ExpectedIdx - Size); in isTargetShuffleEquivalent() local 12072 ZeroMask.setBit(BitIdx); in isTargetShuffleEquivalent() 14058 uint64_t &BitIdx, const APInt &Zeroable) { in matchShuffleAsEXTRQ() argument 14104 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ() 14114 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument 14167 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ() [all …]
|