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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DAnalysis.h50 unsigned ComputeLinearIndex(Type *Ty,
55 inline unsigned ComputeLinearIndex(Type *Ty, function in namespace:llvm
58 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp36 unsigned llvm::ComputeLinearIndex(Type *Ty, function in class:llvm
51 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
52 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex);
62 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0);
68 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1834 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices());
H A DSelectionDAGBuilder.cpp3662 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);
3714 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices);

Completed in 187 milliseconds