Searched refs:BitIdx (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/esan/
H A Dworking_set.cpp121 // It does *not* clear for BitIdx==TotalWorkingSetBitIdx, as that top bit
123 static u32 countAndClearShadowValues(u32 BitIdx, uptr ShadowStart, argument
126 u32 ByteValue = 0x1 << BitIdx;
131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx;
133 bool Clear = BitIdx < TotalWorkingSetBitIdx;
156 // i.e., the number of non-zero bits indexed by BitIdx in each shadow byte.
158 // We do *not* clear for BitIdx==TotalWorkingSetBitIdx, as that top bit
160 static u32 computeWorkingSizeAndReset(u32 BitIdx) {
171 WorkingSetSize += countAndClearShadowValues(BitIdx, Start, End);
180 u32 BitIdx
[all...]
/external/llvm/lib/Fuzzer/
H A DFuzzerTracePC.cpp24 uintptr_t BitIdx = Idx % kBitsInWord; local
25 Map[WordIdx] |= 1UL << BitIdx;
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7972 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f;
7975 DAG.getConstant(BitIdx, DL, MVT::i8));
8033 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f;
8036 DAG.getConstant(BitIdx, DL, MVT::i8));
[all...]

Completed in 220 milliseconds