reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
941 if (TII->isSDWA(Opc)) 945 if (AMDGPU::getSDWAOp(Opc) == -1) 946 Opc = AMDGPU::getVOPe32(Opc); 946 Opc = AMDGPU::getVOPe32(Opc); 948 if (AMDGPU::getSDWAOp(Opc) == -1) 954 if (TII->isVOPC(Opc)) { 972 if (!ST.hasSDWAMac() && (Opc == AMDGPU::V_FMAC_F16_e32 || 973 Opc == AMDGPU::V_FMAC_F32_e32 || 974 Opc == AMDGPU::V_MAC_F16_e32 || 975 Opc == AMDGPU::V_MAC_F32_e32)) 979 if (TII->pseudoToMCOpcode(Opc) == -1) 983 if (Opc == AMDGPU::V_CNDMASK_B32_e32)