Searched refs:getAlignmentInfo (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 268 unsigned TargetData::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in TargetData 467 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment() 492 return getAlignmentInfo((AlignTypeEnum)AlignType, getTypeSizeInBits(Ty), in getAlignment() 503 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, 0); in getABIIntegerTypeAlignment()
|
/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-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 515 unsigned DataLayout::getAlignmentInfo(AlignTypeEnum AlignType, in getAlignmentInfo() function in DataLayout 695 unsigned Align = getAlignmentInfo(AGGREGATE_ALIGN, 0, abi_or_pref, Ty); in getAlignment() 719 return getAlignmentInfo(AlignType, getTypeSizeInBits(Ty), abi_or_pref, Ty); in getAlignment() 729 return getAlignmentInfo(INTEGER_ALIGN, BitWidth, true, nullptr); in getABIIntegerTypeAlignment()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 102 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 149 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 168 unsigned getAlignmentInfo(AlignTypeEnum align_type, uint32_t bit_width,
|