Home
last modified time | relevance | path

Searched refs:Shrink (Results 1 – 25 of 67) sorted by relevance

123

/external/v8/src/runtime/
Druntime-collections.cc37 table = OrderedHashSet::Shrink(isolate, table); in RUNTIME_FUNCTION()
57 table = OrderedHashMap::Shrink(isolate, table); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Ddictionary.h55 V8_WARN_UNUSED_RESULT static inline Handle<Derived> Shrink( in Shrink() function
57 return DerivedHashTable::Shrink(isolate, dictionary); in Shrink()
Dordered-hash-table.cc58 Handle<Derived> OrderedHashTable<Derived, entrysize>::Shrink( in Shrink() function in v8::internal::OrderedHashTable
275 template Handle<OrderedHashSet> OrderedHashTable<OrderedHashSet, 1>::Shrink(
296 template Handle<OrderedHashMap> OrderedHashTable<OrderedHashMap, 2>::Shrink(
Dhash-table.h204 V8_WARN_UNUSED_RESULT static Handle<Derived> Shrink(
/external/chromium-trace/catapult/dependency_manager/
Dpylintrc4 # TODO: Shrink this list to as small as possible.
/external/chromium-trace/catapult/systrace/
Dpylintrc4 # TODO: Shrink this list to as small as possible.
/external/chromium-trace/catapult/devil/
Dpylintrc4 # TODO: Shrink this list to as small as possible.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-11-14-EarlyClobber.ll8 ; Shrink: %47,1.158257e-02 = [384r,400e:0)[400e,420r:1) 0@384r 1@400e
/external/lzma/DOC/
DMethods.txt84 01 - Shrink
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
DO3-pipeline.ll88 ; CHECK-NEXT: Live Range Shrink
130 ; CHECK-NEXT: Shrink Wrapping analysis
Dcoalescer-dce.ll20 ; Shrink: %7 = [208d,272d:0)[304L,480L:0) 0@208d
Dx86-shrink-wrap-unwind.ll63 ; Shrink-wrapping should occur here. We have a frame pointer.
109 ; Shrink-wrapping should occur here. We do not have to unwind.
Dsubreg-to-reg-4.ll11 ; zero-extensions. Shrink 64-bit adds to 32-bit when the high
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Doptnone-llc.ll45 ; LLC-Ox-DAG: Skipping pass 'Shrink Wrapping analysis'
/external/llvm/test/CodeGen/ARM/
D2011-11-14-EarlyClobber.ll8 ; Shrink: %vreg47,1.158257e-02 = [384r,400e:0)[400e,420r:1) 0@384r 1@400e
/external/llvm/test/CodeGen/X86/
Dx86-shrink-wrap-unwind.ll63 ; Shrink-wrapping should occur here. We have a frame pointer.
109 ; Shrink-wrapping should occur here. We do not have to unwind.
Dcoalescer-dce.ll20 ; Shrink: %vreg7 = [208d,272d:0)[304L,480L:0) 0@208d
Dsubreg-to-reg-4.ll11 ; zero-extensions. Shrink 64-bit adds to 32-bit when the high
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dcoalescer-dce.ll20 ; Shrink: %vreg7 = [208d,272d:0)[304L,480L:0) 0@208d
Dsubreg-to-reg-4.ll11 ; zero-extensions. Shrink 64-bit adds to 32-bit when the high
/external/tensorflow/tensorflow/core/kernels/
Dsdca_internal.cc180 feature_value * regularization.Shrink(sparse_weight); in ComputeWxAndWeightedExampleNorm()
181 result.wx[l] += feature_value * regularization.Shrink(feature_weight); in ComputeWxAndWeightedExampleNorm()
Dsdca_internal.h87 double Shrink(const double weight) const { in Shrink() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocGreedy.cpp1403 bool Shrink = true; in tryLocalSplit() local
1424 Shrink = false; in tryLocalSplit()
1436 if (Shrink) { in tryLocalSplit()
/external/llvm/lib/Target/WebAssembly/
DREADME.txt72 Find a clean way to fix the problem which leads to the Shrink Wrapping pass
/external/skqp/site/user/modules/
Dpathkit.md33 <canvas class=patheffect id=canvas7 title="Shrink: A solid drawn star shrunk down"></canvas>
125 let names = ["(plain)", "Dash", "Trim", "Simplify", "Stroke", "Grow", "Shrink"];
608 effects. See the "Stroke", "Grow", and "Shrink" effects above for visual examples.
617 // Shrink effect, in which we subtract away from the original

123