Searched refs:ComputeLinearIndex (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 49 unsigned ComputeLinearIndex(Type *Ty, 54 inline unsigned ComputeLinearIndex(Type *Ty, 57 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
/external/llvm/lib/CodeGen/ |
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()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1459 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3305 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3351 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|