Home
last modified time | relevance | path

Searched refs:MaxUses (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLocalizer.cpp65 auto isUsesAtMost = [&](unsigned Reg, unsigned MaxUses) { in shouldLocalize() argument
68 for (; UI != UE && NumUses < MaxUses; ++UI) { in shouldLocalize()
88 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local
89 if (MaxUses == UINT_MAX) in shouldLocalize()
91 bool B = isUsesAtMost(Reg, MaxUses); in shouldLocalize()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp137 const int MaxUses = 10; in checkArgumentUses() local
142 if (UseCount > MaxUses) in checkArgumentUses()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURewriteOutArguments.cpp137 const int MaxUses = 10; in checkArgumentUses() local
142 if (UseCount > MaxUses) in checkArgumentUses()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp2290 auto isUsesAtMost = [&](unsigned Reg, unsigned MaxUses) { in shouldLocalize() argument
2293 for (; UI != UE && NumUses < MaxUses; ++UI) { in shouldLocalize()
2313 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local
2314 if (MaxUses == UINT_MAX) in shouldLocalize()
2316 bool B = isUsesAtMost(Reg, MaxUses); in shouldLocalize()