Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance
2789 unsigned ExtCost = !TLI.isExtFree(Ext); in MatchOperationAddr() local2818 ExtCost + (AddrModeInsts.size() - OldSize), in MatchOperationAddr()3602 unsigned ExtCost = !TLI->isExtFree(I); in ExtLdPromotion() local3616 TotalCreatedInstsCost -= ExtCost; in ExtLdPromotion()3627 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in ExtLdPromotion()
5192 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local5197 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()