Searched refs:NegMul (Results 1 – 2 of 2) sorted by relevance
3218 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local3219 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()3220 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in UpgradeIntrinsicCall()3231 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()3233 if (NegMul && IsScalar) in UpgradeIntrinsicCall()3270 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local3271 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()3277 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3279 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3330 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local[all …]
46956 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument46958 if (NegMul) { in negateFMAOpcode()