Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1213 int SGPRsInUse = 0; in adjustInliningThresholdUsingCallee() local
1222 SGPRsInUse += CCRegNum; in adjustInliningThresholdUsingCallee()
1243 adjustThreshold += std::max(0, SGPRsInUse - NrOfSGPRUntilSpill) * in adjustInliningThresholdUsingCallee()