Searched refs:NumPieces (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DRewriteRope.cpp136 /// NumPieces - This holds the number of rope pieces currently active in the
138 unsigned char NumPieces = 0; member in class:__anon706::RopePieceBTreeLeaf
157 bool isFull() const { return NumPieces == 2*WidthFactor; }
161 while (NumPieces)
162 Pieces[--NumPieces] = RopePiece();
166 unsigned getNumPieces() const { return NumPieces; }
298 ++NumPieces;
318 NewNode->NumPieces = NumPieces = WidthFactor;
368 NumPieces
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/APINotes/
H A DAPINotesFormat.h249 unsigned NumPieces; member in struct:clang::api_notes::StoredObjCSelector
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp1214 unsigned NumPieces = Query.MMODescrs[0].SizeInBits / MaxSize;
1218 if (NumPieces == 1 || NumPieces >= NumElts ||
1219 NumElts % NumPieces != 0)
1223 LLT::vector(NumElts / NumPieces, EltTy));
H A DAMDGPURegisterBankInfo.cpp909 unsigned NumPieces = Unmerge->getNumOperands() - 1; local
910 for (unsigned PieceIdx = 0; PieceIdx != NumPieces; ++PieceIdx) {

Completed in 197 milliseconds