Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp2960 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local
3023 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3039 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local
3041 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3054 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3068 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3084 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local
3119 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local
3121 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local
3136 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
[all …]
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7665 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local
7676 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local
11911 ZeroMask.setBit(BitIdx); in isTargetShuffleEquivalent()
13785 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
13795 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument
13848 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
13862 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
13868 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
38278 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
44138 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local
[all …]