Searched defs:Cost (Results 26 - 32 of 32) sorted by relevance

12

/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1140 int Cost = 0; local
1151 ++Cost;
1158 --Cost;
1164 --Cost;
1166 if (Cost >= 0) {
H A DX86ISelLowering.cpp1534 uint8_t Cost = 1; local
1554 return std::make_pair(RRC, Cost);
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp778 /// Cost - This class is used to measure and compare candidate formulae.
779 class Cost { class in namespace:__anon9936
790 Cost() function in class:__anon9936::Cost
794 bool operator<(const Cost &Other) const;
839 void Cost::RateRegister(const SCEV *Reg,
887 void Cost::RatePrimaryRegister(const SCEV *Reg,
903 void Cost::RateFormula(const Formula &F,
951 void Cost::Loose() {
961 bool Cost::operator<(const Cost
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp371 unsigned Cost = ComputeSpeculationCost(I); local
373 if (Cost > CostRemaining)
376 CostRemaining -= Cost;
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp563 unsigned Cost; // Cost of the loop with that width member in struct:__anon9995::LoopVectorizationCostModel::VectorizationFactor
698 VF.Width, VF.Cost);
2999 float Cost = expectedCost(1); local
3001 DEBUG(dbgs() << "LV: Scalar loop costs: "<< (int)Cost << ".\n");
3009 if (VectorCost < Cost) {
3010 Cost = VectorCost;
3017 Factor.Cost = Width * Cost;
3261 unsigned Cost local
3397 unsigned Cost = TTI.getAddressComputationCost(VectorTy); local
3441 unsigned Cost = 0; local
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5311 unsigned Cost = (PFEntry >> 30); local
5324 if (Cost < 3)
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp894 uint8_t Cost = 1; local
909 Cost = 2;
914 Cost = 2;
918 Cost = 4;
922 Cost = 8;
925 return std::make_pair(RRC, Cost);
4707 unsigned Cost = (PFEntry >> 30); local
4709 if (Cost <= 4)
4960 unsigned Cost = (PFEntry >> 30); local
4962 if (Cost <
[all...]

Completed in 1290 milliseconds

12