Searched refs:OldCost (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2600 bool isPromotionProfitable(unsigned NewCost, unsigned OldCost,
3055 /// \p OldCost gives the cost of extension instructions before the promotion
3061 unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const {
3062 DEBUG(dbgs() << "OldCost: " << OldCost << "\tNewCost: " << NewCost << '\n');
3066 if (NewCost > OldCost)
3068 if (NewCost < OldCost)
3060 isPromotionProfitable( unsigned NewCost, unsigned OldCost, Value *PromotedOperand) const argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp528 unsigned OldCost = ConstantMaterializationCost(MulConstVal); local
530 return NewCost < OldCost;

Completed in 68 milliseconds