Home
last modified time | relevance | path

Searched refs:benefit (Results 1 – 25 of 259) sorted by relevance

1234567891011

/external/mesa3d/src/intel/compiler/
Dbrw_nir_analyze_ubo_ranges.c50 int benefit; member
56 return 2 * entry->benefit - entry->range.length; in score()
164 info->offsets, entry->benefit, entry->range.length, score(entry)); in print_ubo_entry()
245 entry->benefit = 0; in brw_nir_analyze_ubo_ranges()
248 entry->benefit += info->uses[first_bit + i]; in brw_nir_analyze_ubo_ranges()
Dbrw_fs_bank_conflicts.cpp843 const int benefit = in optimize_reg_permutation() local
847 if (benefit > best_benefit) { in optimize_reg_permutation()
849 best_benefit = benefit; in optimize_reg_permutation()
Dbrw_schedule_instructions.cpp711 int benefit = 0; in get_register_pressure_benefit() local
716 benefit -= v->alloc.sizes[inst->dst.nr]; in get_register_pressure_benefit()
726 benefit += v->alloc.sizes[inst->src[i].nr]; in get_register_pressure_benefit()
734 benefit++; in get_register_pressure_benefit()
740 return benefit; in get_register_pressure_benefit()
/external/mesa3d/src/util/
Dregister_allocate.c717 float benefit = 0; in ra_get_spill_benefit() local
728 benefit += ((float)g->regs->classes[n_class]->q[n2_class] / in ra_get_spill_benefit()
732 return benefit; in ra_get_spill_benefit()
753 float benefit; in ra_get_best_spill_node() local
761 benefit = ra_get_spill_benefit(g, n); in ra_get_best_spill_node()
763 if (benefit / cost > best_benefit) { in ra_get_best_spill_node()
764 best_benefit = benefit / cost; in ra_get_best_spill_node()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRegAllocPBQP.h156 PBQP::PBQPNum benefit);
161 PBQP::PBQPNum benefit);
/external/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll49 ; We don't want to convert constant divides because the benefit from converting
96 ;benefit to hoist the constant.
/external/python/cpython2/Objects/
Ddictnotes.txt151 is paid with no compensating benefit). This occurs in small dictionaries
170 which already have the maximum benefit of cache locality.
174 distribution), then there will be more benefit for large dictionaries
179 is always in cache and gets no benefit from efforts to further improve
213 is not at a premium, the user may benefit from setting the maximum load
217 benefit from being highly sparse.
/external/libyuv/files/
Dall.gyp9 # all.gyp and All target are for benefit of android gyp build.
/external/tensorflow/.github/ISSUE_TEMPLATE/
D30-feature-request.md20 **Who will benefit with this feature?**
/external/ImageMagick/config/
DTranslation.md16 …e can include it in a future release of ImageMagick so the community can benefit from the translat…
Dlocale.md16 …e can include it in a future release of ImageMagick so the community can benefit from the translat…
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocPBQP.cpp422 PBQP::PBQPNum benefit) { in addPhysRegCoalesce() argument
423 costVec[pregOption] += -benefit; in addPhysRegCoalesce()
430 PBQP::PBQPNum benefit) { in addVirtRegCoalesce() argument
441 costMat[i + 1][j + 1] += -benefit; in addVirtRegCoalesce()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ConstantHoisting/ARM/
Dbad-cases.ll49 ; We don't want to convert constant divides because the benefit from converting
96 ;benefit to hoist the constant.
/external/scapy/doc/scapy/
Dfunctions.rst5 This section provides some examples that show how to benefit from Scapy
/external/u-boot/doc/
DREADME.mpc74xx14 we also don't do. The BATs are programmed just for the benefit of
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParallelConcat.pbtxt40 some situations this can provide a performance benefit.
/external/curl/
Dlibcurl.pc.in23 # This should most probably benefit from getting a "Requires:" field added
/external/android-clat/
DAndroid.bp59 // security benefit.
/external/jemalloc_new/
DTUNING.md110 locality. In addition, explicit arenas often benefit from individually
127 access / allocation patterns. Threads with heavy workloads often benefit
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt27 The main benefit of lowering will be that we will be able to retain a close
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt27 The main benefit of lowering will be that we will be able to retain a close
/external/llvm/docs/HistoricalNotes/
D2001-07-06-LoweringIRForCodeGen.txt27 The main benefit of lowering will be that we will be able to retain a close
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/
Ddont-recompute.ll5 ; although a's value can be computed outside of the loop, there is no benefit
/external/llvm/test/Transforms/IndVarSimplify/
Ddont-recompute.ll5 ; although a's value can be computed outside of the loop, there is no benefit
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dia-fonipa-t-ia.txt11 beneficiar benefit͡siaɾ
12 beneficios benefit͡sios

1234567891011