Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp114 const int MaxUses = 10; in getStoredType()
132 if (UseCount++ > MaxUses) in getStoredType()
115 const int MaxUses = 10; getStoredType() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2339 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local
2340 if (MaxUses == UINT_MAX) in shouldLocalize()
2342 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp27065 unsigned MaxUses = maxUses(RematCost); in shouldLocalize() local
27067 if (MaxUses == std::numeric_limits<unsigned>::max()) in shouldLocalize()
27068 --MaxUses; in shouldLocalize()
27069 return MRI.hasAtMostUserInstrs(Reg, MaxUses); in shouldLocalize()