Searched refs:BitIdx (Results 1 – 4 of 4) sorted by relevance
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerValueBitMap.h | 35 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local 37 uintptr_t New = Old | (1UL << BitIdx); in AddValue() 45 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local 46 return Map[WordIdx] & (1UL << BitIdx); in Get()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GlobalsStream.cpp | 148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local 149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 105 int BitIdx = AMDGPU::getNamedOperandIdx(MI->getOpcode(), BitName); in enableNamedBit() local 106 if (BitIdx == -1) in enableNamedBit() 109 MachineOperand &Bit = MI->getOperand(BitIdx); in enableNamedBit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6635 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local 6636 DecodeEXTRQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask() 6646 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local 6647 DecodeINSERTQIMask(NumElems, MaskEltSize, BitLen, BitIdx, Mask); in getTargetShuffleMask() 11999 uint64_t &BitIdx, const APInt &Zeroable) { in matchShuffleAsEXTRQ() argument 12045 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ() 12055 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument 12108 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ() 12122 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local 12123 if (matchShuffleAsEXTRQ(VT, V1, V2, Mask, BitLen, BitIdx, Zeroable)) in lowerShuffleWithSSE4A() [all …]
|