Home
last modified time | relevance | path

Searched refs:ExtCost (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3955 unsigned ExtCost = !TLI.isExtFree(Ext); in matchOperationAddr() local
3984 ExtCost + (AddrModeInsts.size() - OldSize), in matchOperationAddr()
4837 unsigned ExtCost = !TLI->isExtFree(I); in tryToPromoteExts() local
4854 std::max((long long)0, (TotalCreatedInstsCost - ExtCost)); in tryToPromoteExts()
4875 !(StressExtLdPromotion || NewCreatedInstsCost <= ExtCost || in tryToPromoteExts()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp6097 unsigned ExtCost = in getInstructionCost() local
6102 Cost += VF * (InsCost + ExtCost * I->getNumOperands()); in getInstructionCost()