Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h674 bool hasFlatScratchSTMode() const { in hasFlatScratchSTMode() function
H A DSIRegisterInfo.cpp1662 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
1754 assert(ST.hasFlatScratchSTMode()); in buildSpillLoadStore()
2941 } else if (ST.hasFlatScratchSTMode()) { in eliminateFrameIndex()
H A DAMDGPU.td2379 def HasFlatScratchSTMode : Predicate<"Subtarget->hasFlatScratchSTMode()">,