Home
last modified time | relevance | path

Searched refs:cse (Results 1 – 25 of 224) sorted by relevance

123456789

/netbsd-src/sys/opencrypto/
H A Dcryptodev.c227 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 Docryptodev.c116 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 DMakefile.booters8 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 Dsh3.s5 ! -ffunction-cse -freg-struct-return -fdelayed-branch -fcommon -fgnu-linker
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-stmt.cc2898 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 Dtrans-stmt.c2860 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 D30643.log54 * cse.c (cse_insn): Add destination addresses to hash table. Check if
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/examples/
H A D30643.log54 * cse.c (cse_insn): Add destination addresses to hash table. Check if
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/
H A DPassRegistry.def218 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 Dpredicates.md118 (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 DMachinePassRegistry.def165 DUMMY_MACHINE_FUNCTION_PASS("machine-cse", MachineCSEPass, ())
/netbsd-src/external/gpl3/gcc/dist/gcc/config/riscv/
H A Dpredicates.md123 (3) If we allowed pre-reload passes like combine and cse to recreate
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dpredicates.md193 (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 Dpredicates.md205 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 Dpredicates.md205 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 DChangeLog-199973 * 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 DChangeLog-199749 * 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 DFSFChangeLog25 * 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 Dpredicates.md249 /* From cse.c:dead_libcall_p. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m32r/
H A Dpredicates.md148 /* ??? We allow more cse opportunities if we only allow constants
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/
H A Dpredicates.md249 /* From cse.cc:dead_libcall_p. */
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m32r/
H A Dpredicates.md148 /* ??? We allow more cse opportunities if we only allow constants
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A DFSFChangeLog25 * 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 DREADME.txt560 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 Dmcore.md157 ;; ; 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

123456789