Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp106 retval.AlignType = align_type; in get()
115 return (AlignType == rhs.AlignType in operator ==()
189 setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, E.PrefAlign, in reset()
327 AlignTypeEnum AlignType; in parseSpecifier() local
330 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()
331 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
332 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
333 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()
339 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()
349 if (AlignType != AGGREGATE_ALIGN && !ABIAlign) in parseSpecifier()
[all …]
/external/llvm-project/llvm/lib/IR/
DDataLayout.cpp107 retval.AlignType = align_type; in get()
116 return (AlignType == rhs.AlignType in operator ==()
193 if (Error Err = setAlignment((AlignTypeEnum)E.AlignType, E.ABIAlign, in reset()
370 AlignTypeEnum AlignType; in parseSpecifier() local
373 case 'i': AlignType = INTEGER_ALIGN; break; in parseSpecifier()
374 case 'v': AlignType = VECTOR_ALIGN; break; in parseSpecifier()
375 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier()
376 case 'a': AlignType = AGGREGATE_ALIGN; break; in parseSpecifier()
385 if (AlignType == AGGREGATE_ALIGN && Size != 0) in parseSpecifier()
398 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/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Djit_pch.hpp159 typedef llvm::Align AlignType; typedef
162 typedef unsigned AlignType; typedef
Dbuilder_mem.h87 return IRB()->CreateMaskedLoad(Ptr, AlignType(Align), Mask, PassThru, Name);
99 return IRB()->CreateMaskedStore(Val, Ptr, AlignType(Align), Mask);
Dbuilder_mem.cpp237 return MASKED_GATHER(pVecSrcPtr, AlignType(4), pVecMask, pVecPassthru); in GATHER_PTR()
242 MASKED_SCATTER(pVecSrc, pVecDstPtr, AlignType(4), pVecMask); in SCATTER_PTR()
/external/llvm-project/llvm/include/llvm/IR/
DDataLayout.h73 unsigned AlignType : 8; member
150 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument
151 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
156 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h73 unsigned AlignType : 8; member
148 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const { in findAlignmentLowerBound() argument
149 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType, in findAlignmentLowerBound()
154 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
/external/ImageMagick/MagickCore/
Ddraw.h37 } AlignType; typedef
281 AlignType
Ddraw.c3805 graphic_context[n]->align=(AlignType) align; in RenderMVGContent()
3820 graphic_context[n]->align=(AlignType) align; in RenderMVGContent()
/external/dynamic_depth/internal/base/
Dport.h813 struct AlignType {}; struct
815 struct AlignType<0, size> {
830 struct AlignType<X, size> { \
851 typename AlignType<BASE_PORT_H_ALIGN_OF(T), sizeof(T) * Size>::result
866 struct AlignType {
869 #define ALIGNED_CHAR_ARRAY(T, Size) AlignType<Size * sizeof(T)>::result
/external/ImageMagick/MagickWand/
Ddrawing-wand.h30 extern WandExport AlignType
214 DrawSetTextAlignment(DrawingWand *,const AlignType),
Ddrawing-wand.c2199 WandExport AlignType DrawGetTextAlignment(const DrawingWand *wand) in DrawGetTextAlignment()
5903 const AlignType alignment) in DrawSetTextAlignment()
6555 CurrentContext->align=(AlignType) ParseCommandOption(MagickAlignOptions, in DrawSetVectorGraphics()
/external/llvm/include/llvm/IR/
DDataLayout.h67 unsigned AlignType : 8; member
/external/ImageMagick/Magick++/lib/Magick++/
DDrawable.h2062 DrawableTextAlignment(AlignType alignment_);
2071 void alignment(AlignType alignment_);
2072 AlignType alignment(void) const;
2078 AlignType _alignment;
DInclude.h335 using MagickCore::AlignType;
/external/ImageMagick/Magick++/lib/
DDrawable.cpp1479 Magick::AlignType alignment_) in DrawableTextAlignment()
1501 void Magick::DrawableTextAlignment::alignment(AlignType alignment_) in alignment()
1506 Magick::AlignType Magick::DrawableTextAlignment::alignment(void) const in alignment()
/external/llvm-project/openmp/runtime/src/
Dkmp_alloc.cpp65 #define AlignType double macro
70 #define AlignType _Quad macro
147 AlignType b_align;
/external/ImageMagick/coders/
Dmsl.c826 draw_info->align=(AlignType) option; in MSLStartElement()
2436 draw_info->align=(AlignType) option; in MSLStartElement()
4635 draw_info->align=(AlignType) option; in MSLStartElement()
/external/ImageMagick/PerlMagick/
DMagick.xs8636 draw_info->align=(AlignType) argument_list[23].integer_reference; in Mogrify()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in8639 draw_info->align=(AlignType) argument_list[23].integer_reference;