Home
last modified time | relevance | path

Searched defs:Cost (Results 1 – 25 of 35) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
DInlineCost.h57 const int Cost; variable
63 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost()
66 static InlineCost get(int Cost, int Threshold) { in get()
/external/llvm/lib/CodeGen/
DBasicTargetTransformInfo.cpp265 unsigned Cost = 0; in getScalarizationOverhead() local
323 unsigned Cost = TopTTI->getArithmeticInstrCost(Opcode, Ty->getScalarType()); in getArithmeticInstrCost() local
335 unsigned Cost = 0; in getAltShuffleOverhead() local
429 unsigned Cost = TopTTI->getCastInstrCost(Opcode, Dst->getScalarType(), in getCastInstrCost() local
479 unsigned Cost = TopTTI->getCmpSelInstrCost(Opcode, ValTy->getScalarType(), in getCmpSelInstrCost() local
505 unsigned Cost = LT.first; in getMemoryOpCost() local
610 unsigned Cost = TopTTI->getIntrinsicInstrCost(IID, RetTy->getScalarType(), in getIntrinsicInstrCost() local
DRegisterClassInfo.cpp102 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
121 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
DRegAllocGreedy.cpp595 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign() local
694 EvictionCost Cost; in canEvictInterference() local
876 BlockFrequency &Cost) { in addSplitConstraints()
1053 BlockFrequency Cost; in calcCompactRegion() local
1079 BlockFrequency Cost = 0; in calcSpillCost() local
1356 BlockFrequency Cost; in calculateRegionSplitCost() local
DTargetLoweringBase.cpp1177 uint8_t Cost; in computeRegisterProperties() local
1404 unsigned Cost = 1; in getTypeLegalizationCost() local
DMachineLICM.cpp1069 bool MachineLICM::CanCauseHighRegPressure(DenseMap<unsigned, int> &Cost, in CanCauseHighRegPressure()
1078 int Cost = CI->second; in CanCauseHighRegPressure() local
1104 DenseMap<unsigned, int> Cost; in UpdateBackTraceRegPressure() local
1181 DenseMap<unsigned, int> Cost; in IsProfitableToHoist() local
DRegAllocFast.cpp464 unsigned Cost = 0; in calcSpillCost() local
526 unsigned Cost = calcSpillCost(Hint); in allocVirtReg() local
552 unsigned Cost = calcSpillCost(*I); in allocVirtReg() local
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp415 unsigned Cost = 1; in getShuffleCost() local
766 unsigned Cost = 0; in getScalarizationOverhead() local
797 unsigned Cost = TargetTransformInfo::getMemoryOpCost(Opcode, in getMemoryOpCost() local
814 unsigned Cost = LT.first * 1; in getMemoryOpCost() local
954 unsigned Cost = 0; in getIntImmCost() local
1023 unsigned Cost = X86TTI::getIntImmCost(Imm, Ty); in getIntImmCost() local
/external/llvm/include/llvm/Target/
DCostTable.h25 unsigned Cost; member
53 unsigned Cost; member
/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp45 unsigned Cost = 0; in getResultPatternCost() local
64 unsigned Cost = 0; in getResultPatternSize() local
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp172 unsigned Cost = 0; in getIntImmCost() local
240 unsigned Cost = AArch64TTI::getIntImmCost(Imm, Ty); in getIntImmCost() local
268 unsigned Cost = AArch64TTI::getIntImmCost(Imm, Ty); in getIntImmCost() local
/external/eigen/Eigen/src/Core/
DRedux.h53 Cost = ( Derived::SizeAtCompileTime == Dynamic enumerator
/external/eigen/test/eigen2/
Deigen2_cwiseop.cpp19 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp88 unsigned Cost; // Number of instrs used to generate this value. member
108 unsigned Cost; member
309 unsigned Cost = ShufTab[LHS].Cost + Op->getCost(); in main() local
347 unsigned Cost = NumVals + Op->getCost(); in main() local
/external/eigen/test/
Dcwiseop.cpp28 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
/external/eigen/Eigen/src/Core/util/
DXprHelper.h93 Cost = 10, enumerator
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc51 int PartitionTreeNode::Cost(int penalty) { in Cost() function in webrtc::PartitionTreeNode
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp389 unsigned Cost = in getMemoryOpCost() local
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp558 unsigned Cost = in getArithmeticInstrCost() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8080 struct Cost { struct
8082 bool ForCodeSize;
8084 unsigned Loads;
8085 unsigned Truncates;
8086 unsigned CrossRegisterBanksCopies;
8087 unsigned ZExts;
8088 unsigned Shift;
8090 Cost(bool ForCodeSize = false) in Cost() argument
8095 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost() function
8109 void addSliceGain(const LoadedSlice &LS) { in addSliceGain()
[all …]
DScheduleDAGSDNodes.cpp114 unsigned &PhysReg, int &Cost) { in CheckForPhysRegDependency()
475 int Cost = 1; in AddSchedEdges() local
DScheduleDAGRRList.cpp280 unsigned &RegClass, unsigned &Cost, in GetCostForDef()
1955 unsigned RCId, Cost; in HighRegPressure() local
2069 unsigned RCId, Cost; in scheduledNode() local
2084 unsigned RCId, Cost; in scheduledNode() local
/external/llvm/lib/Analysis/
DCostModel.cpp528 unsigned Cost = getInstructionCost(Inst); in print() local
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp1368 int Cost = 0; in getTreeCost() local
1407 int Cost = 0; in getGatherCost() local
2304 int Cost = R.getTreeCost(); in vectorizeStoreChain() local
2466 int Cost = R.getTreeCost(); in tryToVectorizeList() local
2735 int Cost = V.getTreeCost() + getReductionCost(TTI, ReducedVals[i]); in tryToReduce() local
/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp275 unsigned Cost; in collectConstantCandidates() local

12