Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance
2859 unsigned ExtCost = !TLI.isExtFree(Ext); in MatchOperationAddr() local2888 ExtCost + (AddrModeInsts.size() - OldSize), in MatchOperationAddr()3675 unsigned ExtCost = !TLI->isExtFree(I); in ExtLdPromotion() local3689 TotalCreatedInstsCost -= ExtCost; in ExtLdPromotion()3700 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in ExtLdPromotion()
5223 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local5228 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()