Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2313 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument
2315 if (RematCost == 1) in shouldLocalize()
2317 if (RematCost == 2) in shouldLocalize()
2321 if (RematCost > 2) in shouldLocalize()
2337 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local
2339 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27009 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument
27011 if (RematCost == 1) in shouldLocalize()
27013 if (RematCost == 2) in shouldLocalize()
27017 if (RematCost > 2) in shouldLocalize()
27062 unsigned RematCost = *Cost.getValue(); in shouldLocalize() local
27063 RematCost += AdditionalCost; in shouldLocalize()
27065 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()