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

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetData.cpp 105 retval.AlignType = align_type;
114 return (AlignType == rhs.AlignType
192 AlignTypeEnum AlignType;
195 case 'i': AlignType = INTEGER_ALIGN; break;
196 case 'v': AlignType = VECTOR_ALIGN; break;
197 case 'f': AlignType = FLOAT_ALIGN; break;
198 case 'a': AlignType = AGGREGATE_ALIGN; break;
199 case 's': AlignType = STACK_ALIGN; break;
209 setAlignment(AlignType, ABIAlign, PrefAlign, Size)
    [all...]
  /external/llvm/lib/IR/
DataLayout.cpp 106 retval.AlignType = align_type;
115 return (AlignType == rhs.AlignType
188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign,
294 AlignTypeEnum AlignType;
297 case 'i': AlignType = INTEGER_ALIGN; break;
298 case 'v': AlignType = VECTOR_ALIGN; break;
299 case 'f': AlignType = FLOAT_ALIGN; break;
300 case 'a': AlignType = AGGREGATE_ALIGN; break;
306 if (AlignType == AGGREGATE_ALIGN && Size != 0
    [all...]
  /external/ImageMagick/MagickCore/
draw.h 36 } AlignType;
280 AlignType
draw.c     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 68 unsigned AlignType : 8;
128 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
129 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
134 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /external/ImageMagick/MagickWand/
drawing-wand.h 30 extern WandExport AlignType
212 DrawSetTextAlignment(DrawingWand *,const AlignType),
drawing-wand.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 56 AlignTypeEnum AlignType : 8; //< Alignment type (AlignTypeEnum)
  /external/llvm/include/llvm/IR/
DataLayout.h 67 unsigned AlignType : 8;
  /external/ImageMagick/Magick++/lib/Magick++/
Drawable.h     [all...]
Include.h 308 using MagickCore::AlignType;
    [all...]
  /external/ImageMagick/Magick++/lib/
Drawable.cpp     [all...]
  /external/ImageMagick/coders/
msl.c 827 draw_info->align=(AlignType) option;
    [all...]
  /external/ImageMagick/www/api/
drawing-wand.php     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 1847 milliseconds