Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3275 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
3304 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4088 unsigned ExtCost = !TLI->isExtFree(I); in extLdPromotion() local
4102 TotalCreatedInstsCost -= ExtCost; in extLdPromotion()
4113 if (LI && (StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in extLdPromotion()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp5584 unsigned ExtCost = TTI.getVectorInstrCost(Instruction::ExtractElement, in getInstructionCost() local
5589 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()