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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 82 SmallVector<unsigned char, 8> LegalIntWidths; ///< Legal Integers.
137 LegalIntWidths(TD.LegalIntWidths),
164 for (unsigned i = 0, e = (unsigned)LegalIntWidths.size(); i != e; ++i)
165 if (LegalIntWidths[i] == Width)
184 for (unsigned i = 0, e = (unsigned)LegalIntWidths.size(); i != e; ++i)
185 if (Width <= LegalIntWidths[i])
  /external/llvm/include/llvm/IR/
DataLayout.h 118 SmallVector<unsigned char, 8> LegalIntWidths;
199 LegalIntWidths = DL.LegalIntWidths;
237 for (unsigned LegalIntWidth : LegalIntWidths)
302 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 120 SmallVector<unsigned char, 8> LegalIntWidths;
193 LegalIntWidths = DL.LegalIntWidths;
232 for (unsigned LegalIntWidth : LegalIntWidths)
298 for (unsigned LegalIntWidth : LegalIntWidths)

Completed in 359 milliseconds