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.h667 bool hasFlatScratchInsts() const { in hasFlatScratchInsts() function
675 return hasFlatScratchInsts() && (hasGFX10_3Insts() || hasGFX940Insts()); in hasFlatScratchSTMode()
686 (EnableFlatScratch && hasFlatScratchInsts()); in enableFlatScratch()
H A DAMDGPU.td2372 def HasFlatScratchInsts : Predicate<"Subtarget->hasFlatScratchInsts()">,