Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance
3275 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local3304 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()4088 unsigned ExtCost = !TLI->isExtFree(I); in extLdPromotion() local4102 TotalCreatedInstsCost -= ExtCost; in extLdPromotion()4113 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in extLdPromotion()
5584 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local5589 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()