HomeSort by relevance Sort by last modified time
    Searched defs:ComputeLinearIndex (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/CodeGen/
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/include/llvm/CodeGen/
Analysis.h 32 /// ComputeLinearIndex - Given an LLVM IR aggregate type and a sequence
36 unsigned ComputeLinearIndex(Type *Ty,
41 inline unsigned ComputeLinearIndex(Type *Ty,
44 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 54 unsigned ComputeLinearIndex(Type *Ty,
59 inline unsigned ComputeLinearIndex(Type *Ty,
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
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/
Analysis.cpp 30 /// ComputeLinearIndex - Given an LLVM IR aggregate type and a sequence
34 unsigned llvm::ComputeLinearIndex(Type *Ty,
49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
50 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex);
59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
60 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex);
  /external/llvm/lib/CodeGen/
Analysis.cpp 37 unsigned llvm::ComputeLinearIndex(Type *Ty,
52 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
53 CurIndex = ComputeLinearIndex(*EI, nullptr, nullptr, CurIndex);
63 unsigned EltLinearOffset = ComputeLinearIndex(EltTy, nullptr, nullptr, 0);
69 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);

Completed in 399 milliseconds