Searched refs:ExtCost (Results 1 – 3 of 3) 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()
3955 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local3984 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()4837 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local4854 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()4875 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
6097 unsigned ExtCost = in getInstructionCost() local6102 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()