Home
last modified time | relevance | path

Searched refs:ExtCost (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2859 unsigned ExtCost = !TLI.isExtFree(Ext); in MatchOperationAddr() local
2888 ExtCost + (AddrModeInsts.size() - OldSize), in MatchOperationAddr()
3675 unsigned ExtCost = !TLI->isExtFree(I); in ExtLdPromotion() local
3689 TotalCreatedInstsCost -= ExtCost; in ExtLdPromotion()
3700 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in ExtLdPromotion()
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp5223 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local
5228 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()