Home
last modified time | relevance | path

Searched refs:hasFlatScratchInsts (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h611 bool hasFlatScratchInsts() const { in hasFlatScratchInsts() function
619 return hasFlatScratchInsts() && (hasGFX10_3Insts() || hasGFX940Insts()); in hasFlatScratchSTMode()
630 (EnableFlatScratch && hasFlatScratchInsts()); in enableFlatScratch()
H A DAMDGPU.td1805 def HasFlatScratchInsts : Predicate<"Subtarget->hasFlatScratchInsts()">,