Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h574 bool hasFlatScratchSTMode() const { in hasFlatScratchSTMode() function
H A DSIRegisterInfo.cpp1090 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
1146 assert(ST.hasFlatScratchSTMode()); in buildSpillLoadStore()
1712 if (!Offset && ST.hasFlatScratchSTMode()) { in eliminateFrameIndex()
H A DAMDGPU.td1330 def HasFlatScratchSTMode : Predicate<"Subtarget->hasFlatScratchSTMode()">,