Searched refs:align_type (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DataLayout.cpp | 105 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get() argument 109 retval.AlignType = align_type; in get() 567 Error DataLayout::setAlignment(AlignTypeEnum align_type, Align abi_align, in setAlignment() argument 580 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment() 582 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) { in setAlignment() 588 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 81 static LayoutAlignElem get(AlignTypeEnum align_type, Align abi_align, 179 Error setAlignment(AlignTypeEnum align_type, Align abi_align,
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | stor-layout.c | 1517 tree align_type) in finish_builtin_struct() argument 1529 if (align_type) in finish_builtin_struct() 1531 TYPE_ALIGN (type) = TYPE_ALIGN (align_type); in finish_builtin_struct() 1532 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | elf32-xtensa.c | 5351 enum ebb_target_enum align_type; /* for the target alignment */ member 5610 enum ebb_target_enum align_type, in ebb_propose_action() argument 5637 act->align_type = align_type; in ebb_propose_action() 6524 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; in compute_ebb_proposed_actions() local 6541 align_type = EBB_REQUIRE_TGT_ALIGN; in compute_ebb_proposed_actions() 6543 ebb_propose_action (ebb_table, align_type, 0, in compute_ebb_proposed_actions() 6701 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions() 6703 if (action->align_type == EBB_REQUIRE_TGT_ALIGN in compute_ebb_actions() 6713 && action->align_type != EBB_REQUIRE_LOOP_ALIGN in compute_ebb_actions() 6714 && action->align_type != EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | decl2.c | 1454 finish_builtin_type (type, name, fields, len, align_type) in finish_builtin_type() argument 1459 tree align_type; 1471 TYPE_ALIGN (type) = TYPE_ALIGN (align_type); 1472 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type);
|