Searched refs:getAlignmentInfo (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 457 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in DataLayout 651 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment() 675 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty), in getAlignment() 686 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr); in getABIIntegerTypeAlignment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 540 Align DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, uint32_t BitWidth, in getAlignmentInfo() function in DataLayout 725 const Align Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment() 751 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty).getKnownMinSize(), in getAlignment() 762 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr); in getABIIntegerTypeAlignment()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 149 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 178 Align getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|