Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DAnalysis.h47 unsigned ComputeLinearIndex(Type *Ty,
52 inline unsigned ComputeLinearIndex(Type *Ty,
55 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAnalysis.cpp33 unsigned llvm::ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() function in llvm
46 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex); in ComputeLinearIndex()
47 CurIndex = ComputeLinearIndex(ET, nullptr, nullptr, CurIndex); in ComputeLinearIndex()
57 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex()
63 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1670 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
H A DSelectionDAGBuilder.cpp3765 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue()
3812 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()