Searched refs:BitIdx (Results 1 – 3 of 3) sorted by relevance
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 123 static u32 countAndClearShadowValues(u32 BitIdx, uptr ShadowStart, in countAndClearShadowValues() argument 126 u32 ByteValue = 0x1 << BitIdx; in countAndClearShadowValues() 131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx; in countAndClearShadowValues() 133 bool Clear = BitIdx < TotalWorkingSetBitIdx; in countAndClearShadowValues() 160 static u32 computeWorkingSizeAndReset(u32 BitIdx) { in computeWorkingSizeAndReset() argument 171 WorkingSetSize += countAndClearShadowValues(BitIdx, Start, End); in computeWorkingSizeAndReset() 180 u32 BitIdx = CurWorkingSetBitIdx; in takeSample() local 183 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample() 184 u32 NumLines = computeWorkingSizeAndReset(BitIdx); in takeSample() 186 SnapshotNum, BitIdx, Freq, NumLines); in takeSample() [all …]
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.cpp | 24 uintptr_t BitIdx = Idx % kBitsInWord; in Update() local 25 Map[WordIdx] |= 1UL << BitIdx; in Update()
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7972 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local 7975 DAG.getConstant(BitIdx, DL, MVT::i8)); in lowerVectorShuffleWithSSE4A() 8033 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local 8036 DAG.getConstant(BitIdx, DL, MVT::i8)); in lowerVectorShuffleWithSSE4A()
|