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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 266 /// getAlignmentInfo - Return the alignment (either ABI if ABIInfo = true or
268 unsigned TargetData::getAlignmentInfo(AlignTypeEnum AlignType,
467 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
492 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
503 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, 0);
  /external/llvm/lib/IR/
DataLayout.cpp 455 /// getAlignmentInfo - Return the alignment (either ABI if ABIInfo = true or
457 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType,
651 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty);
675 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty),
686 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 102 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /external/llvm/include/llvm/IR/
DataLayout.h 149 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 158 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,

Completed in 609 milliseconds