/external/llvm/lib/Analysis/ |
D | TargetTransformInfo.cpp | 51 int Cost = TTIImpl->getOperationCost(Opcode, Ty, OpTy); in getOperationCost() local 57 int Cost = TTIImpl->getCallCost(FTy, NumArgs); in getCallCost() local 64 int Cost = TTIImpl->getCallCost(F, Arguments); in getCallCost() local 71 int Cost = TTIImpl->getIntrinsicCost(IID, RetTy, Arguments); in getIntrinsicCost() local 77 int Cost = TTIImpl->getUserCost(U); in getUserCost() local 137 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost() local 185 int Cost = TTIImpl->getFPOpCost(Ty); in getFPOpCost() local 191 int Cost = TTIImpl->getIntImmCost(Imm, Ty); in getIntImmCost() local 198 int Cost = TTIImpl->getIntImmCost(Opcode, Idx, Imm, Ty); in getIntImmCost() local 205 int Cost = TTIImpl->getIntImmCost(IID, Idx, Imm, Ty); in getIntImmCost() local [all …]
|
D | CostModel.cpp | 524 unsigned Cost = getInstructionCost(Inst); in print() local
|
/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 58 const int Cost; variable 64 InlineCost(int Cost, int Threshold) : Cost(Cost), Threshold(Threshold) {} in InlineCost() 67 static InlineCost get(int Cost, int Threshold) { in get()
|
/external/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 105 int Cost = 2 * getArithmeticInstrCost(Instruction::AShr, Ty, Op1Info, in getArithmeticInstrCost() local 423 int Cost = 1; in getShuffleCost() local 939 int Cost = 0; in getScalarizationOverhead() local 970 int Cost = BaseT::getMemoryOpCost(Opcode, VTy->getScalarType(), Alignment, in getMemoryOpCost() local 984 int Cost = LT.first * 1; in getMemoryOpCost() local 1026 int Cost = 0; in getMaskedMemoryOpCost() local 1168 int Cost = 0; in getIntImmCost() local 1256 int Cost = X86TTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost() local
|
/external/llvm/include/llvm/Target/ |
D | CostTable.h | 27 unsigned Cost; member 48 unsigned Cost; member
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 54 int Cost = 0; in getIntImmCost() local 122 int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost() local 151 int Cost = AArch64TTIImpl::getIntImmCost(Imm, Ty); in getIntImmCost() local 335 int Cost = getArithmeticInstrCost(Instruction::Add, Ty, Opd1Info, Opd2Info, in getArithmeticInstrCost() local 463 int Cost = 0; in getCostOfKeepingLiveOverCall() local
|
/external/llvm/include/llvm/CodeGen/ |
D | BasicTTIImpl.h | 49 unsigned Cost = 0; in getScalarizationOverhead() local 66 unsigned Cost = 0; in getAltShuffleOverhead() local 318 unsigned Cost = static_cast<T *>(this) variable 409 unsigned Cost = static_cast<T *>(this)->getCastInstrCost( in getCastInstrCost() local 461 unsigned Cost = static_cast<T *>(this)->getCmpSelInstrCost( in getCmpSelInstrCost() local 487 unsigned Cost = LT.first; in getMemoryOpCost() local 527 unsigned Cost = static_cast<T *>(this)->getMemoryOpCost( in getInterleavedMemoryOpCost() local
|
/external/llvm/lib/CodeGen/ |
D | RegisterClassInfo.cpp | 103 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local 122 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
|
D | MachineLICM.cpp | 788 auto Cost = calcRegisterCost(MI, /*ConsiderSeen=*/true, ConsiderUnseenAsDef); in UpdateRegPressure() local 807 DenseMap<unsigned, int> Cost; in calcRegisterCost() local 1031 bool MachineLICM::CanCauseHighRegPressure(const DenseMap<unsigned, int>& Cost, in CanCauseHighRegPressure() 1059 auto Cost = calcRegisterCost(MI, /*ConsiderSeen=*/false, in UpdateBackTraceRegPressure() local 1122 auto Cost = calcRegisterCost(&MI, /*ConsiderSeen=*/false, in IsProfitableToHoist() local
|
D | RegAllocGreedy.cpp | 643 unsigned Cost = TRI->getCostPerUse(PhysReg); in tryAssign() local 742 EvictionCost Cost; in canEvictInterference() local 933 BlockFrequency &Cost) { in addSplitConstraints() 1108 BlockFrequency Cost; in calcCompactRegion() local 1134 BlockFrequency Cost = 0; in calcSpillCost() local 1410 BlockFrequency Cost; in calculateRegionSplitCost() local 2333 BlockFrequency Cost = 0; in getBrokenHintFreq() local
|
D | RegAllocFast.cpp | 471 unsigned Cost = 0; in calcSpillCost() local 533 unsigned Cost = calcSpillCost(Hint); in allocVirtReg() local 559 unsigned Cost = calcSpillCost(*I); in allocVirtReg() local
|
D | TargetLoweringBase.cpp | 1359 uint8_t Cost; in computeRegisterProperties() local 1617 int Cost = 1; in getTypeLegalizationCost() local
|
/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/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 340 int Cost = BaseT::getMemoryOpCost(Opcode, Src, Alignment, AddressSpace); in getMemoryOpCost() local 402 int Cost = getMemoryOpCost(Opcode, VecTy, Alignment, AddressSpace); in getInterleavedMemoryOpCost() local
|
/external/eigen/test/eigen2/ |
D | eigen2_cwiseop.cpp | 19 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
|
/external/eigen/Eigen/src/Core/ |
D | Redux.h | 53 Cost = ( Derived::SizeAtCompileTime == Dynamic enumerator
|
/external/llvm/utils/PerfectShuffle/ |
D | PerfectShuffle.cpp | 89 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/llvm/lib/Transforms/Scalar/ |
D | SpeculativeExecution.cpp | 209 const unsigned Cost = ComputeSpeculationCost(&I, *TTI); in considerHoistingFromTo() local
|
/external/eigen/test/ |
D | cwiseop.cpp | 30 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | vp8_partition_aggregator.cc | 51 int PartitionTreeNode::Cost(size_t penalty) { in Cost() function in webrtc::PartitionTreeNode
|
/external/eigen/Eigen/src/Core/util/ |
D | XprHelper.h | 93 Cost = 10, enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMTargetTransformInfo.cpp | 442 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | ScheduleDAGSDNodes.cpp | 113 unsigned &PhysReg, int &Cost) { in CheckForPhysRegDependency() 467 int Cost = 1; in AddSchedEdges() local
|
D | DAGCombiner.cpp | 10072 struct Cost { struct 10074 bool ForCodeSize; 10076 unsigned Loads; 10077 unsigned Truncates; 10078 unsigned CrossRegisterBanksCopies; 10079 unsigned ZExts; 10080 unsigned Shift; 10082 Cost(bool ForCodeSize = false) in Cost() argument 10087 Cost(const LoadedSlice &LS, bool ForCodeSize = false) in Cost() function 10101 void addSliceGain(const LoadedSlice &LS) { in addSliceGain() [all …]
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1424 unsigned Cost; // Cost of the loop with that width member 3064 unsigned Cost = 0; in getScalarizationOverhead() local 3111 unsigned Cost = ScalarCallCost * VF + ScalarizationCost; in getVectorCallCost() local 4824 float Cost = expectedCost(1); in selectVectorizationFactor() local 5224 unsigned Cost = 0; in expectedCost() local 5467 unsigned Cost = TTI.getInterleavedMemoryOpCost( in getInstructionCost() local 5491 unsigned Cost = 0; in getInstructionCost() local 5513 unsigned Cost = TTI.getAddressComputationCost(VectorTy); in getInstructionCost() local 5579 unsigned Cost = 0; in getInstructionCost() local
|