Searched refs:NegMul (Results 1 – 2 of 2) sorted by relevance
2781 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local2782 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()2783 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()2794 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()2796 if (NegMul && IsScalar) in UpgradeIntrinsicCall()2833 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local2834 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()2840 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()2842 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()2893 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local[all …]
37873 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument37874 if (NegMul) { in negateFMAOpcode()