Searched refs:ComputeLinearIndex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | Analysis.h | 54 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 D | Analysis.cpp | 36 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 D | FastISel.cpp | 1787 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
| H A D | SelectionDAGBuilder.cpp | 3414 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 3466 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|