Searched refs:BitIdx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/esan/ |
| H A 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 181 u32 BitIdx = CurWorkingSetBitIdx; in takeSample() local 184 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample() 185 u32 NumLines = computeWorkingSizeAndReset(BitIdx); in takeSample() 187 SnapshotNum, BitIdx, Freq, NumLines); in takeSample() 188 SizePerFreq[BitIdx].push_back(NumLines); in takeSample() [all …]
|
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerValueBitMap.h | 36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local 38 uintptr_t New = Old | (1UL << BitIdx); in AddValue() 51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local 52 return Map[WordIdx] & (1UL << BitIdx); in Get()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.cpp | 149 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local 150 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 106 int BitIdx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), BitName); in enableNamedBit() local 107 if (BitIdx == -1) in enableNamedBit() 110 MachineOperand &Bit = MI->getOperand(BitIdx); in enableNamedBit()
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6120 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local 6131 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local 11069 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchVectorShuffleAsEXTRQ() 11079 uint64_t &BitIdx) { in matchVectorShuffleAsINSERTQ() argument 11132 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchVectorShuffleAsINSERTQ() 11147 uint64_t BitLen, BitIdx; in lowerVectorShuffleWithSSE4A() local 11151 DAG.getConstant(BitIdx, DL, MVT::i8)); in lowerVectorShuffleWithSSE4A() 11157 DAG.getConstant(BitIdx, DL, MVT::i8)); in lowerVectorShuffleWithSSE4A() 30992 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local 39322 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local [all …]
|