Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp1374 bool UseVGPROffset = false; in buildSpillLoadStore() local
1435 UseVGPROffset = true; in buildSpillLoadStore()
1472 if (!IsFlat && !UseVGPROffset) in buildSpillLoadStore()
1475 if (!UseVGPROffset && !SOffset) in buildSpillLoadStore()
1478 if (UseVGPROffset) { in buildSpillLoadStore()
1498 if (UseVGPROffset) { in buildSpillLoadStore()
1516 if (!IsFlat && UseVGPROffset) { in buildSpillLoadStore()
1522 if (UseVGPROffset && TmpOffsetVGPR == TmpIntermediateVGPR) { in buildSpillLoadStore()
1621 } else if (UseVGPROffset) { in buildSpillLoadStore()
1639 if (UseVGPROffset) { in buildSpillLoadStore()
[all …]