Searched refs:costmodel (Results 1 – 5 of 5) 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/tensorflow/tensorflow/core/graph/ |
D | BUILD | 96 "costmodel.h", 121 "costmodel.cc", 163 "costmodel.cc", 164 "costmodel.h",
|
/external/llvm-project/llvm/test/Transforms/LoopUnroll/X86/ |
D | pr46430.ll | 2 ; RUN: opt -mtriple=x86_64-unknown-linux-gnu -loop-unroll -costmodel-reduxcost -S -o - %s | FileChe…
|
/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/llvm-project/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=… 8 ; RUN: opt < %s -cost-model -costmodel-reduxcost=true -mtriple=x86_64-apple-darwin -analyze -mcpu=s…
|