Searched refs:CurIndex (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 72 CurIndex += SourceToDest.size(); in TypeStreamMerger() 178 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; member in __anonc82fd7540111::TypeStreamMerger 209 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping() 213 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping() 214 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping() 324 CurIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex); in doit() 367 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType() 381 ++CurIndex; in remapType() 382 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType() 492 PCHInfo.emplace(PCHMergerInfo{EP.getSignature(), CurIndex.toArrayIndex()}); in shouldRemapType()
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | Analysis.h | 50 unsigned CurIndex = 0); 54 unsigned CurIndex = 0) { 55 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 36 unsigned CurIndex) { in ComputeLinearIndex() argument 39 return CurIndex; in ComputeLinearIndex() 46 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex); in ComputeLinearIndex() 47 CurIndex = ComputeLinearIndex(ET, nullptr, nullptr, CurIndex); in ComputeLinearIndex() 50 return CurIndex; in ComputeLinearIndex() 62 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex() 63 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 65 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex() 66 return CurIndex; in ComputeLinearIndex() 69 return CurIndex + 1; in ComputeLinearIndex()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | IdentifierResolver.cpp | 50 unsigned int CurIndex = POOL_SIZE; member in IdentifierResolver::IdDeclInfoMap 409 if (CurIndex == POOL_SIZE) { in operator []() 411 CurIndex = 0; in operator []() 413 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []() 417 ++CurIndex; in operator []()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 200 size_t CurIndex{0}; member in __anonabdfb7340111::Block 309 Blocks[Idx]->CurIndex = Idx; in merge() 776 size_t Offset = SrcBlock->CurIndex + 1; in getBestMergeGain() 785 size_t Offset = DstBlock->CurIndex; in getBestMergeGain()
|