Home
last modified time | relevance | path

Searched refs:BitIdx (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local
38 uintptr_t New = Old | (1ULL << BitIdx); in AddValue()
51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
52 return Map[WordIdx] & (1ULL << BitIdx); in Get()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2929 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { in collectBitParts() local
2992 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3008 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) in collectBitParts() local
3010 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3023 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3037 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
3053 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) in collectBitParts() local
3088 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) in collectBitParts() local
3090 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) in collectBitParts() local
3105 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) in collectBitParts() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
149 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7015 int BitIdx = N->getConstantOperandVal(2); in getTargetShuffleMask() local
7026 int BitIdx = N->getConstantOperandVal(3); in getTargetShuffleMask() local
13023 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsEXTRQ()
13033 uint64_t &BitIdx) { in matchShuffleAsINSERTQ() argument
13086 BitIdx = (Idx * VT.getScalarSizeInBits()) & 0x3f; in matchShuffleAsINSERTQ()
13100 uint64_t BitLen, BitIdx; in lowerShuffleWithSSE4A() local
13104 DAG.getTargetConstant(BitIdx, DL, MVT::i8)); in lowerShuffleWithSSE4A()
13106 if (matchShuffleAsINSERTQ(VT, V1, V2, Mask, BitLen, BitIdx)) in lowerShuffleWithSSE4A()
36150 uint64_t BitLen, BitIdx; in combineX86ShuffleChain() local
48234 int BitIdx = (i % EltSizeInBits); in combineToExtendBoolVectorInReg() local
[all …]