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

1 2 3 4 5 6 7 8

  /external/eigen/Eigen/src/Core/functors/
StlFunctors.h 21 { enum { Cost = NumTraits<T>::MulCost, PacketAccess = false }; };
25 { enum { Cost = NumTraits<T>::MulCost, PacketAccess = false }; };
29 { enum { Cost = NumTraits<T>::AddCost, PacketAccess = false }; };
33 { enum { Cost = NumTraits<T>::AddCost, PacketAccess = false }; };
37 { enum { Cost = NumTraits<T>::AddCost, PacketAccess = false }; };
41 { enum { Cost = 1, PacketAccess = false }; };
45 { enum { Cost = 1, PacketAccess = false }; };
49 { enum { Cost = 1, PacketAccess = false }; };
53 { enum { Cost = 1, PacketAccess = false }; };
57 { enum { Cost = 1, PacketAccess = false }; }
    [all...]
  /external/llvm/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
42 /// \brief Represents the cost of inlining a function.
45 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
50 /// directly tested to determine if inlining should occur given the cost and
51 /// threshold for this cost metric.
58 /// \brief The estimated cost of inlining this callsite.
59 const int Cost;
61 /// \brief The adjusted threshold against which this cost was computed.
65 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 52 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy);
53 assert(Cost >= 0 && "TTI should not produce negative costs!");
54 return Cost;
58 int Cost = TTIImpl->getCallCost(FTy, NumArgs);
59 assert(Cost >= 0 && "TTI should not produce negative costs!");
60 return Cost;
65 int Cost = TTIImpl->getCallCost(F, Arguments);
66 assert(Cost >= 0 && "TTI should not produce negative costs!");
67 return Cost;
81 int Cost = TTIImpl->getIntrinsicCost(IID, RetTy, Arguments)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
32 // Various thresholds used by inline cost analysis.
54 /// \brief Represents the cost of inlining a function.
57 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
62 /// directly tested to determine if inlining should occur given the cost and
63 /// threshold for this cost metric.
70 /// \brief The estimated cost of inlining this callsite.
71 const int Cost;
73 /// \brief The adjusted threshold against which this cost was computed.
77 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
InlineCost.h 1 //===- InlineCost.h - Cost analysis for inliner -----------------*- C++ -*-===//
33 // Various thresholds used by inline cost analysis.
55 /// \brief Represents the cost of inlining a function.
58 /// "never" be inlined. Otherwise, the cost represents a unitless amount;
63 /// directly tested to determine if inlining should occur given the cost and
64 /// threshold for this cost metric.
71 /// \brief The estimated cost of inlining this callsite.
72 const int Cost;
74 /// \brief The adjusted threshold against which this cost was computed.
78 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {
    [all...]
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 89 unsigned Cost; // Number of instrs used to generate this value.
92 ShuffleVal() : Cost(1000000) {}
108 unsigned Cost;
111 unsigned cost = 1)
112 : Name(name), ShuffleMask(shufflemask), OpNum(opnum),Cost(cost) {
125 unsigned getCost() const { return Cost; }
153 assert(0 && "bad zero cost operation");
164 if (ShufTab[ShufTab[ThisOp].Arg0].Cost == 0) {
178 if (ShufTab[ShufTab[ThisOp].Arg1].Cost == 0)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/PerfectShuffle/
PerfectShuffle.cpp 88 unsigned Cost; // Number of instrs used to generate this value.
92 ShuffleVal() : Cost(1000000) {}
108 unsigned Cost;
111 unsigned cost = 1)
112 : ShuffleMask(shufflemask), OpNum(opnum), Name(name), Cost(cost) {
125 unsigned getCost() const { return Cost; }
153 assert(0 && "bad zero cost operation");
164 if (ShufTab[ShufTab[ThisOp].Arg0].Cost == 0) {
178 if (ShufTab[ShufTab[ThisOp].Arg1].Cost == 0)
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyTargetTransformInfo.cpp 51 unsigned Cost = BasicTTIImplBase<WebAssemblyTTIImpl>::getArithmeticInstrCost(
64 Cost = VTy->getNumElements() *
71 return Cost;
76 unsigned Cost = BasicTTIImplBase::getVectorInstrCost(Opcode, Val, Index);
80 return Cost + 25 * TargetTransformInfo::TCC_Expensive;
82 return Cost;
  /external/llvm/utils/TableGen/
DAGISelEmitter.cpp 45 unsigned Cost = 0;
48 Cost++;
51 Cost += 10;
54 Cost += getResultPatternCost(P->getChild(i), CGP);
55 return Cost;
64 unsigned Cost = 0;
67 Cost += Op->getValueAsInt("CodeSize");
70 Cost += getResultPatternSize(P->getChild(i), CGP);
71 return Cost;
76 // In particular, we want to match maximal patterns first and lowest cost withi
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelEmitter.cpp 31 unsigned Cost = 0;
34 Cost++;
37 Cost += 10;
40 Cost += getResultPatternCost(P->getChild(i), CGP);
41 return Cost;
50 unsigned Cost = 0;
53 Cost += Op->getValueAsInt("CodeSize");
56 Cost += getResultPatternSize(P->getChild(i), CGP);
57 return Cost;
62 // In particular, we want to match maximal patterns first and lowest cost withi
    [all...]
  /external/llvm/include/llvm/Target/
CostTable.h 1 //===-- CostTable.h - Instruction Cost Table handling -----------*- C++ -*-===//
11 /// \brief Cost tables and simple lookup functions
23 /// Cost Table Entry
27 unsigned Cost;
30 /// Find in cost table, TypeTy must be comparable to CompareTy by ==
43 /// Type Conversion Cost Table
48 unsigned Cost;
51 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
CostTable.h 1 //===-- CostTable.h - Instruction Cost Table handling -----------*- C++ -*-===//
11 /// \brief Cost tables and simple lookup functions
24 /// Cost Table Entry
28 unsigned Cost;
31 /// Find in cost table, TypeTy must be comparable to CompareTy by ==
44 /// Type Conversion Cost Table
49 unsigned Cost;
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
CostTable.h 1 //===-- CostTable.h - Instruction Cost Table handling -----------*- C++ -*-===//
11 /// \brief Cost tables and simple lookup functions
24 /// Cost Table Entry
28 unsigned Cost;
31 /// Find in cost table, TypeTy must be comparable to CompareTy by ==
44 /// Type Conversion Cost Table
49 unsigned Cost;
52 /// Find in type conversion cost table, TypeTy must be comparable to CompareTy

Completed in 1953 milliseconds

1 2 3 4 5 6 7 8