Home
last modified time | relevance | path

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

12

/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/lzma/DOC/
DMethods.txt76 01 - 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/chromium-trace/catapult/dashboard/
Dpylintrc4 # TODO: Shrink this list to as small as possible.
/external/chromium-trace/catapult/firefighter/
Dpylintrc4 # TODO: Shrink this list to as small as possible.
/external/chromium-trace/catapult/
Dpylintrc9 # TODO: Shrink this list to as small as possible.
/external/chromium-trace/catapult/telemetry/
Dpylintrc4 # TODO(telemetry-team): Shrink this list to as small as possible.
/external/v8/src/runtime/
Druntime-collections.cc73 table = OrderedHashSet::Shrink(table); in RUNTIME_FUNCTION()
157 table = OrderedHashMap::Shrink(table); in RUNTIME_FUNCTION()
Druntime-regexp.cc969 result_fixed_array->Shrink(builder.length()); in SearchRegExpMultiple()
/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/AArch64/
Dcxx-tlscc.ll3 ; Shrink wrapping currently does not kick in because we have a TLS CALL
/external/v8/src/
Dtransitions.cc137 result->Shrink(ToKeyIndex(new_nof)); in Insert()
453 result->Shrink(ToKeyIndex(0)); in EnsureHasFullTransitionArray()
Dapi-natives.cc291 auto new_cache = UnseededNumberDictionary::Shrink(cache, entry); in UncacheTemplateInstantiation()
Dkeys.cc124 keys->Shrink(store_position); in FilterProxyKeys()
Dtypes.h569 void Shrink(int length) { in Shrink() function
Dobjects.h2671 void Shrink(int length);
3263 MUST_USE_RESULT static Handle<Derived> Shrink(Handle<Derived> table, Key key);
3437 MUST_USE_RESULT static inline Handle<Derived> Shrink( in Shrink() function
3440 return DerivedHashTable::Shrink(dictionary, key); in Shrink()
3772 MUST_USE_RESULT static inline Handle<ObjectHashTable> Shrink(
3860 static Handle<Derived> Shrink(Handle<Derived> table);
Delements.cc1028 combined_keys->Shrink(final_size); in PrependElementIndicesImpl()
1181 SeededNumberDictionary::Shrink(dict, index); in DeleteImpl()
2452 SeededNumberDictionary::Shrink(dict, index); in DeleteFromArguments()
Dobjects.cc6103 NameDictionary::Shrink(dictionary, name); in DeleteNormalizedProperty()
8347 if (count < values_or_entries->length()) values_or_entries->Shrink(count); in FastGetOwnValuesOrEntries()
8405 if (length < values_or_entries->length()) values_or_entries->Shrink(length); in GetOwnValuesOrEntries()
9797 void FixedArray::Shrink(int new_length) { in Shrink() function in v8::internal::FixedArray
9894 array->Shrink(new_length); in Compact()
16383 Handle<Derived> HashTable<Derived, Shape, Key>::Shrink(Handle<Derived> table, in Shrink() function in v8::internal::HashTable
16508 Shrink(Handle<NameDictionary>, Handle<Name>);
16512 Shrink(Handle<SeededNumberDictionary>, uint32_t);
16516 uint32_t>::Shrink(Handle<UnseededNumberDictionary>, uint32_t);
17776 return Shrink(table, key); in Remove()
[all …]
/external/llvm/lib/CodeGen/
DRegAllocGreedy.cpp1835 bool Shrink = true; in tryLocalSplit() local
1858 Shrink = false; in tryLocalSplit()
1870 if (Shrink) { in tryLocalSplit()
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll738 ; Shrink and remove the call.
783 ; Shrink and remove the call.
/external/v8/test/cctest/heap/
Dtest-heap.cc2350 new_space->Shrink(); in TEST()
2360 new_space->Shrink(); in TEST()
2366 new_space->Shrink(); in TEST()
2367 new_space->Shrink(); in TEST()
2368 new_space->Shrink(); in TEST()
5541 o1->Shrink(kFixedArrayLen - 1); in TEST()
6672 array->Shrink(1); in TEST()

12