HomeSort by relevance Sort by last modified time
    Searched full:speculative (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/compiler-rt/test/asan/TestCases/
speculative_load2.cc 1 // Verifies that speculative loads from unions do not happen under asan.
speculative_load.cc 1 // Verifies that speculative loads from unions do not happen under asan.
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
hazard_metric.html 27 * would impact the responsiveness of a speculative input.
80 * Compute and return the normalized score for the risk that a speculative
99 * Compute and return the normalized score for the risk that a speculative
117 * represents the risk that a speculative input's responsiveness would have
  /external/v8/test/webkit/fast/js/kde/
operators.js 27 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
38 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
49 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
60 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
71 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
82 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
93 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
104 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
115 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
  /external/llvm/lib/Transforms/Scalar/
SpeculativeExecution.cpp 10 // This pass hoists instructions to enable speculative execution on
66 #define DEBUG_TYPE "speculative-execution"
72 cl::desc("Speculative execution is not applied to basic blocks where "
82 cl::desc("Speculative execution is not applied to basic blocks where the "
104 INITIALIZE_PASS_BEGIN(SpeculativeExecution, "speculative-execution",
107 INITIALIZE_PASS_END(SpeculativeExecution, "speculative-execution",
  /external/autotest/client/tests/posixtest/
posixtestsuite-1.5.2.tar.gz 
  /external/curl/docs/libcurl/opts/
CURLOPT_DNS_CACHE_TIMEOUT.3 43 DNS cache timeout is entirely speculative that a name will resolve to the same
  /external/v8/test/webkit/
mod-crash.js 51 // The + operator on objects is a reliable way to avoid the speculative JIT path for now at least.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeas.txt 42 aliased, but check at runtime", like speculative execution in
2000-11-18-EarlyDesignIdeasResp.txt 130 > aliased, but check at runtime", like speculative execution in
  /docs/source.android.com/src/devices/graphics/
implement-hwc.jd 305 <p>In HWC v1.x, the release and retire fences were speculative. A release fence
309 This is speculative because in theory SurfaceFlinger may not run again after
312 <p>In HWC 2.0, release and retire fences are non-speculative. A release or
316 for frame N has now replaced the previous content." This is non-speculative,
  /external/llvm/test/Transforms/SpeculativeExecution/
spec.ll 1 ; RUN: opt < %s -S -speculative-execution \
  /prebuilts/go/darwin-x86/src/runtime/
lock_futex.go 50 // Speculative grab for lock.
lock_sema.go 41 // Speculative grab for lock.
  /prebuilts/go/linux-x86/src/runtime/
lock_futex.go 50 // Speculative grab for lock.
lock_sema.go 41 // Speculative grab for lock.
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 826 /// \p Speculative based on whether the returned conclusion is a speculative
829 const TargetLibraryInfo &TLI, bool &Speculative) {
832 Speculative = false;
877 Speculative = true;
894 // Speculative that all functions in the SCC return only nonnull
918 bool Speculative = false;
919 if (isReturnNonNull(F, SCCNodes, TLI, Speculative)) {
920 if (!Speculative) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 96 ;; Generic case of size != 16, speculative low precision
  /external/llvm/docs/
CompileCudaWithLLVM.rst 153 * **Aggressive speculative execution**. `This transformation
  /external/skia/src/pathops/
SkOpContour.h 259 // The continue below is speculative -- once there's an actual case that requires it,
  /external/libunwind/doc/
libunwind-ia64.man 45 speculative execution. Often, NaT bits are thought of as the ``65\-th
libunwind-ia64.tex 33 speculative execution. Often, NaT bits are thought of as the ``65-th
  /frameworks/av/media/libmedia/
AudioTrackShared.cpp 176 // However, the processor may support speculative execution,
177 // and be unable to undo speculative writes into shared memory.
178 // The barrier will prevent such speculative execution.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
params.def 605 "The minimum probability of reaching a source block for interblock speculative scheduling",
615 "The maximum conflict delay for an insn to be considered for speculative motion",
620 "The minimal probability of speculation success (in percents), so that speculative insn will be scheduled.",
    [all...]
  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 732 /// This is intended for speculative queries. It leaves pressure inconsistent
912 /// This is intended for speculative queries. It leaves pressure inconsistent
    [all...]

Completed in 872 milliseconds

1 2 3