Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp153 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { in visitAtomicRMWInst()
227 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { in visitIntrinsicInst()
H A DGCNSubtarget.h821 bool hasDPP() const { in hasDPP() function
H A DGCNDPPCombine.cpp607 if (!ST->hasDPP() || skipFunction(MF.getFunction())) in runOnMachineFunction()
H A DAMDGPU.td1339 def HasDPP : Predicate<"Subtarget->hasDPP()">,
1367 def HasDPP16 : Predicate<"Subtarget->hasDPP()">,