/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | Analysis.h | 36 unsigned ComputeLinearIndex(Type *Ty, 41 inline unsigned ComputeLinearIndex(Type *Ty, 44 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
/external/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 54 unsigned ComputeLinearIndex(Type *Ty, 59 inline unsigned ComputeLinearIndex(Type *Ty, 62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 54 unsigned ComputeLinearIndex(Type *Ty, 59 inline unsigned ComputeLinearIndex(Type *Ty, 62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 34 unsigned llvm::ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() function in llvm 49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 50 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex); in ComputeLinearIndex() 59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 60 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex); in ComputeLinearIndex()
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 37 unsigned llvm::ComputeLinearIndex(Type *Ty, in ComputeLinearIndex() function in llvm 52 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 53 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex); in ComputeLinearIndex() 63 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0); in ComputeLinearIndex() 69 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 867 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in SelectExtractValue()
|
D | SelectionDAGBuilder.cpp | 2975 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3015 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1548 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3207 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitInsertValue() 3253 unsigned LinearIndex = ComputeLinearIndex(AggTy, I.getIndices()); in visitExtractValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 1753 unsigned VTIndex = ComputeLinearIndex(AggTy, EVI->getIndices()); in selectExtractValue()
|
D | SelectionDAGBuilder.cpp | 3382 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitInsertValue() 3434 unsigned LinearIndex = ComputeLinearIndex(AggTy, Indices); in visitExtractValue()
|