Searched refs:ComputeLinearIndex (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | Analysis.h | 47 unsigned ComputeLinearIndex(Type *Ty, 52 inline unsigned ComputeLinearIndex(Type *Ty, 55 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 33 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()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FastISel.cpp | 1735 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
| H A D | SelectionDAGBuilder.cpp | 4271 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 4318 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 16266 {"_ZN4llvm18ComputeLinearIndexEPKNS_4TypeEPKjS4_j", "llvm::ComputeLinearIndex(llvm::Type const*, un…
|