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

1 2

  /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/tensorflow/tensorflow/core/lib/gtl/
manual_constructor.h 51 struct AlignType {};
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/
draw.h 36 } AlignType;
280 AlignType
  /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/darwin-x86/clang-4393122/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 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);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
DataLayout.h 73 unsigned AlignType : 8;
135 findAlignmentLowerBound(AlignTypeEnum AlignType, uint32_t BitWidth) const {
136 return const_cast<DataLayout *>(this)->findAlignmentLowerBound(AlignType,
141 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...]

Completed in 626 milliseconds

1 2