Home
last modified time | relevance | path

Searched refs:CurIndex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeStreamMerger.cpp72 CurIndex += SourceToDest.size(); in TypeStreamMerger()
177 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; member in __anon8a24fc970111::TypeStreamMerger
208 assert(IndexMap.size() == slotForIndex(CurIndex) && in addMapping()
212 assert(slotForIndex(CurIndex) < IndexMap.size()); in addMapping()
213 IndexMap[slotForIndex(CurIndex)] = Idx; in addMapping()
325 CurIndex = TypeIndex(TypeIndex::FirstNonSimpleIndex); in doit()
368 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
382 ++CurIndex; in remapType()
383 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAnalysis.h50 unsigned CurIndex = 0);
54 unsigned CurIndex = 0) {
55 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp36 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()
/llvm-project-15.0.7/clang/lib/Sema/
H A DIdentifierResolver.cpp50 unsigned int CurIndex = POOL_SIZE; member in IdentifierResolver::IdDeclInfoMap
405 if (CurIndex == POOL_SIZE) { in operator []()
407 CurIndex = 0; in operator []()
409 IdDeclInfo *IDI = &CurPool->Pool[CurIndex]; in operator []()
413 ++CurIndex; in operator []()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp175 size_t CurIndex{0}; member in __anon97d149770111::Block
274 Blocks[Idx]->CurIndex = Idx; in merge()
730 size_t Offset = SrcBlock->CurIndex + 1; in getBestMergeGain()
739 size_t Offset = DstBlock->CurIndex; in getBestMergeGain()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DExtTSPReorderAlgorithm.cpp169 size_t CurIndex{0}; member in llvm::bolt::Block
270 Blocks[Idx]->CurIndex = Idx; in merge()