HomeSort by relevance Sort by last modified time
    Searched defs:getCost (Results 1 - 5 of 5) sorted by null

  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 125 unsigned getCost() const { return Cost; }
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost();
347 unsigned Cost = NumVals + Op->getCost();
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 67 int32_t getCost() const;
139 int32_t ClientDescriptor<KEY, VALUE>::getCost() const {
385 int32_t cost = client->getCost();
410 int32_t curCost = i->getCost();
639 totalCost += x->getCost();
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 162 int getCost() { return Cost; }
797 Cost -= std::max(0, InlineConstants::IndirectCallThreshold - CA.getCost());
    [all...]
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp     [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 237 milliseconds