Home
last modified time | relevance | path

Searched refs:AlignType (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp105 retval.AlignType = align_type; in get()
114 return (AlignType == rhs.AlignType in operator ==()
192 AlignTypeEnum AlignType; in init() local
195 case 'i': AlignType = INTEGER_ALIGN; break; in init()
196 case 'v': AlignType = VECTOR_ALIGN; break; in init()
197 case 'f': AlignType = FLOAT_ALIGN; break; in init()
198 case 'a': AlignType = AGGREGATE_ALIGN; break; in init()
199 case 's': AlignType = STACK_ALIGN; break; in init()
209 setAlignment(AlignType, ABIAlign, PrefAlign, Size); in init()
253 if (Alignments[i].AlignType == align_type && in setAlignment()
[all …]
/external/llvm/lib/IR/
DDataLayout.cpp106 retval.AlignType = align_type; in get()
115 return (AlignType == rhs.AlignType in operator ==()
188 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign, in reset()
294 AlignTypeEnum AlignType; in parseSpecifier() local
297 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()
298 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
299 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
300 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()
306 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()
316 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()
[all …]
/external/tensorflow/tensorflow/core/lib/gtl/
Dmanual_constructor.h51 struct AlignType {}; struct
53 struct AlignType<0, size> {
69 struct AlignType<X, size> { \
90 typename tensorflow::gtl::internal::AlignType<TF_LIB_GTL_ALIGN_OF(T), \
105 struct AlignType {
109 tensorflow::gtl::internal::AlignType<Size * sizeof(T)>::result
/external/ImageMagick/MagickCore/
Ddraw.h36 } AlignType; typedef
280 AlignType
Ddraw.c2759 graphic_context[n]->align=(AlignType) align; in DrawImage()
2772 graphic_context[n]->align=(AlignType) align; in DrawImage()
/external/ImageMagick/MagickWand/
Ddrawing-wand.h30 extern WandExport AlignType
212 DrawSetTextAlignment(DrawingWand *,const AlignType),
Ddrawing-wand.c2195 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()
5820 const AlignType alignment) in DrawSetTextAlignment()
6462 CurrentContext->align=(AlignType) ParseCommandOption(MagickAlignOptions, in DrawSetVectorGraphics()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetData.h56 AlignTypeEnum AlignType : 8; //< Alignment type (AlignTypeEnum) member
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2037 DrawableTextAlignment(AlignType alignment_);
2046 void alignment(AlignType alignment_);
2047 AlignType alignment(void) const;
2053 AlignType _alignment;
DInclude.h308 using MagickCore::AlignType;
/external/llvm/include/llvm/IR/
DDataLayout.h67 unsigned AlignType : 8; member
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1510 Magick::AlignType alignment_) in DrawableTextAlignment()
1532 void Magick::DrawableTextAlignment::alignment(AlignType alignment_) in alignment()
1537 Magick::AlignType Magick::DrawableTextAlignment::alignment(void) const in alignment()
/external/ImageMagick/coders/
Dmsl.c821 draw_info->align=(AlignType) option; in MSLStartElement()
2429 draw_info->align=(AlignType) option; in MSLStartElement()
4626 draw_info->align=(AlignType) option; in MSLStartElement()
/external/ImageMagick/PerlMagick/
DMagick.xs8507 draw_info->align=(AlignType) argument_list[23].integer_reference; in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in8507 draw_info->align=(AlignType) argument_list[23].integer_reference;