Searched refs:ComputeLinearIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | Analysis.h | 50 unsigned ComputeLinearIndex(Type *Ty, 55 inline unsigned ComputeLinearIndex(Type *Ty, 58 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 36 unsigned llvm::ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() function in llvm 49 return ComputeLinearIndex(ET, Indices + 1, IndicesEnd, CurIndex); in ComputeLinearIndex() 50 CurIndex = ComputeLinearIndex(ET, nullptr, nullptr, CurIndex); in ComputeLinearIndex() 60 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex() 66 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1686 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
| H A D | SelectionDAGBuilder.cpp | 3755 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 3807 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|