Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMCResourceInfo.cpp343 auto SetToLocal = [&](int64_t LocalValue, ResourceInfoKind RIK) { in gatherResourceInfo() local
366 SetToLocal(FRI.UsesVCC, ResourceInfoKind::RIK_UsesVCC); in gatherResourceInfo()
367 SetToLocal(FRI.UsesFlatScratch, ResourceInfoKind::RIK_UsesFlatScratch); in gatherResourceInfo()
368 SetToLocal(FRI.HasDynamicallySizedStack, in gatherResourceInfo()
370 SetToLocal(FRI.HasRecursion, ResourceInfoKind::RIK_HasRecursion); in gatherResourceInfo()
371 SetToLocal(FRI.HasIndirectCall, ResourceInfoKind::RIK_HasIndirectCall); in gatherResourceInfo()