Home
last modified time | relevance | path

Searched refs:getAlignmentInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/IR/
DDataLayout.cpp457 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/
DDataLayout.cpp540 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/
DDataLayout.h149 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h178 Align getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,