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

/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPURewriteOutArguments.cpp114 const int MaxUses = 10; local
132 if (UseCount++ > MaxUses)
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2366 unsigned MaxUses = maxUses(RematCost); local
2367 if (MaxUses == UINT_MAX)
2369 return MRI.hasAtMostUserInstrs(Reg, MaxUses);
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp22793 unsigned MaxUses = maxUses(RematCost); local
22795 if (MaxUses == std::numeric_limits<unsigned>::max())
22796 --MaxUses;
22797 return MRI.hasAtMostUserInstrs(Reg, MaxUses);

Completed in 290 milliseconds