Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeStreamMerger.cpp72 CurIndex += SourceToDest.size(); in TypeStreamMerger()
177 TypeIndex CurIndex{TypeIndex::FirstNonSimpleIndex}; member in __anon57006db00111::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()
366 GloballyHashedType H = GlobalHashes[CurIndex.toArrayIndex()]; in remapType()
380 ++CurIndex; in remapType()
381 assert((IsSecondPass || IndexMap.size() == slotForIndex(CurIndex)) && in remapType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DAnalysis.cpp38 unsigned CurIndex) { in ComputeLinearIndex() argument
41 return CurIndex; in ComputeLinearIndex()
50 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
51 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex); in ComputeLinearIndex()
54 return CurIndex; in ComputeLinearIndex()
66 CurIndex += EltLinearOffset* *Indices; in ComputeLinearIndex()
67 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
69 CurIndex += EltLinearOffset*NumElts; in ComputeLinearIndex()
70 return CurIndex; in ComputeLinearIndex()
73 return CurIndex + 1; in ComputeLinearIndex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DAnalysis.h57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTimerTree.cpp138 TTindex CurIndex = 0; in findPath() local
142 CurIndex = getChildIndex(CurIndex, Index); in findPath()
144 assert(CurIndex); // shouldn't be the sentinel node in findPath()
145 return CurIndex; in findPath()