Searched refs:alignment (Results 201 - 209 of 209) sorted by relevance

123456789

/external/clang/lib/CodeGen/
H A DCGCall.cpp481 // additional padding, for example due to a user specified alignment.
488 // FIXME: Use better alignment / avoid requiring aligned load.
500 // FIXME: Use better alignment / avoid requiring aligned store.
567 // FIXME: Use better alignment / avoid requiring aligned store.
575 // additional padding, for example due to a user specified alignment.
584 // FIXME: Use better alignment / avoid requiring aligned load.
943 // appropriate alignment.
996 // The alignment we need to use is the max of the requested alignment for
997 // the argument plus the alignment require
1289 unsigned alignment = getContext().getDeclAlign(param).getQuantity(); local
[all...]
H A DCGExpr.cpp65 // FIXME: Should we prefer the preferred type alignment here?
74 // FIXME: Should we prefer the preferred type alignment here?
1667 // Propagate the alignment from the array itself to the result.
1687 // Limit the alignment to that of the result type.
1894 unsigned alignment = getContext().getDeclAlign(field).getQuantity(); local
1895 LValue LV = MakeAddrLValue(addr, type, alignment);
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml390 group "alignment";
393 insist (128 = alignment g)
/external/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl225 // in 64-bit mode I load whole X[16] at once and take care of alignment...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1148 (** [alignment g] returns the required alignment of the global value [g].
1150 val alignment : llvalue -> int var
1152 (** [set_alignment n g] sets the required alignment of the global value [g] to
1452 (** [set_param_alignment p a] set the alignment of parameter [p] to [a]. *)
H A Dllvm.ml507 external alignment : llvalue -> int = "llvm_alignment"
/external/blktrace/doc/
H A Dblktrace.tex617 with a '\%' character, followed by the optional left-alignment specifer
/external/valgrind/main/exp-ptrcheck/
H A Dh_main.c492 SizeT size, SizeT alignment, Bool is_zeroed )
498 p = (Addr)VG_(cli_malloc)(alignment, size);
491 alloc_and_new_mem_heap( ThreadId tid, SizeT size, SizeT alignment, Bool is_zeroed ) argument
/external/grub/docs/
H A Dtexinfo.tex2691 % of an alignment entry. Note that \everycr resets \everytab.
6304 % Similarily, if a @footnote appears inside an alignment, save the footnote

Completed in 287 milliseconds

123456789