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

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/autoconf/autoconf/m4/
header_mmap_anonymous.m4 19 AC_DEFINE([HAVE_MMAP_ANONYMOUS],[1],[Define if mmap() uses MAP_ANONYMOUS to map anonymous pages, or undefine if it uses MAP_ANON])
  /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():
  /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():
  /src/sys/rump/net/lib/libvirtif/
Makefile 5 COMMENT=Network interface which uses hypercalls for I/O
  /src/sys/arch/i386/stand/lib/
biosdelay.S 66 movb %ah, %bl # real_to_prot uses %eax
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
PtrUseVisitor.cpp 1 //===- PtrUseVisitor.cpp - InstVisitors over a pointers uses --------------===//
22 for (Use &U : I.uses()) {
TypeMetadataUtils.cpp 29 for (const Use &U : FPtr->uses()) {
34 // after indirect call promotion and inlining, where we may have uses
56 for (const Use &U : VPtr->uses()) {
84 for (const Use &CIU : CI->uses())
109 for (const Use &U : CI->uses()) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXProxyRegErasure.cpp 96 auto &InOp = *MI.uses().begin();
112 for (auto &Op : Instr.uses()) {
  /src/external/gpl3/binutils/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/external/gpl3/gcc/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/external/gpl3/gdb/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-debug-lib.mk 5 # It uses -g0 rather than -gtoggle because -g is default on target
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
README.template 18 - pretty much the same as the generate code, except uses tables instead of code
74 TAG uses ->ptr (header and trailer)
78 TAG uses ->ptr (header only)
  /src/sys/arch/sun68k/stand/
README 14 as `/ufsboot'. It uses the device drivers in the PROM and the stand-alone
  /src/usr.bin/make/unit-tests/
varmod-order-shuffle.mk 8 # As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
10 # part of make that uses random numbers is the 'randomize-targets' mode, which
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
changes.h 63 use_array old_uses () const { return m_insn->uses (); }
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
changes.h 61 use_array old_uses () const { return m_insn->uses (); }
  /src/external/gpl3/gcc/dist/gcc/
early-remat.cc 79 candidate C1 uses candidate C2, C1 has a lower index than C2.
91 An instruction I "uses" a candidate C if I takes the register defined by
101 (a) C uses an invalid candidate;
103 (b) there is a cycle of candidate uses involving C; or
121 (b) I uses a candidate register R;
137 C1: R1 <- f1 (R2, R3, ...) // uses C2 and C3
143 I: use R1 // uses C1
162 I1: use R1 // uses C1
164 I2: use R3 // uses C3
175 I1: use R1 // uses C
382 bitmap uses; member in struct:__anon13588::remat_candidate
1348 bitmap_head uses; local
    [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. */
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
early-remat.cc 79 candidate C1 uses candidate C2, C1 has a lower index than C2.
91 An instruction I "uses" a candidate C if I takes the register defined by
101 (a) C uses an invalid candidate;
103 (b) there is a cycle of candidate uses involving C; or
121 (b) I uses a candidate register R;
137 C1: R1 <- f1 (R2, R3, ...) // uses C2 and C3
143 I: use R1 // uses C1
162 I1: use R1 // uses C1
164 I2: use R3 // uses C3
175 I1: use R1 // uses C
382 bitmap uses; member in struct:__anon16024::remat_candidate
1350 bitmap_head uses; local
    [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...]

Completed in 32 milliseconds

1 2 3 4 5 6 7 8 91011>>