Searched refs:IndicesEnd (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Analysis.cpp | 36 const unsigned *IndicesEnd, in ComputeLinearIndex() argument 39 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex() 49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | Analysis.h | 38 const unsigned *IndicesEnd,
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 39 const unsigned *IndicesEnd, in ComputeLinearIndex() argument 42 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex() 52 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); 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 | 38 const unsigned *IndicesEnd, in ComputeLinearIndex() argument 41 if (Indices && Indices == IndicesEnd) in ComputeLinearIndex() 51 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex() 68 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex); in ComputeLinearIndex()
|
/external/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 56 const unsigned *IndicesEnd,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | Analysis.h | 56 const unsigned *IndicesEnd,
|