Searched refs:BitIndex (Results 1 - 3 of 3) sorted by relevance

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp461 void reportRegion(bitAttr_t RA, unsigned StartBit, unsigned BitIndex,
1361 unsigned BitIndex, bool AllowMixed) {
1363 Filters.push_back(Filter(*this, StartBit, BitIndex - StartBit, true));
1365 Filters.push_back(Filter(*this, StartBit, BitIndex - StartBit, false));
1404 unsigned BitIndex;
1427 for (BitIndex = 0; BitIndex < BitWidth; ++BitIndex)
1428 if (FilterBitValues[BitIndex] == BIT_TRUE ||
1429 FilterBitValues[BitIndex]
[all...]
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp680 /// The BitIndex field is only used for externally invisible declarations.
682 GuardInfo() : Guard(nullptr), BitIndex(0) {}
684 unsigned BitIndex; member in struct:__anon1006::MicrosoftCXXABI::GuardInfo
2047 unsigned BitIndex; local
2051 BitIndex = getContext().getStaticLocalNumber(&D);
2052 assert(BitIndex > 0);
2053 BitIndex--;
2056 BitIndex = GI->BitIndex++;
2059 if (BitIndex >
[all...]
/external/llvm/lib/Transforms/IPO/
H A DLowerBitSets.cpp297 Value *BitIndex = local
299 Value *BitMask = B.CreateShl(ConstantInt::get(BitsType, 1), BitIndex);

Completed in 290 milliseconds