HomeSort by relevance Sort by last modified time
    Searched refs:getCost (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/include/llvm/Analysis/
InlineCost.h 91 int getCost() const {
99 int getCostDelta() const { return Threshold - getCost(); }
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 256 int CandidateCost = IC.getCost() - (InlineConstants::CallPenalty + 1);
286 TotalSecondaryCost += IC2.getCost();
296 if (inliningPreventsSomeOuterInline && TotalSecondaryCost < IC.getCost())
324 DEBUG(dbgs() << " NOT Inlining: cost=" << IC.getCost()
325 << ", thres=" << (IC.getCostDelta() + IC.getCost())
329 Twine(IC.getCost()) + ", threshold=" +
330 Twine(IC.getCostDelta() + IC.getCost()) + ")");
337 << " Cost = " << IC.getCost()
346 DEBUG(dbgs() << " Inlining: cost=" << IC.getCost()
347 << ", thres=" << (IC.getCostDelta() + IC.getCost())
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InlineCost.h 68 int getCost() const {
75 assert(getCost() == C && "Cost exceeds InlineCost precision");
90 return getCost();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 103 int getCost() const {
111 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 104 int getCost() const {
118 int getCostDelta() const { return Threshold - getCost(); }
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 104 int32_t getCost() const;
177 int32_t ClientDescriptor<KEY, VALUE>::getCost() const {
423 int32_t cost = client->getCost();
448 int32_t curCost = i->getCost();
677 totalCost += x->getCost();
  /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();
  /external/swiftshader/third_party/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();
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 142 unsigned getCost() const { return Cost; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 219 unsigned getCost() const { return Cost; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 219 unsigned getCost() const { return Cost; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 219 unsigned getCost() const { return Cost; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/GlobalISel/
RegisterBankInfo.h 225 unsigned getCost() const { return Cost; }

Completed in 5174 milliseconds

1 2