Searched defs:BitIdx (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerValueBitMap.h | 36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local 51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GlobalsStream.cpp | 148 uint8_t BitIdx = I % 32; in readGSIHashBuckets() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Local.cpp | 3812 B->Provenance[BitIdx] != BitPart::Unset && in collectBitParts() local 3704 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { collectBitParts() local 3767 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local 3783 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) collectBitParts() local 3785 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) collectBitParts() local 3798 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local 3828 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) collectBitParts() local 3863 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) collectBitParts() local 3865 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) collectBitParts() local 3880 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local 3949 for (unsigned BitIdx = 0; recognizeBSwapOrBitReverseIdiom() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 1947 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { in getPerfectCompletions() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 5149 int BitIdx = N->getConstantOperandVal(2); getTargetShuffleMask() local 5160 int BitIdx = N->getConstantOperandVal(3); getTargetShuffleMask() local 9551 int BitIdx = ExpectedIdx < Size ? ExpectedIdx : (ExpectedIdx - Size); isTargetShuffleEquivalent() local 11610 matchShuffleAsEXTRQ(MVT VT,SDValue & V1,SDValue & V2,ArrayRef<int> Mask,uint64_t & BitLen,uint64_t & BitIdx,const APInt & Zeroable) matchShuffleAsEXTRQ() argument 11666 matchShuffleAsINSERTQ(MVT VT,SDValue & V1,SDValue & V2,ArrayRef<int> Mask,uint64_t & BitLen,uint64_t & BitIdx) matchShuffleAsINSERTQ() argument 11733 uint64_t BitLen, BitIdx; lowerShuffleWithSSE4A() local 38147 uint64_t BitLen, BitIdx; combineX86ShuffleChain() local 44403 int BitIdx = (i % EltSizeInBits); combineToExtendBoolVectorInReg() local [all...] |