Searched refs:NegMul (Results 1 – 3 of 3) sorted by relevance
3558 bool NegMul = Name[6] == 'n'; in upgradeX86IntrinsicCall() local3559 bool NegAcc = NegMul ? Name[8] == 's' : Name[7] == 's'; in upgradeX86IntrinsicCall()3560 bool IsScalar = NegMul ? Name[12] == 's' : Name[11] == 's'; in upgradeX86IntrinsicCall()3571 if (NegMul && !IsScalar) in upgradeX86IntrinsicCall()3573 if (NegMul && IsScalar) in upgradeX86IntrinsicCall()3609 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local3610 bool NegAcc = NegMul ? Name[4] == 's' : Name[3] == 's'; in upgradeX86IntrinsicCall()3616 if (NegMul && (IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()3618 if (NegMul && !(IsMask3 || IsMaskZ)) in upgradeX86IntrinsicCall()3668 bool NegMul = Name[2] == 'n'; in upgradeX86IntrinsicCall() local[all …]
15470 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc) { in negateFMAOpcode() 15472 if (NegMul) { in negateFMAOpcode() 15467 negateFMAOpcode(unsigned Opcode,bool NegMul,bool NegAcc) negateFMAOpcode() argument
52769 static unsigned negateFMAOpcode(unsigned Opcode, bool NegMul, bool NegAcc, in negateFMAOpcode() argument52771 if (NegMul) { in negateFMAOpcode()