Home
last modified time | relevance | path

Searched refs:predictable (Results 1 – 25 of 69) sorted by relevance

123

/external/v8/tools/testrunner/
Dstandard_runner.py17 from testrunner.objects import predictable
198 if self.build_config.predictable:
289 if self.build_config.predictable:
290 outproc_factory = predictable.get_outproc
345 if not self.build_config.predictable:
347 return predictable.PredictableFilterProc()
Dbase_runner.py184 self.predictable = build_config['v8_enable_verify_predictable']
209 if self.predictable:
646 "predictable": self.build_config.predictable,
678 if self.build_config.predictable:
/external/llvm/test/CodeGen/X86/
Dcmov-into-branch.ll68 ; If a select is not obviously predictable, don't turn it into a branch.
82 ; If a select is obviously predictable, turn it into a branch.
/external/jemalloc/
DREADME4 way into numerous applications that rely on its predictable behavior. In 2010
/external/jemalloc_new/
DREADME4 way into numerous applications that rely on its predictable behavior. In 2010
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcmov-into-branch.ll82 ; If a select is not obviously predictable, don't turn it into a branch.
95 ; If a select is obviously predictable, turn it into a branch.
/external/perfetto/docs/
Dipc.md10 predictable, C++11 friendly and debuggable.
/external/python/setuptools/docs/
Dreleases.txt5 In order to allow for rapid, predictable releases, Setuptools uses a
/external/swiftshader/third_party/LLVM/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll2 ; these loops all have predictable exit values we can replace the use outside
/external/llvm/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll2 ; these loops all have predictable exit values we can replace the use outside
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Dexit_value_tests.ll2 ; these loops all have predictable exit values we can replace the use outside
/external/v8/src/
Dflag-definitions.h1392 DEFINE_BOOL(predictable, false, "enable predictable mode")
1393 DEFINE_IMPLICATION(predictable, single_threaded)
1394 DEFINE_NEG_IMPLICATION(predictable, memory_reducer)
/external/v8/src/arm/
Dcode-stubs-arm.cc229 PredictableCodeSizeScope predictable( in MaybeCallEntryHookDelayed() local
241 PredictableCodeSizeScope predictable( in MaybeCallEntryHook() local
/external/v8/src/ppc/
Dcode-stubs-ppc.cc223 PredictableCodeSizeScope predictable(tasm, in MaybeCallEntryHookDelayed() local
239 PredictableCodeSizeScope predictable(masm, in MaybeCallEntryHook() local
/external/v8/src/s390/
Dcode-stubs-s390.cc247 PredictableCodeSizeScope predictable(tasm, in MaybeCallEntryHookDelayed() local
264 PredictableCodeSizeScope predictable(masm, in MaybeCallEntryHook() local
/external/shflags/doc/
Dcoding_standards.txt48 from users own scripts so that the shell name space remains predictable to
/external/llvm/lib/Target/AArch64/
DAArch64.td76 "predictable-select-expensive", "PredictableSelectIsExpensive", "true",
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Djit.md86 useful if you want more predictable behaviors from XLA compilation.
/external/python/cpython2/Doc/library/
Dconfigparser.rst139 the magical interpolation feature. This implementation is more predictable as
143 .. XXX Need to explain what's safer/more predictable about it.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64.td115 "predictable-select-expensive", "PredictableSelectIsExpensive", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dmonster_scc.ll22 ; removed. The order of the fuctions is also made more predictable than Clang's
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dtrip-count9.ll125 ; subsequent passes may result the undefined behavior in predictable ways.
/external/python/cpython3/Modules/
Dgc_weakref.txt128 defined-- or even predictable --order in which tp_clear() gets called on
/external/python/cpython2/Modules/
Dgc_weakref.txt128 defined-- or even predictable --order in which tp_clear() gets called on
/external/skia/docs/
Dspelling.txt169 possibly potentially power practice preceded preceding precise precision predefined predictable

123