Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2789 unsigned ExtCost = !TLI.isExtFree(Ext); in MatchOperationAddr() local
2818 ExtCost + (AddrModeInsts.size() - OldSize), in MatchOperationAddr()
3602 unsigned ExtCost = !TLI->isExtFree(I); in ExtLdPromotion() local
3616 TotalCreatedInstsCost -= ExtCost; in ExtLdPromotion()
3627 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in ExtLdPromotion()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5192 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local
5197 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()