Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp50 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument
52 if (RematCost == 1) in shouldLocalize()
54 if (RematCost == 2) in shouldLocalize()
58 if (RematCost > 2) in shouldLocalize()
86 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local
88 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2275 auto maxUses = [](unsigned RematCost) { in shouldLocalize() argument
2277 if (RematCost == 1) in shouldLocalize()
2279 if (RematCost == 2) in shouldLocalize()
2283 if (RematCost > 2) in shouldLocalize()
2311 unsigned RematCost = TTI->getGISelRematGlobalCost(); in shouldLocalize() local
2313 unsigned MaxUses = maxUses(RematCost); in shouldLocalize()