Home
last modified time | relevance | path

Searched refs:hasVOP3DPP (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp155 if (ST->hasVOP3DPP()) in getDPPOp()
198 bool HasVOP3DPP = ST->hasVOP3DPP(); in createDPPInst()
636 ST->hasVOP3DPP()) || in combineDPPMov()
H A DGCNSubtarget.h1031 bool hasVOP3DPP() const { return getGeneration() >= GFX11; } in hasVOP3DPP() function