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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 46 StructAlignment = 0;
60 StructAlignment = std::max(TyAlign, StructAlignment);
67 if (StructAlignment == 0) StructAlignment = 1;
71 if ((StructSize & (StructAlignment-1)) != 0)
72 StructSize = TargetData::RoundUpAlignment(StructSize, StructAlignment);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 317 unsigned StructAlignment;
331 return StructAlignment;
  /external/llvm/lib/IR/
DataLayout.cpp 42 StructAlignment = 0;
59 StructAlignment = std::max(TyAlign, StructAlignment);
66 if (StructAlignment == 0) StructAlignment = 1;
70 if ((StructSize & (StructAlignment-1)) != 0) {
72 StructSize = alignTo(StructSize, StructAlignment);
  /external/llvm/include/llvm/IR/
DataLayout.h 475 unsigned StructAlignment;
484 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 488 unsigned StructAlignment;
497 unsigned getAlignment() const { return StructAlignment; }

Completed in 541 milliseconds