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