Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNSubtarget.h643 bool hasFlatScratchSTMode() const { in hasFlatScratchSTMode() function
HDSIRegisterInfo.cpp1418 if (!IsOffsetLegal || (IsFlat && !SOffset && !ST.hasFlatScratchSTMode())) { in buildSpillLoadStore()
1510 assert(ST.hasFlatScratchSTMode()); in buildSpillLoadStore()
2303 } else if (ST.hasFlatScratchSTMode()) { in eliminateFrameIndex()
HDAMDGPU.td1995 def HasFlatScratchSTMode : Predicate<"Subtarget->hasFlatScratchSTMode()">,