Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DAnalysis.h54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp36 unsigned llvm::ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() function in llvm
51 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
52 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex); in ComputeLinearIndex()
62 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex()
68 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1787 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
H A DSelectionDAGBuilder.cpp3414 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue()
3466 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()