Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h577 bool hasFlatScratchSTMode() const { in hasFlatScratchSTMode() function
H A DSIRegisterInfo.cpp1359 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
1451 assert(ST.hasFlatScratchSTMode()); in buildSpillLoadStore()
2150 } else if (ST.hasFlatScratchSTMode()) { in eliminateFrameIndex()
H A DAMDGPU.td1555 def HasFlatScratchSTMode : Predicate<"Subtarget->hasFlatScratchSTMode()">,