Home
last modified time | relevance | path

Searched refs:hasDPP (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp248 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP()) in visitAtomicRMWInst()
334 if (ScanImpl == ScanOptions::DPP && !ST->hasDPP()) in visitIntrinsicInst()
H A DGCNSubtarget.h1023 bool hasDPP() const { in hasDPP() function
H A DGCNDPPCombine.cpp754 if (!ST->hasDPP() || skipFunction(MF.getFunction())) in runOnMachineFunction()
H A DAMDGPU.td2084 def HasDPP : Predicate<"Subtarget->hasDPP()">,
2118 def HasDPP16 : Predicate<"Subtarget->hasDPP()">,