/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 57 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/ |
D | BasicTargetTransformInfo.cpp | 265 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
|
D | RegisterClassInfo.cpp | 102 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local 121 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
|
D | RegAllocGreedy.cpp | 595 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
|
D | TargetLoweringBase.cpp | 1177 uint8_t Cost; in computeRegisterProperties() local 1404 unsigned Cost = 1; in getTypeLegalizationCost() local
|
D | MachineLICM.cpp | 1069 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
|
D | RegAllocFast.cpp | 464 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/ |
D | X86TargetTransformInfo.cpp | 415 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/ |
D | CostTable.h | 25 unsigned Cost; member 53 unsigned Cost; member
|
/external/llvm/utils/TableGen/ |
D | DAGISelEmitter.cpp | 45 unsigned Cost = 0; in getResultPatternCost() local 64 unsigned Cost = 0; in getResultPatternSize() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 172 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/ |
D | Redux.h | 53 Cost = ( Derived::SizeAtCompileTime == Dynamic enumerator
|
/external/eigen/test/eigen2/ |
D | eigen2_cwiseop.cpp | 19 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 88 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/ |
D | cwiseop.cpp | 28 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 93 Cost = 10, enumerator
|
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator.cc | 51 int PartitionTreeNode::Cost(int penalty) { in Cost() function in webrtc::PartitionTreeNode
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 389 unsigned Cost = in getMemoryOpCost() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 558 unsigned Cost = in getArithmeticInstrCost() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 8080 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 …]
|
D | ScheduleDAGSDNodes.cpp | 114 unsigned &PhysReg, int &Cost) { in CheckForPhysRegDependency() 475 int Cost = 1; in AddSchedEdges() local
|
D | ScheduleDAGRRList.cpp | 280 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/ |
D | CostModel.cpp | 528 unsigned Cost = getInstructionCost(Inst); in print() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1368 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/ |
D | ConstantHoisting.cpp | 275 unsigned Cost; in collectConstantCandidates() local
|