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.cpp1383 bool UseVGPROffset = false; in buildSpillLoadStore() local
1444 UseVGPROffset = true; in buildSpillLoadStore()
1481 if (!IsFlat && !UseVGPROffset) in buildSpillLoadStore()
1484 if (!UseVGPROffset && !SOffset) in buildSpillLoadStore()
1487 if (UseVGPROffset) { in buildSpillLoadStore()
1507 if (UseVGPROffset) { in buildSpillLoadStore()
1525 if (!IsFlat && UseVGPROffset) { in buildSpillLoadStore()
1531 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()
1630 } else if (UseVGPROffset) { in buildSpillLoadStore()
1647 if (UseVGPROffset) { in buildSpillLoadStore()
[all …]