Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp150 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { in visitAtomicRMWInst()
224 (!ST->hasDPP() || DL->getTypeSizeInBits(I.getType()) != 32)) { in visitIntrinsicInst()
DGCNDPPCombine.cpp559 if (!ST.hasDPP() || skipFunction(MF.getFunction())) in runOnMachineFunction()
DAMDGPUSubtarget.h962 bool hasDPP() const { in hasDPP() function
DAMDGPU.td1088 def HasDPP : Predicate<"Subtarget->hasDPP()">,
1097 def HasDPP16 : Predicate<"Subtarget->hasDPP()">,