Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h567 bool hasFlatScratchSTMode() const { in hasFlatScratchSTMode() function
H A DSIRegisterInfo.cpp1072 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
1128 assert(ST.hasFlatScratchSTMode()); in buildSpillLoadStore()
1649 if (!Offset && ST.hasFlatScratchSTMode()) { in eliminateFrameIndex()
H A DAMDGPU.td1291 def HasFlatScratchSTMode : Predicate<"Subtarget->hasFlatScratchSTMode()">,