Searched refs:CurIndex (Results 1 – 7 of 7) 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/utils/TableGen/ |
| H A D | OptionParserEmitter.cpp | 310 unsigned CurIndex = 0; in emitOptionParser() local 314 PrefixIndex = CurIndex; in emitOptionParser() 315 assert((CurIndex == 0 || !Prefix.empty()) && in emitOptionParser() 320 CurIndex += Prefix.size() + 1; in emitOptionParser()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 240 size_t CurIndex{0}; member 338 Nodes[Idx]->CurIndex = Idx; in merge() 892 size_t Offset = SrcBlock->CurIndex + 1; in getBestMergeGain() 901 size_t Offset = DstBlock->CurIndex; in getBestMergeGain()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.cpp | 302 unsigned CurIndex = 0; in emitDeclaration() local 305 std::string IdxStr = llvm::to_string(CurIndex); in emitDeclaration() 333 CurIndex += I->size(); in emitDeclaration() 335 assert(CurIndex == CurrentSize); in emitDeclaration()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNHazardRecognizer.cpp | 1842 const Register CurIndex = in fixWMMAHazards() local 1844 if (TRI->regsOverlap(PrevDstReg, CurIndex)) in fixWMMAHazards()
|