Searched refs:align_type (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DataLayout.cpp | 104 LayoutAlignElem LayoutAlignElem::get(AlignTypeEnum align_type, Align abi_align, in get() argument 108 retval.AlignType = align_type; in get() 559 Error DataLayout::setAlignment(AlignTypeEnum align_type, Align abi_align, in setAlignment() argument 572 AlignmentsTy::iterator I = findAlignmentLowerBound(align_type, bit_width); in setAlignment() 574 I->AlignType == (unsigned)align_type && I->TypeBitWidth == bit_width) { in setAlignment() 580 Alignments.insert(I, LayoutAlignElem::get(align_type, abi_align, in setAlignment()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 79 static LayoutAlignElem get(AlignTypeEnum align_type, Align abi_align, 176 Error setAlignment(AlignTypeEnum align_type, Align abi_align,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | stor-layout.cc | 2309 tree align_type) in finish_builtin_struct() argument 2321 if (align_type) in finish_builtin_struct() 2323 SET_TYPE_ALIGN (type, TYPE_ALIGN (align_type)); in finish_builtin_struct() 2324 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct() 2326 TYPE_WARN_IF_NOT_ALIGN (align_type)); in finish_builtin_struct()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | stor-layout.c | 2293 tree align_type) in finish_builtin_struct() argument 2305 if (align_type) in finish_builtin_struct() 2307 SET_TYPE_ALIGN (type, TYPE_ALIGN (align_type)); in finish_builtin_struct() 2308 TYPE_USER_ALIGN (type) = TYPE_USER_ALIGN (align_type); in finish_builtin_struct() 2310 TYPE_WARN_IF_NOT_ALIGN (align_type)); in finish_builtin_struct()
|
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf32-xtensa.c | 6446 enum ebb_target_enum align_type; /* for the target alignment */ member 6710 enum ebb_target_enum align_type, in ebb_propose_action() argument 6736 act->align_type = align_type; in ebb_propose_action() 7969 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; in compute_ebb_proposed_actions() local 7980 align_type = EBB_REQUIRE_TGT_ALIGN; in compute_ebb_proposed_actions() 7982 ebb_propose_action (ebb_table, align_type, 0, in compute_ebb_proposed_actions() 8146 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions() 8148 if (action->align_type == EBB_REQUIRE_TGT_ALIGN in compute_ebb_actions() 8158 && action->align_type != EBB_REQUIRE_LOOP_ALIGN in compute_ebb_actions() 8159 && action->align_type != EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf32-xtensa.c | 6453 enum ebb_target_enum align_type; /* for the target alignment */ member 6717 enum ebb_target_enum align_type, in ebb_propose_action() argument 6743 act->align_type = align_type; in ebb_propose_action() 7976 enum ebb_target_enum align_type = EBB_DESIRE_TGT_ALIGN; in compute_ebb_proposed_actions() local 7987 align_type = EBB_REQUIRE_TGT_ALIGN; in compute_ebb_proposed_actions() 7989 ebb_propose_action (ebb_table, align_type, 0, in compute_ebb_proposed_actions() 8153 if (action->align_type == EBB_REQUIRE_LOOP_ALIGN) in compute_ebb_actions() 8155 if (action->align_type == EBB_REQUIRE_TGT_ALIGN in compute_ebb_actions() 8165 && action->align_type != EBB_REQUIRE_LOOP_ALIGN in compute_ebb_actions() 8166 && action->align_type != EBB_REQUIRE_TGT_ALIGN) in compute_ebb_actions() [all …]
|