Home
last modified time | relevance | path

Searched refs:costmodel (Results 1 – 2 of 2) sorted by relevance

/external/zopfli/src/zopfli/
Dsqueeze.c158 static double GetCostModelMinCost(CostModelFun* costmodel, void* costcontext) { in GetCostModelMinCost() argument
176 double c = costmodel(i, 1, costcontext); in GetCostModelMinCost()
185 double c = costmodel(3, dsymbols[i], costcontext); in GetCostModelMinCost()
192 return costmodel(bestlength, bestdist, costcontext); in GetCostModelMinCost()
211 CostModelFun* costmodel, void* costcontext, in GetBestLengths() argument
225 double mincost = GetCostModelMinCost(costmodel, costcontext); in GetBestLengths()
254 double symbolcost = costmodel(ZOPFLI_MAX_MATCH, 1, costcontext); in GetBestLengths()
273 double newCost = costs[j] + costmodel(in[i], 0, costcontext); in GetBestLengths()
288 newCost = costs[j] + costmodel(k, sublen[k], costcontext); in GetBestLengths()
434 unsigned short* length_array, CostModelFun* costmodel, in LZ77OptimalRun() argument
[all …]
/external/llvm/test/Analysis/CostModel/X86/
Dreduction.ll1 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=core2 -mtriple=x86_64-apple-da…
2 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=corei7 -mtriple=x86_64-apple-d…
3 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=corei7-avx -mtriple=x86_64-app…
4 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -analyze -mcpu=core-avx2 -mtriple=x86_64-appl…