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

  /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/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 56 AlignTypeEnum AlignType : 8; //< Alignment type (AlignTypeEnum)
  /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/include/llvm/IR/
DataLayout.h 67 unsigned AlignType : 8;
  /external/ImageMagick/MagickCore/
draw.h 36 } AlignType;
280 AlignType

Completed in 203 milliseconds