Searched refs:CurIndex (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeStreamMerger.cpp | 72 CurIndex += SourceToDest.size(); in TypeStreamMerger() 178 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; member in __anon294433670111::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()
|
/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 240 size_t CurIndex{0}; 338 Nodes[Idx]->CurIndex = Idx; 892 size_t Offset = SrcBlock->CurIndex + 1; in mergeChains() 901 size_t Offset = DstBlock->CurIndex; in mergeChains() 216 size_t CurIndex{0}; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNHazardRecognizer.cpp | 1751 const Register CurIndex = in fixWMMAHazards() local 1753 if (TRI->regsOverlap(PrevDstReg, CurIndex)) in fixWMMAHazards()
|