Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1627 bool UseVGPROffset = false; in buildSpillLoadStore() local
1688 UseVGPROffset = true; in buildSpillLoadStore()
1725 if (!IsFlat && !UseVGPROffset) in buildSpillLoadStore()
1728 if (!UseVGPROffset && !SOffset) in buildSpillLoadStore()
1731 if (UseVGPROffset) { in buildSpillLoadStore()
1751 if (UseVGPROffset) { in buildSpillLoadStore()
1770 if (!IsFlat && UseVGPROffset) { in buildSpillLoadStore()
1776 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()
1877 } else if (UseVGPROffset) { in buildSpillLoadStore()
1894 if (UseVGPROffset) { in buildSpillLoadStore()
[all …]