Searched refs:def (Results 176 - 200 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-unswitch.c117 tree stmt, def, cond, use; local
129 def = SSA_NAME_DEF_STMT (use);
130 def_bb = bb_for_stmt (def);
H A Dtree-flow-inline.h332 link_imm_use (ssa_use_operand_t *linknode, tree def) argument
336 if (!def || TREE_CODE (def) != SSA_NAME)
340 root = &(SSA_NAME_IMM_USE_NODE (def));
343 gcc_assert (*(linknode->use) == def);
361 link_imm_use_stmt (ssa_use_operand_t *linknode, tree def, tree stmt) argument
364 link_imm_use (linknode, def);
508 get_def_from_ptr (def_operand_p def) argument
510 return *def;
857 /* Get the next iterator def valu
1022 op_iter_next_maymustdef(use_operand_p *use, def_operand_p *def, ssa_op_iter *ptr) argument
1054 op_iter_init_maydef(ssa_op_iter *ptr, tree stmt, use_operand_p *use, def_operand_p *def) argument
1068 op_iter_init_mustdef(ssa_op_iter *ptr, tree stmt, use_operand_p *kill, def_operand_p *def) argument
1081 op_iter_init_must_and_may_def(ssa_op_iter *ptr, tree stmt, use_operand_p *kill, def_operand_p *def) argument
1238 tree def = PHI_RESULT (stmt); local
[all...]
H A Dloop-iv.c26 Induction variable is analyzed by walking the use-def chains. When a biv
28 to be a giv, its description is stored to DF_REF_DATA of the def reference.
43 iv_analyze_result (insn, def, iv): Stores to IV the description of the iv
71 /* More than one reaching def, or reaching def that does not
83 /* The use has single dominating def. */
209 struct df_ref *def; local
213 def = DF_DEFS_GET (df, i);
214 iv = DF_REF_IV (def);
218 DF_REF_IV_SET (def, NUL
279 latch_dominating_def(rtx reg, struct df_ref **def) argument
308 iv_get_reaching_def(rtx insn, rtx reg, struct df_ref **def) argument
597 get_biv_step_1(struct df_ref *def, rtx reg, rtx *inner_step, enum machine_mode *inner_mode, enum rtx_code *extend, enum machine_mode outer_mode, rtx *outer_step) argument
784 record_iv(struct df_ref *def, struct rtx_iv *iv) argument
796 analyzed_for_bivness_p(rtx def, struct rtx_iv *iv) argument
808 record_biv(rtx def, struct rtx_iv *iv) argument
823 iv_analyze_biv(rtx def, struct rtx_iv *iv) argument
1021 iv_analyze_def(struct df_ref *def, struct rtx_iv *iv) argument
1078 struct df_ref *def = NULL; local
1159 iv_analyze_result(rtx insn, rtx def, struct rtx_iv *iv) argument
1178 struct df_ref *def, *last_def; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtest_config.c38 check_config_file(krb5_context context, char *filelist, char **res, int def) argument
46 if (def)
61 if (def) {
74 krb5_errx(context, 1, "pp ended before def list");
79 krb5_errx(context, 1, "pp ended after res (and def) list");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzprop_common.c103 zprop_register_string(int prop, const char *name, const char *def, argument
107 zprop_register_impl(prop, name, PROP_TYPE_STRING, 0, def, attr,
113 zprop_register_number(int prop, const char *name, uint64_t def, argument
117 zprop_register_impl(prop, name, PROP_TYPE_NUMBER, def, NULL, attr,
122 zprop_register_index(int prop, const char *name, uint64_t def, argument
126 zprop_register_impl(prop, name, PROP_TYPE_INDEX, def, NULL, attr,
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_box_set.c69 #define RENDER_WITH_DEFAULT(ch,def) w ##ch = _nc_render(win, (ch == 0) ? *(const ARG_CH_T)def : *ch)
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A DMakefile.am47 libcom_err-exports.def \
/freebsd-11-stable/crypto/heimdal/lib/ntlm/
H A DMakefile.am43 libheimntlm-exports.def \
/freebsd-11-stable/sys/arm/allwinner/clk/
H A Daw_lcdclk.c410 struct clknode_init_def def; local
417 memset(&def, 0, sizeof(def));
418 def.id = index;
419 def.name = name;
420 def.parent_names = parent_names;
421 def.parent_cnt = parent_cnt;
423 clk = clknode_create(clkdom, &aw_lcdclk_clknode_class, &def);
/freebsd-11-stable/sys/dev/extres/regulator/
H A Dregulator.h97 struct regnode_init_def *def);
138 struct regnode_init_def *def);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBFile.i44 def Create(cls, file, borrow=False, force_io_methods=False):
H A DSBFileSpec.i87 def __get_fullpath__(self):
H A DSBSymbol.i79 def get_instructions_from_current_target (self):
H A DSBDebugger.i21 def disassemble_instructions (insts):
170 def SetOutputFileHandle(self, file, transfer_ownership):
177 def SetInputFileHandle(self, file, transfer_ownership):
184 def SetErrorFileHandle(self, file, transfer_ownership):
523 def __iter__(self):
527 def __len__(self):
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp314 /// block somewhere. Register values can appear without a corresponding def when
360 SlotIndex Def = VNI->def;
402 if (!VNI->isPHIDef() || VNI->def != BlockStart ||
486 Idx = DefVNI->def;
491 // Create new live ranges with only minimal live segments per def.
513 SlotIndex Def = VNI->def;
536 // This is a dead def. Make sure the instruction knows.
590 Idx = DefVNI->def;
595 // Create a new live ranges with only minimal live segments per def.
607 const LiveRange::Segment *Segment = SR.getSegmentContaining(VNI->def);
[all...]
/freebsd-11-stable/lib/libulog/
H A DMakefile25 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/lib/libstdthreads/
H A DMakefile38 VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
/freebsd-11-stable/sys/dev/extres/phy/
H A Dphy.h63 struct phynode_init_def *def);
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hast/
H A DMakefile35 DEFS= ${MOD}_tree.def
/freebsd-11-stable/usr.sbin/bsnmpd/bsnmpd/
H A DMakefile123 DEFS= tree.def
142 oid.h: tree.def Makefile
143 gensnmptree -e ${XSYM} < ${.ALLSRC:M*.def} > ${.TARGET}
147 tree.c tree.h: tree.def
/freebsd-11-stable/lib/libgcc_s/
H A DMakefile15 VERSION_DEF= ${.CURDIR}/Versions.def
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_vpm.c241 #define test_x509_verify_param_copy(field, def) \
243 ((src->field != def) && (to_default || (dest->field == def))))
247 #define test_x509_verify_param_copy_id(idf, def) \
248 test_x509_verify_param_copy(id->idf, def)
252 #define x509_verify_param_copy(field, def) \
253 if (test_x509_verify_param_copy(field, def)) \
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp325 auto *def = dyn_cast<Defined>(s); local
326 if (!def)
328 if (!isArmMapSymbol(def) && !isThumbMapSymbol(def) &&
329 !isDataMapSymbol(def))
331 if (auto *sec = dyn_cast_or_null<InputSection>(def->section))
333 sectionMap[sec].push_back(def);
/freebsd-11-stable/contrib/flex/
H A Dscan.l42 #define ACTION_IFDEF(def, should_define) \
45 action_define( def, 1 ); \
51 #define ACTION_M4_IFDEF(def, should_define) \
54 buf_m4_define( &m4defs_buf, def, NULL);\
56 buf_m4_undefine( &m4defs_buf, def);\
/freebsd-11-stable/contrib/binutils/ld/
H A Dldcref.c48 unsigned int def : 1; member in struct:cref_ref
186 r->def = FALSE;
196 r->def = TRUE;
412 if (hl->u.def.section->output_section == NULL)
414 if (hl->u.def.section->owner != NULL
415 && (hl->u.def.section->owner->flags & DYNAMIC) != 0)
431 if (r->def)
445 if (! r->def)
560 defsec = hl->u.def.section->output_section;
569 check_refs (hl->root.string, TRUE, hl->u.def
[all...]

Completed in 242 milliseconds

1234567891011>>