Searched refs:NegMul (Results 1 – 3 of 3) sorted by relevance
3375 bool NegMul = Name[6] == 'n'; in UpgradeIntrinsicCall() local3376 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in UpgradeIntrinsicCall()3388 if (NegMul && !IsScalar) in UpgradeIntrinsicCall()3390 if (NegMul && IsScalar) in UpgradeIntrinsicCall()3427 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local3428 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in UpgradeIntrinsicCall()3434 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3436 if (NegMul && !(IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()3487 bool NegMul = Name[2] == 'n'; in UpgradeIntrinsicCall() local3494 if (NegMul && (IsMask3 || IsMaskZ)) in UpgradeIntrinsicCall()[all …]
8624 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() argument8625 assert((NegMul || NegAcc) && "Not negating anything?"); in negateFMAOpcode()8628 if (NegMul) { in negateFMAOpcode()
50684 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument50686 if (NegMul) { in negateFMAOpcode()