Home
last modified time | relevance | path

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

12

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp51 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 …]
DCostModel.cpp524 unsigned Cost = getInstructionCost(Inst); in print() local
/external/llvm/include/llvm/Analysis/
DInlineCost.h58 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/
DX86TargetTransformInfo.cpp105 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/
DCostTable.h27 unsigned Cost; member
48 unsigned Cost; member
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp54 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/
DBasicTTIImpl.h49 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/
DRegisterClassInfo.cpp103 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
122 unsigned Cost = TRI->getCostPerUse(PhysReg); in compute() local
DMachineLICM.cpp788 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
DRegAllocGreedy.cpp643 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
DRegAllocFast.cpp471 unsigned Cost = 0; in calcSpillCost() local
533 unsigned Cost = calcSpillCost(Hint); in allocVirtReg() local
559 unsigned Cost = calcSpillCost(*I); in allocVirtReg() local
DTargetLoweringBase.cpp1359 uint8_t Cost; in computeRegisterProperties() local
1617 int Cost = 1; in getTypeLegalizationCost() local
/external/llvm/utils/TableGen/
DDAGISelEmitter.cpp45 unsigned Cost = 0; in getResultPatternCost() local
64 unsigned Cost = 0; in getResultPatternSize() local
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp340 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/
Deigen2_cwiseop.cpp19 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
/external/eigen/Eigen/src/Core/
DRedux.h53 Cost = ( Derived::SizeAtCompileTime == Dynamic enumerator
/external/llvm/utils/PerfectShuffle/
DPerfectShuffle.cpp89 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/
DSpeculativeExecution.cpp209 const unsigned Cost = ComputeSpeculationCost(&I, *TTI); in considerHoistingFromTo() local
/external/eigen/test/
Dcwiseop.cpp30 enum { Cost = NumTraits<Scalar>::AddCost }; enumerator
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dvp8_partition_aggregator.cc51 int PartitionTreeNode::Cost(size_t penalty) { in Cost() function in webrtc::PartitionTreeNode
/external/eigen/Eigen/src/Core/util/
DXprHelper.h93 Cost = 10, enumerator
/external/llvm/lib/Target/ARM/
DARMTargetTransformInfo.cpp442 int Cost = BaseT::getArithmeticInstrCost(Opcode, Ty, Op1Info, Op2Info, in getArithmeticInstrCost() local
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp113 unsigned &PhysReg, int &Cost) { in CheckForPhysRegDependency()
467 int Cost = 1; in AddSchedEdges() local
DDAGCombiner.cpp10072 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/
DLoopVectorize.cpp1424 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

12