Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local
51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp3076 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local
3139 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3155 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local
3157 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3170 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3184 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3200 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local
3235 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local
3237 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local
3252 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1916 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { in getPerfectCompletions() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7758 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local
7769 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local
12070 int BitIdx = ExpectedIdx < Size ? ExpectedIdx : (ExpectedIdx - Size); in isTargetShuffleEquivalent() local
14058 uint64_t &BitIdx, const APInt &Zeroable) { in matchShuffleAsEXTRQ()
14114 uint64_t &BitIdx) { in matchShuffleAsINSERTQ()
14181 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
39336 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
45335 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local