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

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryLocation.cpp 32 OS << "precise(" << getValue() << ')';
44 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), AATags);
53 LocationSize::precise(DL.getTypeStoreSize(
72 LocationSize::precise(DL.getTypeStoreSize(
83 LocationSize::precise(DL.getTypeStoreSize(
116 Size = LocationSize::precise(C->getValue().getZExtValue());
137 Size = LocationSize::precise(C->getValue().getZExtValue());
168 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()),
178 LocationSize::precise(
201 return MemoryLocation(Arg, LocationSize::precise(0), AATags)
    [all...]
AliasAnalysisEvaluator.cpp 147 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy));
153 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy));
238 Size = LocationSize::precise(DL.getTypeStoreSize(ElTy));
Loads.cpp 462 auto LoadAccessSize = LocationSize::precise(DL.getTypeStoreSize(LoadTy));
463 auto StoreAccessSize = LocationSize::precise(DL.getTypeStoreSize(StoreTy));
Lint.cpp 230 // not fully precise because we don't know the sizes of the dereferenced
256 Actual, LocationSize::precise(DL->getTypeStoreSize(Ty)));
304 Size = LocationSize::precise(Len->getValue().getZExtValue());
321 const LocationSize LS = LocationSize::precise(Size);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-sse.exp 35 lappend_include_file flags $srcdir/lib/precise-aligned-alloc.c
i386-avx.exp 33 lappend_include_file flags $srcdir/lib/precise-aligned-alloc.c
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-sse.exp 35 lappend_include_file flags $srcdir/lib/precise-aligned-alloc.c
i386-avx.exp 33 lappend_include_file flags $srcdir/lib/precise-aligned-alloc.c
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryLocation.h 42 // it contains, N, is 'precise'. Precise, in this context, means that we know
45 // precise values, and can conservatively represent all of the values unioned
49 // Concretely, a precise MemoryLocation is (%p, 4) in
91 // FIXME: Migrate all users to construct via either `precise` or `upperBound`,
95 // Since the overwhelming majority of users of this provide precise values,
96 // this assumes the provided value is precise.
100 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } function in class:llvm::LocationSize
101 static LocationSize precise(TypeSize Value) { function in class:llvm::LocationSize
104 return precise(Value.getFixedSize())
    [all...]
AliasAnalysis.h 100 /// The two locations may or may not alias. This is the least precise
534 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) ==
931 return alias(MemoryLocation(V1, LocationSize::precise(1)),
932 MemoryLocation(V2, LocationSize::precise(1))) ==
  /src/external/bsd/libevent/dist/
evutil_time.c 317 const int precise = flags & EV_MONOT_PRECISE; local
330 if (! precise && ! fallback) {
452 Our strategy, if precise timers are turned off, is to just use the best
453 GetTickCount equivalent available. If we've been asked for precise timing,
521 const int precise = flags & EV_MONOT_PRECISE; local
533 if (precise && !fallback) {
608 int precise)
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil_time.c 316 const int precise = flags & EV_MONOT_PRECISE; local
329 if (! precise && ! fallback) {
451 Our strategy, if precise timers are turned off, is to just use the best
452 GetTickCount equivalent available. If we've been asked for precise timing,
520 const int precise = flags & EV_MONOT_PRECISE; local
532 if (precise && !fallback) {
607 int precise)
  /src/external/gpl3/gcc/dist/gcc/
cfgloopmanip.h 69 void adjust_loop_info_after_peeling (class loop *loop, int npeel, bool precise);
tree-ssa-loop-ch.cc 1069 bool precise = (nexits == (int) exits.length ()); local
1072 if (precise)
1075 for (unsigned i = 0; i < loop->num_nodes && precise; ++i)
1091 precise = false;
1095 for (class loop *l = bb->loop_father; l != loop && precise;
1099 precise = false;
1107 precise = false;
1111 if (precise
1120 else if (precise)
tree-ssa-loop-ivcanon.cc 1037 If PRECISE is false only likely exists were duplicated and thus
1040 adjust_loop_info_after_peeling (class loop *loop, int npeel, bool precise)
1061 if (loop->any_upper_bound && precise)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/
time.d 134 $(D ClockType.normal), $(D ClockType.coarse), and $(D ClockType.precise)
158 clock, but it's less precise (e.g. 1 msec instead of 1 usec or 1 nsec).
173 less precise, and most programs don't need to get the time often
184 Uses a more precise clock than the normal one (which is already very
185 precise), but it takes longer to get the time. Similarly to
187 more precise clock than the normal one, it's treated as equivalent to
190 Currently, only FreeBSD/DragonFlyBSD supports a more precise clock, where it uses
194 precise = 3,
219 time at a more precise resolution. So, it's guaranteed that the time
227 precision in order to get speed but is still fairly precise, wherea
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.reverse/
i386-avx-reverse.exp 39 lappend_include_file alloc_lib $srcdir/lib/precise-aligned-alloc.c
  /src/external/bsd/libevent/dist/test/
regress_util.c 1399 const int precise = strstr(data->setup_data, "precise") != NULL; local
1405 if (precise)
1409 if (precise || fallback) {
1422 TT_BLATHER(("Precise = %d", precise));
1456 const int precise = strstr(data->setup_data, "precise") != NULL; local
1461 if (precise)
1463 if (precise)
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_util.c 1396 const int precise = strstr(data->setup_data, "precise") != NULL; local
1402 if (precise)
1406 if (precise || fallback) {
1419 TT_BLATHER(("Precise = %d", precise));
1453 const int precise = strstr(data->setup_data, "precise") != NULL; local
1458 if (precise)
1460 if (precise)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/frv/
interrupts.c 37 #define PRECISE 1
44 ITABLE_ENTRY(INTERRUPT_LEVEL_1, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x21),
45 ITABLE_ENTRY(INTERRUPT_LEVEL_2, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x22),
46 ITABLE_ENTRY(INTERRUPT_LEVEL_3, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x23),
47 ITABLE_ENTRY(INTERRUPT_LEVEL_4, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x24),
48 ITABLE_ENTRY(INTERRUPT_LEVEL_5, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x25),
49 ITABLE_ENTRY(INTERRUPT_LEVEL_6, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x26),
50 ITABLE_ENTRY(INTERRUPT_LEVEL_7, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x27),
51 ITABLE_ENTRY(INTERRUPT_LEVEL_8, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x28),
52 ITABLE_ENTRY(INTERRUPT_LEVEL_9, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x29)
    [all...]
  /src/external/gpl3/gdb/dist/sim/frv/
interrupts.c 37 #define PRECISE 1
44 ITABLE_ENTRY(INTERRUPT_LEVEL_1, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x21),
45 ITABLE_ENTRY(INTERRUPT_LEVEL_2, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x22),
46 ITABLE_ENTRY(INTERRUPT_LEVEL_3, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x23),
47 ITABLE_ENTRY(INTERRUPT_LEVEL_4, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x24),
48 ITABLE_ENTRY(INTERRUPT_LEVEL_5, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x25),
49 ITABLE_ENTRY(INTERRUPT_LEVEL_6, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x26),
50 ITABLE_ENTRY(INTERRUPT_LEVEL_7, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x27),
51 ITABLE_ENTRY(INTERRUPT_LEVEL_8, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x28),
52 ITABLE_ENTRY(INTERRUPT_LEVEL_9, FRV_EXTERNAL_INTERRUPT, !DEFERRED, !PRECISE, 0x29)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/gc/impl/conservative/
gc.d 122 registerGCFactory("precise", &initialize_precise);
2156 static struct ScanRange(bool precise)
2160 static if (precise)
2251 template scanStack(bool precise)
2253 static if (precise)
2262 private void mark(bool precise, bool parallel, bool shared_mem)(ScanRange!precise rng) scope nothrow
2264 alias toscan = scanStack!precise;
2272 ScanRange!precise[FANOUT_LIMIT] stack = void;
2284 ScanRange!precise tgt = void
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
i386-avx-reverse.exp 40 lappend_include_file alloc_lib $srcdir/lib/precise-aligned-alloc.c
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 980 ModRefInfo MR = AA->getModRefInfo(C, cpyDest, LocationSize::precise(srcSize));
983 MR = AA->callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), DT);
1153 LocationSize::precise(1)),
1155 LocationSize::precise(1))))
1578 MemoryLocation Loc(ByValArg, LocationSize::precise(ByValSize));
  /src/external/historical/nawk/dist/
FIXES 152 [This entry is a summary, not a precise list of changes.]

Completed in 77 milliseconds

1 2