/netbsd-src/sys/opencrypto/ |
H A D | cryptodev.c | 227 struct csession *cse; in cryptof_ioctl() local 313 cse = csefind(fcr, ses); in cryptof_ioctl() 314 if (cse == NULL) { in cryptof_ioctl() 318 csedelete(fcr, cse); in cryptof_ioctl() 320 csefree(cse); in cryptof_ioctl() 345 cse = csefind(fcr, cop->ses); in cryptof_ioctl() 347 if (cse == NULL) { in cryptof_ioctl() 351 error = cryptodev_op(cse, cop, curlwp); in cryptof_ioctl() 454 cryptodev_op(struct csession *cse, struct crypt_op *cop, struct lwp *l) in cryptodev_op() argument 466 if (cse->txform) { in cryptodev_op() [all …]
|
H A D | ocryptodev.c | 116 struct csession *cse; in ocryptof_ioctl() local 159 cse = cryptodev_csefind(fcr, ocop->ses); in ocryptof_ioctl() 161 if (cse == NULL) { in ocryptof_ioctl() 165 error = ocryptodev_op(cse, ocop, curlwp); in ocryptof_ioctl() 197 ocryptodev_op(struct csession *cse, struct ocrypt_op *ocop, struct lwp *l) in ocryptodev_op() argument 211 return cryptodev_op(cse, &cop, l); in ocryptodev_op()
|
/netbsd-src/sys/arch/atari/stand/ |
H A D | Makefile.booters | 8 COPTS= -Os -fomit-frame-pointer -fno-function-cse -fstrength-reduce -fno-unwind-tables
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
H A D | sh3.s | 5 ! -ffunction-cse -freg-struct-return -fdelayed-branch -fcommon -fgnu-linker
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.cc | 2898 gfc_se cse; in gfc_trans_select_type_cases() local 2934 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() 2935 gfc_conv_expr_val (&cse, cp->low); in gfc_trans_select_type_cases() 2936 gfc_add_block_to_block (&block, &cse.pre); in gfc_trans_select_type_cases() 2937 low = cse.expr; in gfc_trans_select_type_cases() 2942 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() 2943 gfc_conv_expr_val (&cse, cp->high); in gfc_trans_select_type_cases() 2944 gfc_add_block_to_block (&block, &cse.pre); in gfc_trans_select_type_cases() 2945 high = cse.expr; in gfc_trans_select_type_cases() 2977 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 2860 gfc_se cse; in gfc_trans_select_type_cases() local 2896 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() 2897 gfc_conv_expr_val (&cse, cp->low); in gfc_trans_select_type_cases() 2898 gfc_add_block_to_block (&block, &cse.pre); in gfc_trans_select_type_cases() 2899 low = cse.expr; in gfc_trans_select_type_cases() 2904 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() 2905 gfc_conv_expr_val (&cse, cp->high); in gfc_trans_select_type_cases() 2906 gfc_add_block_to_block (&block, &cse.pre); in gfc_trans_select_type_cases() 2907 high = cse.expr; in gfc_trans_select_type_cases() 2939 gfc_init_se (&cse, NULL); in gfc_trans_select_type_cases() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/ |
H A D | 30643.log | 54 * cse.c (cse_insn): Add destination addresses to hash table. Check if
|
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/ |
H A D | 30643.log | 54 * cse.c (cse_insn): Add destination addresses to hash table. Check if
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
H A D | PassRegistry.def | 218 FUNCTION_PASS("early-cse", EarlyCSEPass(/*UseMemorySSA=*/false)) 219 FUNCTION_PASS("early-cse-memssa", EarlyCSEPass(/*UseMemorySSA=*/true))
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
H A D | predicates.md | 118 (3) If we allowed pre-reload passes like combine and cse to recreate
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.def | 165 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass, ())
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/ |
H A D | predicates.md | 123 (3) If we allowed pre-reload passes like combine and cse to recreate
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | predicates.md | 193 (3) If we allowed pre-reload passes like combine and cse to recreate
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | predicates.md | 205 so that we do not use up so many GOT entries. Prevent cse 359 entries. We want to prevent cse from undoing this. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | predicates.md | 205 so that we do not use up so many GOT entries. Prevent cse 359 entries. We want to prevent cse from undoing this. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 73 * cse.c (free_element, get_element): Remove unused prototypes. 271 hash.h. (cse.c): Don't depend on hashtab.h. 273 * cse.c: Don't include hashtab.h. 423 * cse.c: Move a comment. 942 * cse.c: Fix a few minor whitespace goofs. 952 * cse.c (struct cse_reg_info): Add hash_next member, 975 * cse.c (cse_basic_block): Free qty_table consistently. 1203 * cse.c (struct set): New entry orig_src. 1730 * cse.c (FIXED_REGNO_P): Delete tests for OVERLAPPING_REGNO_P. 1792 * cse.c (qty_first_reg, qty_last_reg, qty_mode, qty_const, [all …]
|
H A D | ChangeLog-1997 | 49 * cse.c (rtx_cost): Remove conflicting default case. 99 * cse.c (max_insn_uid): New variable. 207 * cse.c (rtx_cost): Add default case in enumeration switch. 817 * cse.c (cse_insn): Check for invalid entries when taking references. 1101 * cse.c (cse_insn): Don't look at JUMP_LABEL field of a conditional 1799 * cse.c (simplify_ternary_operation, case IF_THEN_ELSE): Collapse 2287 * cse.c (this_insn_cc0_mode): Initialize. 2551 * cse.c (cse_main): Likewise. 2602 * cse.c (simplify_relational_operation): Set h0u just like h0s. 2763 * cse.c (simplify_relational_operation): If MODE specifies a [all …]
|
H A D | FSFChangeLog | 25 * cse.c (cse_insn): Always make SET a nop if dest is hard regster and 153 * Defer some __builtin_constant_p elaborations until after cse; 157 consider constant CONSTRUCTOR constant and to defer some cases to cse. 158 * cse.c (fold_rtx, case CONST): Add handling for CONSTANT_P_RTX. 259 * cse.c, dwarf2out.c, emit-rtl.c, except.c, explow.c: Likewise. 841 * cse.c (cse_main): Use fnotice to print diagnostic. 2208 Sat Feb 14 08:29:43 1998 Arvind Sankar <arvind@cse.iitb.ernet.in> 2498 * cse.c (set_nonvarying_address_components): Understand PIC refs. 2694 * cse.c (max_insn_uid): New variable.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
H A D | predicates.md | 249 /* From cse.c:dead_libcall_p. */
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/ |
H A D | predicates.md | 148 /* ??? We allow more cse opportunities if we only allow constants
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | predicates.md | 249 /* From cse.cc:dead_libcall_p. */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/ |
H A D | predicates.md | 148 /* ??? We allow more cse opportunities if we only allow constants
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | FSFChangeLog | 25 * cse.c (cse_insn): Always make SET a nop if dest is hard regster and 153 * Defer some __builtin_constant_p elaborations until after cse; 157 consider constant CONSTRUCTOR constant and to defer some cases to cse. 158 * cse.c (fold_rtx, case CONST): Add handling for CONSTANT_P_RTX. 259 * cse.c, dwarf2out.c, emit-rtl.c, except.c, explow.c: Likewise. 841 * cse.c (cse_main): Use fnotice to print diagnostic. 2208 Sat Feb 14 08:29:43 1998 Arvind Sankar <arvind@cse.iitb.ernet.in> 2498 * cse.c (set_nonvarying_address_components): Understand PIC refs. 2694 * cse.c (max_insn_uid): New variable.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | README.txt | 560 It might be profitable to cse MOVi16 if there are lots of 32-bit immediates 578 to licm and cse the unnecessary load from cp#1.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
H A D | mcore.md | 157 ;; ; really like to cse these immediates. However, there is a phase 158 ;; ; ordering problem here. cse picks up individual masks and cse's 159 ;; ; those, but not folded masks (cse happens before combine). It's 160 ;; ; not clear what the best solution is because we really want cse
|