Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance
3333 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local3362 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()4172 unsigned ExtCost = !TLI->isExtFree(I); in extLdPromotion() local4186 TotalCreatedInstsCost -= ExtCost; in extLdPromotion()4197 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in extLdPromotion()
6097 unsigned ExtCost = in getInstructionCost() local6102 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()