Searched refs:DPP32 (Results 1 – 1 of 1) sorted by relevance
125 auto DPP32 = AMDGPU::getDPPOp32(Op); in getDPPOp() local126 if (DPP32 == -1) { in getDPPOp()128 DPP32 = (E32 == -1)? -1 : AMDGPU::getDPPOp32(E32); in getDPPOp()130 return (DPP32 == -1 || TII->pseudoToMCOpcode(DPP32) == -1) ? -1 : DPP32; in getDPPOp()