Searched refs:costmodel (Results 1 – 4 of 4) sorted by relevance
/external/zopfli/src/zopfli/ |
D | squeeze.c | 158 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/ |
D | reduction.ll | 1 ; 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…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/CostModel/X86/ |
D | reduction.ll | 2 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mattr=… 3 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mattr=… 4 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mattr=… 5 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mattr=… 6 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mattr=…
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 2928 "graph/costmodel.h", 2955 "graph/costmodel.cc",
|