HomeSort by: relevance | last modified time | path
    Searched defs:uses (Results 1 - 25 of 110) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc/dist/contrib/
jit-coverage-report.py 51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
59 print(' uses in %s: %i' % (path, count))
60 if uses[sym] == 0:
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
66 for sym, count in uses.most_common():
jit-coverage-report.py 51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
59 print(' uses in %s: %i' % (path, count))
60 if uses[sym] == 0:
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
66 for sym, count in uses.most_common():
  /src/external/gpl3/gcc.old/dist/contrib/
jit-coverage-report.py 51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
59 print(' uses in %s: %i' % (path, count))
60 if uses[sym] == 0:
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
66 for sym, count in uses.most_common():
jit-coverage-report.py 51 uses = Counter() variable
54 uses[sym] = 0
57 uses[sym] += count
59 print(' uses in %s: %i' % (path, count))
60 if uses[sym] == 0:
65 print(layout % ('SYMBOL', 'USES', 'HISTOGRAM'))
66 for sym, count in uses.most_common():
  /src/external/gpl3/gcc/dist/gcc/
fold-mem-offsets.cc 76 foldable instructions for uses. In that phase a DFS traversal on the
205 /* Get all uses of REG which is set in INSN. Return the use list or NULL if a
207 there are missing / irregular uses and true otherwise. */
483 /* Function that computes the offset that would have to be added to all uses
515 memory addresses and do not have other uses. Use the same logic
519 struct df_link *uses = get_uses (def, dest, &success), *ref_link; local
524 for (ref_link = uses; ref_link; ref_link = ref_link->next)
valtrack.cc 341 /* Reset all debug uses in HEAD, and clear DEBUG->to_rescan bits of
408 /* Promote pending local uses of pseudos in DEBUG to global
409 substitutions. Uses of non-pseudos are left alone for
479 /* Reset all debug insns with pending uses. Release the bitmap in it,
570 replace all uses of UREGNO in DEBUG with uses of the debug temp.
580 struct dead_debug_use *uses = NULL; local
581 struct dead_debug_use **usesp = &uses;
597 /* Move all uses of uregno from debug->head to uses, setting mode t
    [all...]
fold-mem-offsets.cc 76 foldable instructions for uses. In that phase a DFS traversal on the
205 /* Get all uses of REG which is set in INSN. Return the use list or NULL if a
207 there are missing / irregular uses and true otherwise. */
483 /* Function that computes the offset that would have to be added to all uses
515 memory addresses and do not have other uses. Use the same logic
519 struct df_link *uses = get_uses (def, dest, &success), *ref_link; local
524 for (ref_link = uses; ref_link; ref_link = ref_link->next)
valtrack.cc 341 /* Reset all debug uses in HEAD, and clear DEBUG->to_rescan bits of
408 /* Promote pending local uses of pseudos in DEBUG to global
409 substitutions. Uses of non-pseudos are left alone for
479 /* Reset all debug insns with pending uses. Release the bitmap in it,
570 replace all uses of UREGNO in DEBUG with uses of the debug temp.
580 struct dead_debug_use *uses = NULL; local
581 struct dead_debug_use **usesp = &uses;
597 /* Move all uses of uregno from debug->head to uses, setting mode t
    [all...]
compare-elim.cc 75 /* The choice of maximum 3 uses comes from wanting to eliminate the two
110 struct comparison_use uses[MAX_CMP_USE];
115 /* The number of uses identified for this comparison. */
118 /* True if not all uses of this comparison have been identified.
225 /* Look for uses of FLAGS in INSN. If we find one we can analyze, record
233 /* If we've already lost track of uses, don't bother collecting more. */
247 /* If we've run out of slots to record uses, quit. */
267 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++];
415 /* Notice if this instruction uses the flags register. */
519 /* If we don't have access to all of the uses, we can't validate. *
109 struct comparison_use uses[MAX_CMP_USE]; member in struct:comparison
    [all...]
compare-elim.cc 75 /* The choice of maximum 3 uses comes from wanting to eliminate the two
110 struct comparison_use uses[MAX_CMP_USE];
115 /* The number of uses identified for this comparison. */
118 /* True if not all uses of this comparison have been identified.
225 /* Look for uses of FLAGS in INSN. If we find one we can analyze, record
233 /* If we've already lost track of uses, don't bother collecting more. */
247 /* If we've run out of slots to record uses, quit. */
267 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++];
415 /* Notice if this instruction uses the flags register. */
519 /* If we don't have access to all of the uses, we can't validate. *
109 struct comparison_use uses[MAX_CMP_USE]; member in struct:comparison
    [all...]
ree.cc 504 /* Get all the reaching uses of an instruction. The uses are desired for REG
865 as destination register will not affect its reaching uses, which may
872 struct df_link *uses = get_uses (def_insn, src_reg); local
873 if (!uses)
876 for (df_link *use = uses; use; use = use->next)
955 uses, which may read its value in a larger mode because DEF_INSN
959 struct df_link *uses = get_uses (def_insn2, SET_DEST (set)); local
960 if (!uses)
965 for (use = uses; use; use = use->next
    [all...]
shrink-wrap.cc 101 /* See whether there has a single live edge from BB, which dest uses
148 USES and DEFS are the set of registers that are used and defined
154 const_hard_reg_set uses,
170 because we can't deal with any CLOBBERs, USEs, or REG_UNUSED secondary
269 if (overlaps_hard_reg_set_p (uses, GET_MODE (dest), dregno)
330 /* Check whether BB uses DEST or clobbers DEST. We need to add
398 /* BB now defines DEST. It only uses the parts of DEST that overlap SRC
406 /* BB now uses SRC. */
439 HARD_REG_SET uses, defs; local
455 CLEAR_HARD_REG_SET (uses);
    [all...]
ssa-iterators.h 23 /* Immediate use lists are used to directly access all uses for an SSA
40 any modifications to the uses or stmts.
64 /* This node is inserted and used to mark the end of the uses for a stmt. */
149 use_optype_p uses; member in struct:ssa_op_iter
385 /* Return true if VAR has no nondebug uses. */
426 /* If there aren't any uses whatsoever, we're done. */
451 /* Return the number of nondebug immediate uses of VAR. */
491 if (ptr->uses)
493 use_p = USE_OP_PTR (ptr->uses);
494 ptr->uses = ptr->uses->next
    [all...]
tree-ssa-operands.cc 54 4 types of operands. Defs, Uses, Virtual Uses, and Virtual May Defs.
260 uses. */
368 /* Adds OP to the list of uses of statement STMT after LAST. */
872 mirroring the other uses of THIS_VOLATILE in this file. */
1113 use_optype_p uses = gimple_use_ops (stmt), last_use; local
1115 if (uses)
1117 for (last_use = uses; last_use->next; last_use = last_use->next)
1121 gimple_ssa_operands (fn)->free_uses = uses;
1247 fprintf (f, "number of immediate uses doesn't fit unsigned int\n")
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
valtrack.cc 341 /* Reset all debug uses in HEAD, and clear DEBUG->to_rescan bits of
408 /* Promote pending local uses of pseudos in DEBUG to global
409 substitutions. Uses of non-pseudos are left alone for
479 /* Reset all debug insns with pending uses. Release the bitmap in it,
570 replace all uses of UREGNO in DEBUG with uses of the debug temp.
580 struct dead_debug_use *uses = NULL; local
581 struct dead_debug_use **usesp = &uses;
597 /* Move all uses of uregno from debug->head to uses, setting mode t
    [all...]
valtrack.cc 341 /* Reset all debug uses in HEAD, and clear DEBUG->to_rescan bits of
408 /* Promote pending local uses of pseudos in DEBUG to global
409 substitutions. Uses of non-pseudos are left alone for
479 /* Reset all debug insns with pending uses. Release the bitmap in it,
570 replace all uses of UREGNO in DEBUG with uses of the debug temp.
580 struct dead_debug_use *uses = NULL; local
581 struct dead_debug_use **usesp = &uses;
597 /* Move all uses of uregno from debug->head to uses, setting mode t
    [all...]
compare-elim.cc 75 /* The choice of maximum 3 uses comes from wanting to eliminate the two
110 struct comparison_use uses[MAX_CMP_USE];
115 /* The number of uses identified for this comparison. */
118 /* True if not all uses of this comparison have been identified.
225 /* Look for uses of FLAGS in INSN. If we find one we can analyze, record
233 /* If we've already lost track of uses, don't bother collecting more. */
247 /* If we've run out of slots to record uses, quit. */
266 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++];
414 /* Notice if this instruction uses the flags register. */
518 /* If we don't have access to all of the uses, we can't validate. *
109 struct comparison_use uses[MAX_CMP_USE]; member in struct:comparison
    [all...]
compare-elim.cc 75 /* The choice of maximum 3 uses comes from wanting to eliminate the two
110 struct comparison_use uses[MAX_CMP_USE];
115 /* The number of uses identified for this comparison. */
118 /* True if not all uses of this comparison have been identified.
225 /* Look for uses of FLAGS in INSN. If we find one we can analyze, record
233 /* If we've already lost track of uses, don't bother collecting more. */
247 /* If we've run out of slots to record uses, quit. */
266 struct comparison_use *cuse = &cmp->uses[cmp->n_uses++];
414 /* Notice if this instruction uses the flags register. */
518 /* If we don't have access to all of the uses, we can't validate. *
109 struct comparison_use uses[MAX_CMP_USE]; member in struct:comparison
    [all...]
ree.cc 504 /* Get all the reaching uses of an instruction. The uses are desired for REG
865 as destination register will not affect its reaching uses, which may
872 struct df_link *uses = get_uses (def_insn, src_reg); local
873 if (!uses)
876 for (df_link *use = uses; use; use = use->next)
955 uses, which may read its value in a larger mode because DEF_INSN
959 struct df_link *uses = get_uses (def_insn2, SET_DEST (set)); local
960 if (!uses)
965 for (use = uses; use; use = use->next
    [all...]
shrink-wrap.cc 101 /* See whether there has a single live edge from BB, which dest uses
148 USES and DEFS are the set of registers that are used and defined
154 const_hard_reg_set uses,
170 because we can't deal with any CLOBBERs, USEs, or REG_UNUSED secondary
269 if (overlaps_hard_reg_set_p (uses, GET_MODE (dest), dregno)
330 /* Check whether BB uses DEST or clobbers DEST. We need to add
398 /* BB now defines DEST. It only uses the parts of DEST that overlap SRC
406 /* BB now uses SRC. */
439 HARD_REG_SET uses, defs; local
455 CLEAR_HARD_REG_SET (uses);
    [all...]
ssa-iterators.h 23 /* Immediate use lists are used to directly access all uses for an SSA
40 any modifications to the uses or stmts.
64 /* This node is inserted and used to mark the end of the uses for a stmt. */
149 use_optype_p uses; member in struct:ssa_op_iter
385 /* Return true if VAR has no nondebug uses. */
426 /* If there aren't any uses whatsoever, we're done. */
451 /* Return the number of nondebug immediate uses of VAR. */
491 if (ptr->uses)
493 use_p = USE_OP_PTR (ptr->uses);
494 ptr->uses = ptr->uses->next
    [all...]
tree-ssa-operands.cc 54 4 types of operands. Defs, Uses, Virtual Uses, and Virtual May Defs.
260 uses. */
368 /* Adds OP to the list of uses of statement STMT after LAST. */
872 mirroring the other uses of THIS_VOLATILE in this file. */
1114 use_optype_p uses = gimple_use_ops (stmt), last_use; local
1116 if (uses)
1118 for (last_use = uses; last_use->next; last_use = last_use->next)
1122 gimple_ssa_operands (fn)->free_uses = uses;
1248 fprintf (f, "number of immediate uses doesn't fit unsigned int\n")
    [all...]
  /src/usr.sbin/quot/
quot.c 102 static void uses(uid_t, daddr_t, time_t);
292 uses(uid, blks, act) function
425 uses(DIP(super, dp, uid),
quot.c 102 static void uses(uid_t, daddr_t, time_t);
292 uses(uid, blks, act) function
425 uses(DIP(super, dp, uid),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h 113 /// User uses this value to find the Use list.
298 /// Change all uses of this to point to a new Value.
300 /// Go through the uses list for this definition and make each use point to
305 /// Change non-metadata uses of this to point to a new Value.
307 /// Go through the uses list for this definition and make each use point to
311 /// Go through the uses list for this definition and make each use point
330 /// replaceUsesOutsideBlock - Go through the uses list for this definition and
338 // Methods for handling the chain of uses of this Value.
340 // Materializing a function can introduce new uses, so these methods come in
342 // The methods that start with materialized_ check the uses that ar
389 iterator_range<use_iterator> uses() { function
393 iterator_range<const_use_iterator> uses() const { function
    [all...]

Completed in 51 milliseconds

1 2 3 4 5