Home
last modified time | relevance | path

Searched defs:BitIdx (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerValueBitMap.h36 uintptr_t BitIdx = Idx % kBitsInWord; in AddValue() local
51 uintptr_t BitIdx = Idx % kBitsInWord; in Get() local
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp148 bool IsSet = HashBitmap[WordIdx] & (1U << BitIdx); in readGSIHashBuckets() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp3804 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) { collectBitParts() local
3867 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local
3883 for (unsigned BitIdx = 0; BitIdx < NarrowBitWidth; ++BitIdx) collectBitParts() local
3885 for (unsigned BitIdx = NarrowBitWidth; BitIdx < BitWidth; ++BitIdx) collectBitParts() local
3898 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local
3912 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local
3928 for (unsigned BitIdx = 0; BitIdx < 8; ++BitIdx) collectBitParts() local
3963 for (unsigned BitIdx = 0; BitIdx < StartBitRHS; ++BitIdx) collectBitParts() local
3965 for (unsigned BitIdx = 0; BitIdx < ModAmt; ++BitIdx) collectBitParts() local
3980 for (unsigned BitIdx = 0; BitIdx < BitWidth; ++BitIdx) collectBitParts() local
4049 for (unsigned BitIdx = 0; recognizeBSwapOrBitReverseIdiom() local
[all...]
/llvm-project/llvm/unittests/Target/X86/
H A DTernlogTest.cpp133 unsigned BitIdx = ((A & 1) << 2) | ((B & 1) << 1) | (C & 1); in checkResult() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1947 for (unsigned BitIdx = 0; BitIdx != Width; ++BitIdx) { getPerfectCompletions() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5295 int BitIdx = N.getConstantOperandVal(2); getTargetShuffleMask() local
5306 int BitIdx = N.getConstantOperandVal(3); getTargetShuffleMask() local
9717 int BitIdx = ExpectedIdx < Size ? ExpectedIdx : (ExpectedIdx - Size); isTargetShuffleEquivalent() local
11767 matchShuffleAsEXTRQ(MVT VT,SDValue & V1,SDValue & V2,ArrayRef<int> Mask,uint64_t & BitLen,uint64_t & BitIdx,const APInt & Zeroable) matchShuffleAsEXTRQ() argument
11823 matchShuffleAsINSERTQ(MVT VT,SDValue & V1,SDValue & V2,ArrayRef<int> Mask,uint64_t & BitLen,uint64_t & BitIdx) matchShuffleAsINSERTQ() argument
11890 uint64_t BitLen, BitIdx; lowerShuffleWithSSE4A() local
38879 uint64_t BitLen, BitIdx; combineX86ShuffleChain() local
45377 int BitIdx = (i % EltSizeInBits); combineToExtendBoolVectorInReg() local
[all...]