Home
last modified time | relevance | path

Searched refs:promoted (Results 1 – 25 of 172) sorted by relevance

1234567

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcCallingConv.td52 // array at fixed offsets. Integer arguments are promoted to registers when
56 // parameter array at fixed offsets. Float and double parameters are promoted
61 // promoted to both floating point and integer registers when possible. A
113 // structs. These arguments are not promoted to 64 bits, but they can still
117 // All integers are promoted to i64 by the caller.
/netbsd/external/bsd/openldap/dist/doc/devel/
H A DOIDs70 authPassword ExperimentalSyntax:2 check - this was promoted to RFC3112
82 authPaswordMatch ExperimentalMatchingRule:1 check - this was promoted to RFC3112
/netbsd/usr.bin/tic/
H A Dtic.c418 bool promoted; in merge_use() local
426 promoted = false; in merge_use()
468 if (!promoted && rtic->rtype != TERMINFO_RTYPE) { in merge_use()
471 promoted = true; in merge_use()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dsplay-tree-utils.tcc51 node_type promoted = get_child (node, index); in promote_child() local
52 set_child (node, index, get_child (promoted, 1 - index)); in promote_child()
53 set_child (promoted, 1 - index, node); in promote_child()
54 return promoted; in promote_child()
H A Ddiagnostic.def50 /* This one is just for counting DK_WARNING promoted to DK_ERROR
H A Dauto-profile.c1093 afdo_set_bb_count (basic_block bb, const stmt_set &promoted) in afdo_set_bb_count() argument
1113 && promoted.find (stmt) == promoted.end ()) in afdo_set_bb_count()
H A Dauto-profile.cc1106 afdo_set_bb_count (basic_block bb, const stmt_set &promoted) in afdo_set_bb_count() argument
1126 && promoted.find (stmt) == promoted.end ()) in afdo_set_bb_count()
/netbsd/sys/arch/hpc/stand/
H A DREADME20 # ARM, not promoted to binary directory).
/netbsd/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dmode_t.m415 AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/m4/
H A Dmode_t.m415 AC_CACHE_CHECK([for promoted mode_t type], [gl_cv_promoted_mode_t], [
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc2746 flatten_await_stmt (ins, promoted, temps_used, &n->init); in flatten_await_stmt()
2747 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
2765 flatten_await_stmt (ins, promoted, temps_used, in flatten_await_stmt()
2767 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
2815 flatten_await_stmt (ins, promoted, temps_used, NULL); in flatten_await_stmt()
2845 bool already_present = promoted->add (var); in flatten_await_stmt()
2873 flatten_await_stmt (ins, promoted, temps_used, NULL); in flatten_await_stmt()
2874 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
2890 bool already_present = promoted->add (var); in flatten_await_stmt()
2906 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-13-Reference-Memory.txt23 C++ pointers could be promoted to references in the LLVM
H A D2001-02-13-Reference-MemoryResponse.txt14 > C++ pointers could be promoted to references in the LLVM
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2890 flatten_await_stmt (ins, promoted, temps_used, &n->init); in flatten_await_stmt()
2891 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
2909 flatten_await_stmt (ins, promoted, temps_used, in flatten_await_stmt()
2911 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
2959 flatten_await_stmt (ins, promoted, temps_used, NULL); in flatten_await_stmt()
2989 bool already_present = promoted->add (var); in flatten_await_stmt()
3017 flatten_await_stmt (ins, promoted, temps_used, NULL); in flatten_await_stmt()
3018 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
3034 bool already_present = promoted->add (var); in flatten_await_stmt()
3057 flatten_await_stmt (n, promoted, temps_used, NULL); in flatten_await_stmt()
[all …]
/netbsd/external/gpl2/gmake/dist/tests/scripts/features/
H A Dorder_only38 # TEST #3 -- Make sure the order-only prereq was promoted to normal.
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfc-diagnostic.def45 /* This one is just for counting DK_WARNING promoted to DK_ERROR
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfc-diagnostic.def45 /* This one is just for counting DK_WARNING promoted to DK_ERROR
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.def50 /* This one is just for counting DK_WARNING promoted to DK_ERROR
H A Dauto-profile.c1093 afdo_set_bb_count (basic_block bb, const stmt_set &promoted) in afdo_set_bb_count() argument
1113 && promoted.find (stmt) == promoted.end ()) in afdo_set_bb_count()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td74 // On PPC64, integer return values are always promoted to i64
121 // Only handle ints and floats. All ints are promoted to i64.
136 // All small ints are promoted to i64. Vector types, quadword ints,
/netbsd/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend_impl.inc69 // If sizeof(src_rep_t) < sizeof(int), the subtraction result is promoted
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsCallingConv.td138 // All integers (except soft-float integers) are promoted to 64-bit.
175 // All integers are promoted to 64-bit.
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbit252 // promoted type.
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrFragmentsSIMD.td841 // NOTE: all 128-bit integer vector loads are promoted to v2i64
856 // NOTE: all 256-bit integer vector loads are promoted to v4i64
897 // NOTE: all 128-bit integer vector loads are promoted to v2i64
H A DX86CallingConv.td225 // since the boolean types in AVX/AVX2 are promoted by default.
546 // since the boolean types in AVX/AVX2 are promoted by default.
835 // since the boolean types in AVX/AVX2 are promoted by default.

1234567