/external/rust/crates/libfuzzer-sys/libfuzzer/ |
D | FuzzerValueBitMap.h | 36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local 51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
|
/external/llvm-project/compiler-rt/lib/fuzzer/ |
D | FuzzerValueBitMap.h | 36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local 51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
|
/external/compiler-rt/lib/esan/ |
D | working_set.cpp | 123 static u32 countAndClearShadowValues(u32 BitIdx, uptr ShadowStart, in countAndClearShadowValues() 160 static u32 computeWorkingSizeAndReset(u32 BitIdx) { in computeWorkingSizeAndReset() 180 u32 BitIdx = CurWorkingSetBitIdx; in takeSample() local
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerTracePC.cpp | 24 uintptr_t BitIdx = Idx % kBitsInWord; in Update() local
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | GlobalsStream.cpp | 148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GlobalsStream.cpp | 148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2868 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local 2927 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local 2943 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local 2945 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local 2959 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local 2975 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local 3004 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local 3006 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local 3015 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local 3083 for (unsigned BitIdx = 0; in recognizeBSwapOrBitReverseIdiom() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 105 int BitIdx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), BitName); in enableNamedBit() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 109 int BitIdx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), BitName); in enableNamedBit() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6635 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local 6646 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local 11999 uint64_t &BitIdx, const APInt &Zeroable) { in matchShuffleAsEXTRQ() 12055 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() 12122 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local 33576 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local 43411 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6919 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local 6930 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local 12745 uint64_t &BitIdx, const APInt &Zeroable) { in matchShuffleAsEXTRQ() 12801 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() 12868 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local 35434 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local 46818 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 7972 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local 8033 int BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in lowerVectorShuffleWithSSE4A() local
|