Searched refs:uses (Results 1 - 25 of 206) sorted by relevance

123456789

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DPtrUseVisitor.cpp1 //===- PtrUseVisitor.cpp - InstVisitors over a pointers uses --------------===//
22 for (Use &U : I.uses()) {
H A DTypeMetadataUtils.cpp27 for (const Use &U : FPtr->uses()) {
32 // after indirect call promotion and inlining, where we may have uses
54 for (const Use &U : VPtr->uses()) {
82 for (const Use &CIU : CI->uses()) {
111 for (const Use &U : CI->uses()) {
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c134 /* copy term_names, Strings, uses */
144 if (ep->uses[i].name == 0) {
145 ep->uses[i].name = _nc_save_str(ep->uses[i].name);
167 if (ep->uses[i].name == 0)
170 useoffsets[i] = (int) (ep->uses[i].name - stringbuf);
214 ep->uses[i].name = 0;
216 ep->uses[i].name = (tp->str_table + useoffsets[i]);
H A Dcomp_parse.c319 char *lookfor = qp->uses[i].name;
320 long lookline = qp->uses[i].line;
333 qp->uses[i].link = rp;
354 qp->uses[i].link = rp;
366 qp->uses[i].link = 0;
399 if (qp->uses[i].link->nuses) {
419 &qp->uses[qp->nuses - 1].link->tterm);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp96 auto &InOp = *MI.uses().begin();
112 for (auto &Op : Instr.uses()) {
/freebsd-11-stable/tools/LibraryReport/
H A DLibraryReport.tcl130 # examineExecutable to see if it uses any shared libraries. Call ourselves
200 set uses "";
209 lappend uses $lib;
216 if {$verbose} {puts "$uses";}
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.h120 /// Whether this uses the PIC Base register or not.
222 void setUsesPICBase(bool uses) { UsesPICBase = uses; } argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DWinCFGuard.cpp53 for (const Use &U : FnOrCast->uses()) {
67 // this escape. Analyze the uses of the cast as well. This ensures that
/freebsd-11-stable/contrib/netbsd-tests/bin/ps/
H A Dt_ps.sh247 atf_set "descr" "Tests simple uses of header overriding via" \
306 atf_set "descr" "Tests simple uses of null column headings" \
/freebsd-11-stable/contrib/gcc/
H A Dbt-load.c89 btr_user uses; member in struct:btr_def_s
152 instruction that uses the target register value means that the hardware
168 the end of that block, including any uses by a final jump insn, if any. */
320 this->uses = NULL;
342 uses easily.
454 /* Scan the code building up the set of all defs and all uses.
585 /* If this block ends in a jump insn, add any uses or even clobbers
674 /* Link uses to the uses lists of all of their reaching defs.
758 user->next = def->uses;
[all...]
H A Dsched-deps.c933 /* Analyze the uses of memory and registers in rtx X in INSN. */
1066 mode. An insn should not be moved across this even if it only uses
1210 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses);
1267 add_dependence_list (insn, reg_last->uses, 0, REG_DEP_ANTI);
1281 add_dependence_list_and_free (insn, &reg_last->uses, 0,
1316 reg_last->uses = alloc_INSN_LIST (insn, reg_last->uses);
1323 add_dependence_list (insn, reg_last->uses, 0, REG_DEP_ANTI);
1332 add_dependence_list (insn, reg_last->uses,
[all...]
H A Dloop-invariant.c81 struct use *uses; /* The list of uses that are uniquely reached member in struct:def
83 unsigned n_uses; /* Number of such uses. */
682 u->next = def->uses;
683 def->uses = u;
700 for (use = DF_INSN_GET (df, insn)->uses; use; use = use->next_ref)
810 for (use = DF_INSN_GET (df, insn)->uses; use; use = use->next_ref)
896 /* Frees a list of uses USE. */
973 && !dep->def->uses->next)
986 of registers used in the loop, N_INV_USES is the number of uses o
[all...]
H A Dtree-flow-inline.h444 /* Return true if VAR has no uses. */
483 /* Return the number of immediate uses of VAR. */
825 if (ptr->uses)
827 use_p = USE_OP_PTR (ptr->uses);
828 ptr->uses = ptr->uses->next;
895 if (ptr->uses)
897 val = USE_OP (ptr->uses);
898 ptr->uses = ptr->uses
[all...]
/freebsd-11-stable/lib/clang/
H A Dllvm.build.mk32 # Armv6 uses hard float abi, unless the CPUTYPE has soft in it.
33 # arm (for armv4 and armv5 CPUs) always uses the soft float ABI.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp57 for (Use &U : PN.uses()) {
244 // Now check that the uses of this PHI can actually be speculated,
253 for (Use &U : PN.uses()) {
348 for (Use &U : PN->uses()) {
405 /// This code currently uses a linear-to-compute order for a greedy approach.
435 for (Use &U : PN->uses())
494 for (Use &U : PN->uses())
516 for (Use &U : PN->uses()) {
558 /// rewriting all uses.
663 // Because we're walking in-order, the defs must precede the uses an
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAddMissingPrototypes.cpp74 // When clang emits prototype-less C functions it uses (...), i.e. varargs
92 for (Use &U : F.uses()) {
/freebsd-11-stable/contrib/bmake/mk/
H A Drst2htm.mk28 # otherwise it uses RST2HTML
/freebsd-11-stable/share/dtrace/
H A Dtcpdebug29 * The tcpdebug D script uses the tcp:kernel::debug tracepoints
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp47 /// PropagateConstantsIntoArguments - Look at all uses of the specified
48 /// function. If all uses are direct call sites, and all pass a particular
60 for (Use &U : F.uses()) {
62 // Ignore blockaddress uses.
221 // over all users, replacing any uses of the return value with the returned
224 for (Use &U : F.uses()) {
261 // If this use uses a specific return value, and we have a replacement,
/freebsd-11-stable/contrib/ncurses/include/
H A Dterm_entry.h81 } uses[MAX_USES]; member in struct:entry
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp91 for (const Use &U : P->uses()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp67 for (const Use &U : V->uses()) {
H A DCodeMoverUtils.cpp120 for (const Use &U : I.uses())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp127 auto BlockAddressUseIt = llvm::find_if(BB.uses(), IsBlockAddressUse);
152 // FIXME: This part doesn't properly recognize other uses of blockaddress
H A DMIRVRegNamerUtils.cpp106 llvm::transform(MI.uses(), std::back_inserter(MIOperands), GetHashableMO);

Completed in 282 milliseconds

123456789