Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3333 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
3362 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4172 unsigned ExtCost = !TLI->isExtFree(I); in extLdPromotion() local
4186 TotalCreatedInstsCost -= ExtCost; in extLdPromotion()
4197 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in extLdPromotion()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6097 unsigned ExtCost = in getInstructionCost() local
6102 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()