reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5319 if (Opc == X86::FsFLD0SS || Opc == X86::AVX512_FsFLD0SS) 5319 if (Opc == X86::FsFLD0SS || Opc == X86::AVX512_FsFLD0SS) 5321 else if (Opc == X86::FsFLD0SD || Opc == X86::AVX512_FsFLD0SD) 5321 else if (Opc == X86::FsFLD0SD || Opc == X86::AVX512_FsFLD0SD) 5323 else if (Opc == X86::FsFLD0F128 || Opc == X86::AVX512_FsFLD0F128) 5323 else if (Opc == X86::FsFLD0F128 || Opc == X86::AVX512_FsFLD0F128) 5325 else if (Opc == X86::AVX512_512_SET0 || Opc == X86::AVX512_512_SETALLONES) 5325 else if (Opc == X86::AVX512_512_SET0 || Opc == X86::AVX512_512_SETALLONES) 5327 else if (Opc == X86::AVX2_SETALLONES || Opc == X86::AVX_SET0 || 5327 else if (Opc == X86::AVX2_SETALLONES || Opc == X86::AVX_SET0 || 5328 Opc == X86::AVX512_256_SET0 || Opc == X86::AVX1_SETALLONES) 5328 Opc == X86::AVX512_256_SET0 || Opc == X86::AVX1_SETALLONES) 5330 else if (Opc == X86::MMX_SET0) 5335 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX2_SETALLONES || 5335 bool IsAllOnes = (Opc == X86::V_SETALLONES || Opc == X86::AVX2_SETALLONES || 5336 Opc == X86::AVX512_512_SETALLONES || 5337 Opc == X86::AVX1_SETALLONES);