Searched refs:hasVOP3DPP (Results 1 – 2 of 2) sorted by relevance
161 if (ST->hasVOP3DPP()) in getDPPOp()214 bool HasVOP3DPP = ST->hasVOP3DPP(); in createDPPInst()674 ST->hasVOP3DPP()) || in combineDPPMov()
1232 bool hasVOP3DPP() const { return getGeneration() >= GFX11; } in hasVOP3DPP() function